Skip to content

Commit 3c49257

Browse files
authored
release(anthropic): 1.0.2 (#33888)
1 parent f2410f7 commit 3c49257

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.github/workflows/_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ jobs:
396396
contents: read
397397
strategy:
398398
matrix:
399-
partner: [openai]
399+
partner: [openai, anthropic]
400400
fail-fast: false # Continue testing other partners if one fails
401401
env:
402402
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}

libs/partners/anthropic/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ license = { text = "MIT" }
99
readme = "README.md"
1010
authors = []
1111

12-
version = "1.0.1"
12+
version = "1.0.2"
1313
requires-python = ">=3.10.0,<4.0.0"
1414
dependencies = [
1515
"anthropic>=0.69.0,<1.0.0",
16-
"langchain-core>=1.0.0,<2.0.0",
16+
"langchain-core>=1.0.3,<2.0.0",
1717
"pydantic>=2.7.4,<3.0.0",
1818
]
1919

libs/partners/anthropic/uv.lock

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)