Skip to content

Commit cf4f183

Browse files
yinghsienwucopybara-github
authored andcommitted
fix: Remove google-genai version contraints
PiperOrigin-RevId: 915771367
1 parent 6a17fdc commit cf4f183

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@
173173
"typing_extensions",
174174
"google-cloud-iam",
175175
"aiohttp", # for ADK users to use aiohttp rather than httpx client
176-
"google-genai >= 2.0.0, < 3.0.0",
177176
]
178177

179178
evaluation_extra_require = [
@@ -197,7 +196,6 @@
197196
"langchain-google-genai >= 4.0.0, < 5.0.0",
198197
"langgraph >= 1.0.0, < 2.0.0",
199198
"openinference-instrumentation-langchain >= 0.1.19, < 0.2",
200-
"google-genai < 2.0.0",
201199
]
202200

203201
langchain_testing_extra_require = list(

0 commit comments

Comments
 (0)