@@ -78,6 +78,10 @@ envlist =
78
78
{py3.9,py3.12,py3.13}-langgraph-v0.6.8
79
79
{py3.10,py3.12,py3.13}-langgraph-v1.0.0a4
80
80
81
+ {py3.9,py3.11,py3.12}-google-genai-v0.0.1
82
+ {py3.9,py3.12,py3.13}-google-genai-v0.8.0
83
+ {py3.9,py3.12,py3.13}-google-genai-v1.41.0
84
+
81
85
{py3.10,py3.11,py3.12}-openai_agents-v0.0.19
82
86
{py3.10,py3.12,py3.13}-openai_agents-v0.1.0
83
87
{py3.10,py3.12,py3.13}-openai_agents-v0.2.11
@@ -87,14 +91,14 @@ envlist =
87
91
{py3.8,py3.12,py3.13}-huggingface_hub-v0.28.1
88
92
{py3.8,py3.12,py3.13}-huggingface_hub-v0.32.6
89
93
{py3.8,py3.12,py3.13}-huggingface_hub-v0.35.3
90
- {py3.9,py3.12,py3.13}-huggingface_hub-v1.0.0rc2
94
+ {py3.9,py3.12,py3.13}-huggingface_hub-v1.0.0rc4
91
95
92
96
93
97
# ~~~ Cloud ~~~
94
98
{py3.6,py3.7}-boto3-v1.12.49
95
99
{py3.6,py3.9,py3.10}-boto3-v1.20.54
96
100
{py3.7,py3.11,py3.12}-boto3-v1.28.85
97
- {py3.9,py3.12,py3.13}-boto3-v1.40.46
101
+ {py3.9,py3.12,py3.13}-boto3-v1.40.47
98
102
99
103
{py3.6,py3.7,py3.8}-chalice-v1.16.0
100
104
{py3.9,py3.12,py3.13}-chalice-v1.32.0
@@ -110,14 +114,14 @@ envlist =
110
114
111
115
{py3.6}-pymongo-v3.5.1
112
116
{py3.6,py3.10,py3.11}-pymongo-v3.13.0
113
- {py3.9,py3.12,py3.13}-pymongo-v4.15.2
117
+ {py3.9,py3.12,py3.13}-pymongo-v4.15.3
114
118
115
119
{py3.6}-redis-v2.10.6
116
120
{py3.6,py3.7,py3.8}-redis-v3.5.3
117
121
{py3.7,py3.10,py3.11}-redis-v4.6.0
118
122
{py3.8,py3.11,py3.12}-redis-v5.3.1
119
123
{py3.9,py3.12,py3.13}-redis-v6.4.0
120
- {py3.9,py3.12,py3.13}-redis-v7.0.0b2
124
+ {py3.9,py3.12,py3.13}-redis-v7.0.0b3
121
125
122
126
{py3.6}-redis_py_cluster_legacy-v1.3.6
123
127
{py3.6,py3.7,py3.8}-redis_py_cluster_legacy-v2.1.3
@@ -153,7 +157,7 @@ envlist =
153
157
{py3.8,py3.12,py3.13}-graphene-v3.4.3
154
158
155
159
{py3.8,py3.10,py3.11}-strawberry-v0.209.8
156
- {py3.9,py3.12,py3.13}-strawberry-v0.283.1
160
+ {py3.9,py3.12,py3.13}-strawberry-v0.283.2
157
161
158
162
159
163
# ~~~ Network ~~~
@@ -222,7 +226,7 @@ envlist =
222
226
{py3.6,py3.9,py3.10}-fastapi-v0.79.1
223
227
{py3.7,py3.10,py3.11}-fastapi-v0.92.0
224
228
{py3.8,py3.10,py3.11}-fastapi-v0.105.0
225
- {py3.8,py3.12,py3.13}-fastapi-v0.118.0
229
+ {py3.8,py3.12,py3.13}-fastapi-v0.118.1
226
230
227
231
228
232
# ~~~ Web 2 ~~~
@@ -381,6 +385,11 @@ deps =
381
385
langgraph-v0.6.8: langgraph ==0.6.8
382
386
langgraph-v1.0.0a4: langgraph ==1.0.0a4
383
387
388
+ google-genai-v0.0.1: google-genai ==0.0.1
389
+ google-genai-v0.8.0: google-genai ==0.8.0
390
+ google-genai-v1.41.0: google-genai ==1.41.0
391
+ google-genai: pytest-asyncio
392
+
384
393
openai_agents-v0.0.19: openai-agents ==0.0.19
385
394
openai_agents-v0.1.0: openai-agents ==0.1.0
386
395
openai_agents-v0.2.11: openai-agents ==0.2.11
@@ -391,7 +400,7 @@ deps =
391
400
huggingface_hub-v0.28.1: huggingface_hub ==0.28.1
392
401
huggingface_hub-v0.32.6: huggingface_hub ==0.32.6
393
402
huggingface_hub-v0.35.3: huggingface_hub ==0.35.3
394
- huggingface_hub-v1.0.0rc2 : huggingface_hub ==1.0.0rc2
403
+ huggingface_hub-v1.0.0rc4 : huggingface_hub ==1.0.0rc4
395
404
huggingface_hub: responses
396
405
huggingface_hub: pytest-httpx
397
406
@@ -400,7 +409,7 @@ deps =
400
409
boto3-v1.12.49: boto3 ==1.12.49
401
410
boto3-v1.20.54: boto3 ==1.20.54
402
411
boto3-v1.28.85: boto3 ==1.28.85
403
- boto3-v1.40.46 : boto3 ==1.40.46
412
+ boto3-v1.40.47 : boto3 ==1.40.47
404
413
{py3.7,py3.8}-boto3: urllib3<2.0.0
405
414
406
415
chalice-v1.16.0: chalice ==1.16.0
@@ -419,15 +428,15 @@ deps =
419
428
420
429
pymongo-v3.5.1: pymongo ==3.5.1
421
430
pymongo-v3.13.0: pymongo ==3.13.0
422
- pymongo-v4.15.2 : pymongo ==4.15.2
431
+ pymongo-v4.15.3 : pymongo ==4.15.3
423
432
pymongo: mockupdb
424
433
425
434
redis-v2.10.6: redis ==2.10.6
426
435
redis-v3.5.3: redis ==3.5.3
427
436
redis-v4.6.0: redis ==4.6.0
428
437
redis-v5.3.1: redis ==5.3.1
429
438
redis-v6.4.0: redis ==6.4.0
430
- redis-v7.0.0b2 : redis ==7.0.0b2
439
+ redis-v7.0.0b3 : redis ==7.0.0b3
431
440
redis: fakeredis!=1.7.4
432
441
redis: pytest<8.0.0
433
442
redis-v4.6.0: fakeredis<2.31.0
@@ -477,7 +486,7 @@ deps =
477
486
{py3.6}-graphene: aiocontextvars
478
487
479
488
strawberry-v0.209.8: strawberry-graphql[fastapi,flask]==0.209.8
480
- strawberry-v0.283.1 : strawberry-graphql[fastapi,flask]==0.283.1
489
+ strawberry-v0.283.2 : strawberry-graphql[fastapi,flask]==0.283.2
481
490
strawberry: httpx
482
491
strawberry-v0.209.8: pydantic<2.11
483
492
@@ -604,7 +613,7 @@ deps =
604
613
fastapi-v0.79.1: fastapi ==0.79.1
605
614
fastapi-v0.92.0: fastapi ==0.92.0
606
615
fastapi-v0.105.0: fastapi ==0.105.0
607
- fastapi-v0.118.0 : fastapi ==0.118.0
616
+ fastapi-v0.118.1 : fastapi ==0.118.1
608
617
fastapi: httpx
609
618
fastapi: pytest-asyncio
610
619
fastapi: python-multipart
@@ -747,6 +756,7 @@ setenv =
747
756
falcon: TESTPATH =tests/integrations/falcon
748
757
fastapi: TESTPATH =tests/integrations/fastapi
749
758
flask: TESTPATH =tests/integrations/flask
759
+ google-genai: TESTPATH =tests/integrations/google-genai
750
760
gql: TESTPATH =tests/integrations/gql
751
761
graphene: TESTPATH =tests/integrations/graphene
752
762
grpc: TESTPATH =tests/integrations/grpc
0 commit comments