Skip to content

Commit 158f90c

Browse files
committed
Merge branch 'master' of github.com:humanloop/humanloop-python into p_sync/sync
2 parents c6539ed + 5535c9c commit 158f90c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2312
-763
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ jobs:
4343
run: poetry run pytest -rP .
4444
env:
4545
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
46-
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
47-
REPLICATE_API_KEY: ${{ secrets.REPLICATE_API_KEY }}
48-
GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}
49-
COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}
5046
HUMANLOOP_API_KEY: ${{ secrets.HUMANLOOP_API_KEY }}
5147

5248
publish:

poetry.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["ai", "machine-learning", "llm", "sdk", "humanloop"]
66

77
[tool.poetry]
88
name = "humanloop"
9-
version = "0.8.36"
9+
version = "0.8.36b1"
1010
description = "Humanloop Python SDK"
1111
readme = "README.md"
1212
keywords = []

0 commit comments

Comments
 (0)