Skip to content

Commit 5535c9c

Browse files
Andrei Bratufern-api[bot]
andauthored
Release 0.8.36b1: Agents Support in SDK (#59)
* Release 0.8.36 * nit found only in TS --------- Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
1 parent fc96165 commit 5535c9c

File tree

211 files changed

+18735
-1153
lines changed

Some content is hidden

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

211 files changed

+18735
-1153
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: 151 additions & 151 deletions
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
@@ -3,7 +3,7 @@ name = "humanloop"
33

44
[tool.poetry]
55
name = "humanloop"
6-
version = "0.8.35"
6+
version = "0.8.36b1"
77
description = ""
88
readme = "README.md"
99
authors = []

0 commit comments

Comments
 (0)