@@ -57,6 +57,17 @@ envlist =
57
57
{py3.9,py3.11,py3.12}-cohere-v5.13.12
58
58
{py3.9,py3.11,py3.12}-cohere-v5.18.0
59
59
60
+ {py3.9,py3.12,py3.13}-google_genai-v1.29.0
61
+ {py3.9,py3.12,py3.13}-google_genai-v1.33.0
62
+ {py3.9,py3.12,py3.13}-google_genai-v1.37.0
63
+ {py3.9,py3.12,py3.13}-google_genai-v1.42.0
64
+
65
+ {py3.8,py3.10,py3.11}-huggingface_hub-v0.24.7
66
+ {py3.8,py3.12,py3.13}-huggingface_hub-v0.28.1
67
+ {py3.8,py3.12,py3.13}-huggingface_hub-v0.32.6
68
+ {py3.8,py3.12,py3.13}-huggingface_hub-v0.35.3
69
+ {py3.9,py3.12,py3.13}-huggingface_hub-v1.0.0rc5
70
+
60
71
{py3.9,py3.11,py3.12}-langchain-base-v0.1.20
61
72
{py3.9,py3.11,py3.12}-langchain-base-v0.2.17
62
73
{py3.9,py3.12,py3.13}-langchain-base-v0.3.27
@@ -65,35 +76,24 @@ envlist =
65
76
{py3.9,py3.11,py3.12}-langchain-notiktoken-v0.2.17
66
77
{py3.9,py3.12,py3.13}-langchain-notiktoken-v0.3.27
67
78
79
+ {py3.9,py3.12,py3.13}-langgraph-v0.6.10
80
+ {py3.10,py3.12,py3.13}-langgraph-v1.0.0a4
81
+
68
82
{py3.9,py3.12,py3.13}-litellm-v1.77.7
69
83
70
84
{py3.8,py3.11,py3.12}-openai-base-v1.0.1
71
85
{py3.8,py3.12,py3.13}-openai-base-v1.109.1
72
- {py3.8 ,py3.12,py3.13}-openai-base-v2.3.0
86
+ {py3.9 ,py3.12,py3.13}-openai-base-v2.3.0
73
87
74
88
{py3.8,py3.11,py3.12}-openai-notiktoken-v1.0.1
75
89
{py3.8,py3.12,py3.13}-openai-notiktoken-v1.109.1
76
- {py3.8,py3.12,py3.13}-openai-notiktoken-v2.3.0
77
-
78
- {py3.9,py3.12,py3.13}-langgraph-v0.6.10
79
- {py3.10,py3.12,py3.13}-langgraph-v1.0.0a4
80
-
81
- {py3.9,py3.12,py3.13}-google_genai-v1.29.0
82
- {py3.9,py3.12,py3.13}-google_genai-v1.33.0
83
- {py3.9,py3.12,py3.13}-google_genai-v1.37.0
84
- {py3.9,py3.12,py3.13}-google_genai-v1.42.0
90
+ {py3.9,py3.12,py3.13}-openai-notiktoken-v2.3.0
85
91
86
92
{py3.10,py3.11,py3.12}-openai_agents-v0.0.19
87
93
{py3.10,py3.12,py3.13}-openai_agents-v0.1.0
88
94
{py3.10,py3.12,py3.13}-openai_agents-v0.2.11
89
95
{py3.10,py3.12,py3.13}-openai_agents-v0.3.3
90
96
91
- {py3.8,py3.10,py3.11}-huggingface_hub-v0.24.7
92
- {py3.8,py3.12,py3.13}-huggingface_hub-v0.28.1
93
- {py3.8,py3.12,py3.13}-huggingface_hub-v0.32.6
94
- {py3.8,py3.12,py3.13}-huggingface_hub-v0.35.3
95
- {py3.9,py3.12,py3.13}-huggingface_hub-v1.0.0rc5
96
-
97
97
{py3.10,py3.12,py3.13}-pydantic_ai-v1.0.17
98
98
99
99
@@ -355,6 +355,20 @@ deps =
355
355
cohere-v5.13.12: cohere ==5.13.12
356
356
cohere-v5.18.0: cohere ==5.18.0
357
357
358
+ google_genai-v1.29.0: google-genai ==1.29.0
359
+ google_genai-v1.33.0: google-genai ==1.33.0
360
+ google_genai-v1.37.0: google-genai ==1.37.0
361
+ google_genai-v1.42.0: google-genai ==1.42.0
362
+ google_genai: pytest-asyncio
363
+
364
+ huggingface_hub-v0.24.7: huggingface_hub ==0.24.7
365
+ huggingface_hub-v0.28.1: huggingface_hub ==0.28.1
366
+ huggingface_hub-v0.32.6: huggingface_hub ==0.32.6
367
+ huggingface_hub-v0.35.3: huggingface_hub ==0.35.3
368
+ huggingface_hub-v1.0.0rc5: huggingface_hub ==1.0.0rc5
369
+ huggingface_hub: responses
370
+ huggingface_hub: pytest-httpx
371
+
358
372
langchain-base-v0.1.20: langchain ==0.1.20
359
373
langchain-base-v0.2.17: langchain ==0.2.17
360
374
langchain-base-v0.3.27: langchain ==0.3.27
@@ -370,6 +384,9 @@ deps =
370
384
langchain-notiktoken: langchain-openai
371
385
langchain-notiktoken-v0.3.27: langchain-community
372
386
387
+ langgraph-v0.6.10: langgraph ==0.6.10
388
+ langgraph-v1.0.0a4: langgraph ==1.0.0a4
389
+
373
390
litellm-v1.77.7: litellm ==1.77.7
374
391
375
392
openai-base-v1.0.1: openai ==1.0.1
@@ -385,30 +402,14 @@ deps =
385
402
openai-notiktoken: pytest-asyncio
386
403
openai-notiktoken-v1.0.1: httpx<0.28
387
404
388
- langgraph-v0.6.10: langgraph ==0.6.10
389
- langgraph-v1.0.0a4: langgraph ==1.0.0a4
390
-
391
- google_genai-v1.29.0: google-genai ==1.29.0
392
- google_genai-v1.33.0: google-genai ==1.33.0
393
- google_genai-v1.37.0: google-genai ==1.37.0
394
- google_genai-v1.42.0: google-genai ==1.42.0
395
- google_genai: pytest-asyncio
396
-
397
405
openai_agents-v0.0.19: openai-agents ==0.0.19
398
406
openai_agents-v0.1.0: openai-agents ==0.1.0
399
407
openai_agents-v0.2.11: openai-agents ==0.2.11
400
408
openai_agents-v0.3.3: openai-agents ==0.3.3
401
409
openai_agents: pytest-asyncio
402
410
403
- huggingface_hub-v0.24.7: huggingface_hub ==0.24.7
404
- huggingface_hub-v0.28.1: huggingface_hub ==0.28.1
405
- huggingface_hub-v0.32.6: huggingface_hub ==0.32.6
406
- huggingface_hub-v0.35.3: huggingface_hub ==0.35.3
407
- huggingface_hub-v1.0.0rc5: huggingface_hub ==1.0.0rc5
408
- huggingface_hub: responses
409
- huggingface_hub: pytest-httpx
410
-
411
411
pydantic_ai-v1.0.17: pydantic-ai ==1.0.17
412
+ pydantic_ai: pytest-asyncio
412
413
413
414
414
415
# ~~~ Cloud ~~~
0 commit comments