Skip to content

fix: align strands-agents version constraint in extras with main dependency#10

Merged
galuszkm merged 1 commit intomainfrom
copilot/adjust-strands-agent-version
Mar 25, 2026
Merged

fix: align strands-agents version constraint in extras with main dependency#10
galuszkm merged 1 commit intomainfrom
copilot/adjust-strands-agent-version

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 25, 2026

Dependabot bumped strands-agents in the main dependencies to >=1.32,<1.34 but left the optional extras pinned at ~=1.32.0, creating a version mismatch that would prevent 1.33.x from being resolved when using those extras.

Changes

  • pyproject.toml: Updated strands-agents version constraint in ollama, openai, and gemini extras from ~=1.32.0>=1.32,<1.34 to match the main dependency.
# Before
ollama = ["strands-agents[ollama]~=1.32.0"]
openai = ["strands-agents[openai]~=1.32.0"]
gemini = ["strands-agents[gemini]~=1.32.0"]

# After
ollama = ["strands-agents[ollama]>=1.32,<1.34"]
openai = ["strands-agents[openai]>=1.32,<1.34"]
gemini = ["strands-agents[gemini]>=1.32,<1.34"]

Copy link
Copy Markdown
Member

@galuszkm galuszkm left a comment

Choose a reason for hiding this comment

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

Lgtm

@galuszkm galuszkm merged commit 2f82eb2 into main Mar 25, 2026
7 checks passed
@galuszkm galuszkm deleted the copilot/adjust-strands-agent-version branch March 25, 2026 05:35
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