Commit b4f5daa
authored
fix: pin google-genai < 2.0.0 in Gemini agent templates (#1433)
google-genai 2.0.0+ introduced breaking API changes (vertexai→enterprise
rename, new Interactions API structure). Fresh deploys on June 1 started
resolving to google-genai 2.7.0 via unpinned transitive dependencies,
causing runtime 500 errors on all Gemini-based e2e tests.
Pin google-genai to < 2.0.0 across all GoogleADK and LangGraph Gemini
templates to prevent the incompatible major version from being installed.1 parent 14da3f9 commit b4f5daa
7 files changed
Lines changed: 12 additions & 4 deletions
File tree
- src/assets
- __tests__/__snapshots__
- python
- a2a
- googleadk/base
- langchain_langgraph/base
- agui
- googleadk/base
- langchain_langgraph/base
- http
- googleadk/base
- langchain_langgraph/base
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1242 | 1242 | | |
1243 | 1243 | | |
1244 | 1244 | | |
1245 | | - | |
| 1245 | + | |
1246 | 1246 | | |
1247 | 1247 | | |
1248 | 1248 | | |
| |||
1603 | 1603 | | |
1604 | 1604 | | |
1605 | 1605 | | |
| 1606 | + | |
1606 | 1607 | | |
1607 | 1608 | | |
1608 | 1609 | | |
| |||
2190 | 2191 | | |
2191 | 2192 | | |
2192 | 2193 | | |
2193 | | - | |
| 2194 | + | |
2194 | 2195 | | |
2195 | 2196 | | |
2196 | 2197 | | |
| |||
2499 | 2500 | | |
2500 | 2501 | | |
2501 | 2502 | | |
| 2503 | + | |
2502 | 2504 | | |
2503 | 2505 | | |
2504 | 2506 | | |
| |||
3674 | 3676 | | |
3675 | 3677 | | |
3676 | 3678 | | |
| 3679 | + | |
3677 | 3680 | | |
3678 | 3681 | | |
3679 | 3682 | | |
| |||
4202 | 4205 | | |
4203 | 4206 | | |
4204 | 4207 | | |
| 4208 | + | |
4205 | 4209 | | |
4206 | 4210 | | |
4207 | 4211 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments