Skip to content

Commit c91f7c6

Browse files
nirgaclaude
andcommitted
fix: update Anthropic SDK minimum version to 0.74.0 for structured outputs
Update the minimum version constraint from >=0.50.0 to >=0.74.0 to ensure structured outputs support is available. Version 0.74.1 includes the necessary .parse() and transform_schema() methods for structured outputs. Verified: - Anthropic SDK 0.74.1 installed - beta.messages.parse() method available - beta.messages.create() with output_format supported - All 15 legacy tests passing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f5ca45f commit c91f7c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/opentelemetry-instrumentation-anthropic/poetry.lock

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

packages/opentelemetry-instrumentation-anthropic/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pytest = "^8.2.2"
3636
pytest-sugar = "1.0.0"
3737

3838
[tool.poetry.group.test.dependencies]
39-
anthropic = {extras = ["bedrock"], version = ">=0.50.0"}
39+
anthropic = {extras = ["bedrock"], version = ">=0.74.0"}
4040
pytest = "^8.2.2"
4141
pytest-sugar = "1.0.0"
4242
vcrpy = "^6.0.1"

0 commit comments

Comments
 (0)