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
11 changes: 10 additions & 1 deletion py/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,15 @@ def test_openai_agents(session, version):

LITELLM_VERSIONS = _get_matrix_versions("litellm")

# LiteLLM >= 1.102.0 fetches model_prices_and_context_window.json from GitHub on
# import. Recording that lands a ~3MB blob in the cassette, so force the bundled
# copy instead and keep the fetch off the wire.
#
# Only safe where the tests stick to chat completions: the bundled map of an
# older LiteLLM does not know newer model names, and test_litellm(1.74.0) fails
# provider resolution for gpt-image-1-mini under it. Scoped to DSPy for now.
_LITELLM_LOCAL_COST_MAP = {"LITELLM_LOCAL_MODEL_COST_MAP": "True"}


@nox.session()
@nox.parametrize("version", LITELLM_VERSIONS, ids=LITELLM_VERSIONS)
Expand Down Expand Up @@ -597,7 +606,7 @@ def test_dspy(session, version):
# dependency resolution does not select that incompatible release.
_install_matrix_dep(session, "litellm", LATEST)
_install_matrix_dep(session, "dspy", version)
_run_tests(session, f"{INTEGRATION_DIR}/dspy/test_dspy.py", version=version)
_run_tests(session, f"{INTEGRATION_DIR}/dspy/test_dspy.py", version=version, env=_LITELLM_LOCAL_COST_MAP)


CREWAI_VERSIONS = _get_matrix_versions("crewai")
Expand Down
48 changes: 24 additions & 24 deletions py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -375,44 +375,44 @@ conflicts = [
[tool.braintrust.matrix]

[tool.braintrust.matrix.ai-sdk]
latest = "ai[openai]==0.5.2"
latest = "ai[openai]==0.7.0"
Comment thread
AbhiPrasad marked this conversation as resolved.
"0.4.0" = "ai[openai]==0.4.0"

[tool.braintrust.matrix.openai]
latest = "openai==3.13.0"
latest = "openai==3.16.2"
"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.5.0"
latest = "anthropic==1.7.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.2"
latest = "openai-agents==0.22.3"
"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.1"
latest = "litellm==1.102.0"
"1.74.0" = "litellm==1.74.0"

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

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

[tool.braintrust.matrix.claude-agent-sdk]
latest = "claude-agent-sdk==0.2.152"
latest = "claude-agent-sdk==0.2.157"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Re-record Claude transport cassettes for 0.2.157

The latest Claude Agent SDK session now installs 0.2.157, but py/src/braintrust/integrations/claude_agent_sdk/cassettes/latest/ is unchanged and therefore still replays the prior SDK's subprocess protocol. Fresh evidence after the earlier review is that this revision re-records the HTTP cassettes for several upgraded providers while leaving every Claude transport cassette untouched, so CI cannot detect request/event-shape changes introduced by this upgrade; record and validate the latest Claude cassettes with 0.2.157.

AGENTS.md reference: AGENTS.md:L219-L224

Useful? React with 👍 / 👎.

"0.1.10" = "claude-agent-sdk==0.1.10"

[tool.braintrust.matrix.cursor-sdk]
Expand All @@ -422,7 +422,7 @@ latest = "cursor-sdk==1.0.31"
"1.0.25" = "cursor-sdk==1.0.25"

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

Expand All @@ -439,15 +439,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.55.1"
latest = "strands-agents==1.56.0"
"1.20.0" = "strands-agents==1.20.0"

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

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

Expand All @@ -460,30 +460,30 @@ latest = "instructor==1.17.0"
"1.11.0" = "instructor==1.11.0"

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

[tool.braintrust.matrix.google-cloud-discoveryengine]
latest = "google-cloud-discoveryengine==0.20.3"
latest = "google-cloud-discoveryengine==0.20.4"

[tool.braintrust.matrix.dspy]
latest = "dspy==3.3.1"
"2.6.0" = "dspy==2.6.0"

[tool.braintrust.matrix.deepagents]
latest = "deepagents==0.7.13"
latest = "deepagents==0.7.15"
"0.6.0" = "deepagents==0.6.0"

[tool.braintrust.matrix.crewai]
# 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.21"
latest = "crewai==1.15.22"
"1.13.0" = "crewai==1.13.0"

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

Expand All @@ -496,30 +496,30 @@ latest = "llama-index-core==0.14.24"
"0.13.0" = "llama-index-core==0.13.0"

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

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

[tool.braintrust.matrix.typesafe-sdk]
latest = "typesafe-sdk==0.6.0"
latest = "typesafe-sdk==0.7.0"

[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.31.0"
latest = "huggingface-hub==1.32.0"
"0.32.0" = "huggingface-hub==0.32.0"

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

[tool.braintrust.matrix.temporalio]
latest = "temporalio==1.32.0"
latest = "temporalio==1.33.0"
"1.20.0" = "temporalio==1.20.0"
"1.19.0" = "temporalio==1.19.0"

Expand All @@ -541,11 +541,11 @@ latest = "pytest==9.1.1"
latest = "braintrust-core==0.0.59"

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

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

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