|
10 | 10 | # The file (and all resulting CI YAMLs) then need to be regenerated via |
11 | 11 | # "scripts/generate-test-files.sh". |
12 | 12 | # |
13 | | -# Last generated: 2025-04-15T14:38:12.763407+00:00 |
| 13 | +# Last generated: 2025-04-15T15:00:48.604018+00:00 |
14 | 14 |
|
15 | 15 | [tox] |
16 | 16 | requires = |
@@ -76,10 +76,6 @@ envlist = |
76 | 76 | # Cloud Resource Context |
77 | 77 | {py3.6,py3.12,py3.13}-cloud_resource_context |
78 | 78 |
|
79 | | - # Cohere |
80 | | - {py3.9,py3.11,py3.12}-cohere-v5 |
81 | | - {py3.9,py3.11,py3.12}-cohere-latest |
82 | | - |
83 | 79 | # GCP |
84 | 80 | {py3.7}-gcp |
85 | 81 |
|
@@ -148,6 +144,11 @@ envlist = |
148 | 144 | # integration tests there. |
149 | 145 |
|
150 | 146 | # ~~~ AI ~~~ |
| 147 | + {py3.8,py3.10,py3.11}-cohere-v5.4.0 |
| 148 | + {py3.8,py3.11,py3.12}-cohere-v5.9.4 |
| 149 | + {py3.8,py3.11,py3.12}-cohere-v5.13.9 |
| 150 | + {py3.8,py3.11,py3.12}-cohere-v5.15.0 |
| 151 | + |
151 | 152 | {py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2 |
152 | 153 | {py3.8,py3.10,py3.11}-huggingface_hub-v0.25.2 |
153 | 154 | {py3.8,py3.12,py3.13}-huggingface_hub-v0.28.1 |
@@ -391,10 +392,6 @@ deps = |
391 | 392 | chalice-v1.16: chalice~=1.16.0 |
392 | 393 | chalice-latest: chalice |
393 | 394 |
|
394 | | - # Cohere |
395 | | - cohere-v5: cohere~=5.3.3 |
396 | | - cohere-latest: cohere |
397 | | - |
398 | 395 | # HTTPX |
399 | 396 | httpx-v0.16: pytest-httpx==0.10.0 |
400 | 397 | httpx-v0.18: pytest-httpx==0.12.0 |
@@ -518,6 +515,11 @@ deps = |
518 | 515 | # integration tests there. |
519 | 516 |
|
520 | 517 | # ~~~ AI ~~~ |
| 518 | + cohere-v5.4.0: cohere==5.4.0 |
| 519 | + cohere-v5.9.4: cohere==5.9.4 |
| 520 | + cohere-v5.13.9: cohere==5.13.9 |
| 521 | + cohere-v5.15.0: cohere==5.15.0 |
| 522 | + |
521 | 523 | huggingface_hub-v0.22.2: huggingface_hub==0.22.2 |
522 | 524 | huggingface_hub-v0.25.2: huggingface_hub==0.25.2 |
523 | 525 | huggingface_hub-v0.28.1: huggingface_hub==0.28.1 |
|
0 commit comments