Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -377,36 +377,36 @@ latest = "ai[openai]==0.5.2"
"0.4.0" = "ai[openai]==0.4.0"

[tool.braintrust.matrix.openai]
latest = "openai==3.8.0"
latest = "openai==3.13.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Re-record cassettes for upgraded provider SDKs

Before merging this pin, re-record and commit the affected cassettes/latest/ directories. This commit moves OpenAI from 3.8.0 to 3.13.0, along with minor upgrades for Anthropic, Pipecat, Pydantic AI, Google ADK, Mistral, and others, but changes no cassette files; consequently, the latest sessions replay interactions recorded with the previous SDKs rather than validating the newly pinned releases' actual request/response behavior, allowing integration regressions to ship despite passing playback tests.

AGENTS.md reference: AGENTS.md:L194-L199

Useful? React with 👍 / 👎.

"1.92.0" = "openai==1.92.0"
"1.77.0" = "openai==1.77.0"
"1.71.0" = "openai==1.71.0"

[tool.braintrust.matrix.anthropic]
latest = "anthropic==1.4.0"
latest = "anthropic==1.5.0"
"0.48.0" = "anthropic==0.48.0"

[tool.braintrust.matrix.cohere]
latest = "cohere==7.1.1"
"5.0.0" = "cohere==5.0.0"

[tool.braintrust.matrix.openai-agents]
latest = "openai-agents==0.22.0"
latest = "openai-agents==0.22.2"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Re-record the remaining bumped providers' latest cassettes

When CI runs the newly pinned openai-agents==0.22.2 session, it still replays openai_agents/cassettes/latest/test_auto_openai_agents.yaml, whose request identifies Agents/Python 0.22.0; the same mismatch remains for LiteLLM (1.100.0 versus 1.100.1) and unchanged Mistral chat cassettes (2.9.0 versus 2.10.0). Although the follow-up re-recorded several directories, these concrete stale headers show that the earlier issue remains for part of the matrix: because CI uses playback-only cassettes, those latest jobs do not validate responses recorded with the upgraded SDKs. Re-record every bumped provider's latest session, not only the directories currently changed.

AGENTS.md reference: AGENTS.md:L194-L205

Useful? React with 👍 / 👎.

"0.13.6" = "openai-agents==0.13.6"
"0.0.19" = "openai-agents==0.0.19"

[tool.braintrust.matrix.litellm]
# 1.92.0 only publishes Linux wheels through CPython 3.13, but the test
# matrix also covers Windows and CPython 3.14.
latest = "litellm==1.100.0"
latest = "litellm==1.100.1"
"1.74.0" = "litellm==1.74.0"

[tool.braintrust.matrix.livekit-agents]
latest = "livekit-agents==1.8.0"
latest = "livekit-agents==1.8.1"
"1.3.1" = "livekit-agents==1.3.1"

[tool.braintrust.matrix.pipecat-ai]
latest = "pipecat-ai==1.8.1"
latest = "pipecat-ai==1.10.0"
"1.3.0" = "pipecat-ai==1.3.0"

[tool.braintrust.matrix.claude-agent-sdk]
Expand All @@ -420,12 +420,12 @@ latest = "cursor-sdk==1.0.31"
"1.0.25" = "cursor-sdk==1.0.25"

[tool.braintrust.matrix.agno]
latest = "agno==3.0.6"
latest = "agno==3.0.9"
"2.4.0" = "agno==2.4.0"
"2.1.0" = "agno==2.1.0"

[tool.braintrust.matrix.agentscope]
latest = "agentscope==2.0.7.post1"
latest = "agentscope==2.0.8"
"1.0.0" = "agentscope==1.0.0"

[tool.braintrust.matrix.autogen-agentchat]
Expand All @@ -437,15 +437,15 @@ latest = "autogen-ext[openai]==0.7.5"
"0.7.0" = "autogen-ext[openai]==0.7.0"

[tool.braintrust.matrix.strands-agents]
latest = "strands-agents==1.54.0"
latest = "strands-agents==1.55.1"
"1.20.0" = "strands-agents==1.20.0"

