Skip to content

chore: Fix CI due to transitive deps - #625

Merged
Abhijeet Prasad (AbhiPrasad) merged 1 commit into
mainfrom
abhi-fix-ci-july-2026
Jul 29, 2026
Merged

chore: Fix CI due to transitive deps#625
Abhijeet Prasad (AbhiPrasad) merged 1 commit into
mainfrom
abhi-fix-ci-july-2026

Conversation

@AbhiPrasad

Copy link
Copy Markdown
Member

Couple of tests were failing in CI! This fixes them by pinning deps properly when running nox tests.

  • test_pydantic_ai_integration(1.10.0)
  • test_pydantic_ai_wrap_openai(1.0.1)

Both install opentelemetry-api 1.44.0, but those Pydantic AI versions import the removed private module opentelemetry._events.

  • test_claude_agent_sdk(0.1.10)

Resolves mcp 2.0.0; the old SDK expects Server.list_tools(), removed in MCP 2.

  • test_agentscope(1.0.0)

Resolves mcp 2.0.0; AgentScope expects streamablehttp_client, which is no longer exported.

- test_pydantic_ai_integration(1.10.0)
- test_pydantic_ai_wrap_openai(1.0.1)

Both install opentelemetry-api 1.44.0, but those Pydantic AI versions import the removed private module opentelemetry._events.

- test_claude_agent_sdk(0.1.10)

Resolves mcp 2.0.0; the old SDK expects Server.list_tools(), removed in MCP 2.

- test_agentscope(1.0.0)

Resolves mcp 2.0.0; AgentScope expects streamablehttp_client, which is no longer exported.
@AbhiPrasad
Abhijeet Prasad (AbhiPrasad) merged commit 079699a into main Jul 29, 2026
82 checks passed
@AbhiPrasad
Abhijeet Prasad (AbhiPrasad) deleted the abhi-fix-ci-july-2026 branch July 29, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants