Skip to content

Commit 698adc6

Browse files
ci(python): update google-genai requirement from <2.0.0,>=1.32.0 to >=1.32.0,<3.0.0 in /strands-py
Co-authored-by: Chay Nabors <chaynabors@gmail.com>
1 parent d3c6bd8 commit 698adc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

strands-py/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646

4747
[project.optional-dependencies]
4848
anthropic = ["anthropic>=0.21.0,<1.0.0"]
49-
gemini = ["google-genai>=1.32.0,<2.0.0"]
49+
gemini = ["google-genai>=1.32.0,<3.0.0"]
5050
litellm = ["litellm>=1.75.9,<=1.89.4", "openai>=1.68.0,<3.0.0"]
5151
llamaapi = ["llama-api-client>=0.1.0,<1.0.0"]
5252
mistral = ["mistralai>=2.0.0,<3.0.0"]
@@ -81,7 +81,7 @@ bidi-io = [
8181
"prompt_toolkit>=3.0.0,<4.0.0",
8282
"pyaudio>=0.2.13,<1.0.0",
8383
]
84-
bidi-gemini = ["google-genai>=1.32.0,<2.0.0"]
84+
bidi-gemini = ["google-genai>=1.32.0,<3.0.0"]
8585
bidi-openai = ["websockets>=15.0.0,<17.0.0"]
8686

8787
cedar = ["cedarpy==4.8.5", "cedar-policy-mcp-schema-generator==0.6.0"]

0 commit comments

Comments
 (0)