Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AI provider SDK versions and pin httpx dependency #146

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

d-a-v-i--
Copy link

Update AI Provider SDK Versions and Fix Dependencies

Changes

  • Update core AI provider SDK versions:
    • anthropic: 0.30.1 -> 0.40.0
    • openai: 1.35.8 -> 1.57.0
    • mistralai: 1.0.3 -> 1.2.5
    • vertexai: 1.63.0 -> 1.71.1
  • Pin httpx to ~0.27.0 to resolve dependency conflicts between providers

Testing

  • All tests passing (18/18)
  • Coverage remains stable with core providers well-tested:
    • google_provider: 100%
    • groq_provider: 91%
    • mistral_provider: 91%
    • sambanova_provider: 92%

Motivation

Keep provider SDKs up to date with latest features and security patches while ensuring dependency compatibility across the suite.

Breaking Changes

None expected - version updates maintain backward compatibility

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.

1 participant