[tool.braintrust.matrix.pydantic-ai-integration]
latest = "pydantic-ai==2.40.0"
latest = "pydantic-ai==2.43.0"
"1.10.0" = "pydantic-ai==1.10.0"

[tool.braintrust.matrix.pydantic-ai-wrap-openai]
latest = "pydantic-ai==2.40.0"
latest = "pydantic-ai==2.43.0"
"1.0.1" = "pydantic-ai==1.0.1"
"0.1.9" = "pydantic-ai==0.1.9"

Expand All @@ -454,11 +454,11 @@ latest = "autoevals==0.3.0"
"0.0.129" = "autoevals==0.0.129"

[tool.braintrust.matrix.instructor]
latest = "instructor==1.16.0"
latest = "instructor==1.17.0"
"1.11.0" = "instructor==1.11.0"

[tool.braintrust.matrix.google-genai]
latest = "google-genai==2.22.0"
latest = "google-genai==2.23.0"
"1.75.0" = "google-genai==1.75.0"
"1.30.0" = "google-genai==1.30.0"

Expand All @@ -474,40 +474,40 @@ latest = "deepagents==0.7.13"
# 1.13.0 is the first release with the full causal-id surface (event_id /
# parent_event_id / started_event_id on BaseEvent) plus the ``usage`` field on
# LLMCallCompletedEvent that the Braintrust CrewAI integration depends on.
latest = "crewai==1.15.20"
latest = "crewai==1.15.21"
"1.13.0" = "crewai==1.13.0"

[tool.braintrust.matrix.google-adk]
latest = "google-adk[mcp]==2.8.0"
latest = "google-adk[mcp]==2.9.0"
"2.6.3" = "google-adk[mcp]==2.6.3"
"1.14.1" = "google-adk[mcp]==1.14.1"

[tool.braintrust.matrix.langchain-core]
latest = "langchain-core==1.6.2"
latest = "langchain-core==1.6.3"
"0.3.28" = "langchain-core==0.3.28"

[tool.braintrust.matrix.llama-index-core]
latest = "llama-index-core==0.14.24"
"0.13.0" = "llama-index-core==0.13.0"

[tool.braintrust.matrix.openrouter]
latest = "openrouter==1.1.127"
latest = "openrouter==1.1.139"
"0.6.0" = "openrouter==0.6.0"

[tool.braintrust.matrix.mistralai]
latest = "mistralai==2.9.4"
latest = "mistralai==2.10.0"
"1.12.4" = "mistralai==1.12.4"

[tool.braintrust.matrix.huggingface-hub]
# Floor pinned to 0.32.0: the earliest release that exposes the
# ``provider="auto"`` routing mode the integration relies on for multi-
# provider use, while still keeping the same chat_completion /
# text_generation / feature_extraction / sentence_similarity method names.
latest = "huggingface-hub==1.30.0"
latest = "huggingface-hub==1.31.0"
"0.32.0" = "huggingface-hub==0.32.0"

[tool.braintrust.matrix.transformers]
latest = "transformers==5.16.1"
latest = "transformers==5.17.0"
"4.42.0" = "transformers==4.42.0"

[tool.braintrust.matrix.temporalio]
Expand All @@ -516,7 +516,7 @@ latest = "temporalio==1.32.0"
"1.19.0" = "temporalio==1.19.0"

[tool.braintrust.matrix.harbor]
latest = "harbor==0.22.0"
latest = "harbor==0.23.0"
# 0.16.0 is the oldest supported release: it is the first with
# TrialEvent.AGENT_END, which the lifecycle state machine subscribes to. Harbor
# gained its plugin system in 0.13.2, so 0.13.2-0.15.0 can load the plugin but
Expand All @@ -533,11 +533,11 @@ latest = "pytest==9.1.1"
latest = "braintrust-core==0.0.59"

[tool.braintrust.matrix.boto3]
latest = "boto3==1.43.89"
latest = "boto3==1.43.93"
"1.34.116" = "boto3==1.34.116"

[tool.braintrust.matrix.botocore]
latest = "botocore==1.43.89"
latest = "botocore==1.43.93"
"1.34.116" = "botocore==1.34.116"

# ---------------------------------------------------------------------------
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading