|
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:53:25.426657+00:00 |
| 13 | +# Last generated: 2025-04-17T11:01:25.976599+00:00 |
14 | 14 |
|
15 | 15 | [tox]
|
16 | 16 | requires =
|
@@ -76,10 +76,6 @@ envlist =
|
76 | 76 | # Cloud Resource Context
|
77 | 77 | {py3.7,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 |
|
@@ -141,6 +137,11 @@ envlist =
|
141 | 137 | # integration tests there.
|
142 | 138 |
|
143 | 139 | # ~~~ AI ~~~
|
| 140 | + {py3.9,py3.10,py3.11}-cohere-v5.4.0 |
| 141 | + {py3.9,py3.11,py3.12}-cohere-v5.9.4 |
| 142 | + {py3.9,py3.11,py3.12}-cohere-v5.13.9 |
| 143 | + {py3.9,py3.11,py3.12}-cohere-v5.15.0 |
| 144 | + |
144 | 145 | {py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2
|
145 | 146 | {py3.8,py3.10,py3.11}-huggingface_hub-v0.25.2
|
146 | 147 | {py3.8,py3.12,py3.13}-huggingface_hub-v0.28.1
|
@@ -168,6 +169,7 @@ envlist =
|
168 | 169 | {py3.8,py3.12,py3.13}-launchdarkly-v9.8.1
|
169 | 170 | {py3.8,py3.12,py3.13}-launchdarkly-v9.9.0
|
170 | 171 | {py3.8,py3.12,py3.13}-launchdarkly-v9.10.0
|
| 172 | + {py3.8,py3.12,py3.13}-launchdarkly-v9.11.0 |
171 | 173 |
|
172 | 174 | {py3.8,py3.12,py3.13}-openfeature-v0.7.5
|
173 | 175 | {py3.9,py3.12,py3.13}-openfeature-v0.8.1
|
@@ -195,9 +197,9 @@ envlist =
|
195 | 197 | {py3.8,py3.12,py3.13}-graphene-v3.4.3
|
196 | 198 |
|
197 | 199 | {py3.8,py3.10,py3.11}-strawberry-v0.209.8
|
198 |
| - {py3.8,py3.11,py3.12}-strawberry-v0.227.7 |
199 |
| - {py3.8,py3.11,py3.12}-strawberry-v0.245.0 |
200 |
| - {py3.9,py3.12,py3.13}-strawberry-v0.264.0 |
| 200 | + {py3.8,py3.11,py3.12}-strawberry-v0.228.0 |
| 201 | + {py3.8,py3.12,py3.13}-strawberry-v0.247.2 |
| 202 | + {py3.9,py3.12,py3.13}-strawberry-v0.265.1 |
201 | 203 |
|
202 | 204 |
|
203 | 205 | # ~~~ Network ~~~
|
@@ -379,10 +381,6 @@ deps =
|
379 | 381 | chalice-v1.16: chalice~=1.16.0
|
380 | 382 | chalice-latest: chalice
|
381 | 383 |
|
382 |
| - # Cohere |
383 |
| - cohere-v5: cohere~=5.3.3 |
384 |
| - cohere-latest: cohere |
385 |
| - |
386 | 384 | # HTTPX
|
387 | 385 | httpx-v0.16: pytest-httpx==0.10.0
|
388 | 386 | httpx-v0.18: pytest-httpx==0.12.0
|
@@ -497,6 +495,11 @@ deps =
|
497 | 495 | # integration tests there.
|
498 | 496 |
|
499 | 497 | # ~~~ AI ~~~
|
| 498 | + cohere-v5.4.0: cohere==5.4.0 |
| 499 | + cohere-v5.9.4: cohere==5.9.4 |
| 500 | + cohere-v5.13.9: cohere==5.13.9 |
| 501 | + cohere-v5.15.0: cohere==5.15.0 |
| 502 | + |
500 | 503 | huggingface_hub-v0.22.2: huggingface_hub==0.22.2
|
501 | 504 | huggingface_hub-v0.25.2: huggingface_hub==0.25.2
|
502 | 505 | huggingface_hub-v0.28.1: huggingface_hub==0.28.1
|
@@ -525,6 +528,7 @@ deps =
|
525 | 528 | launchdarkly-v9.8.1: launchdarkly-server-sdk==9.8.1
|
526 | 529 | launchdarkly-v9.9.0: launchdarkly-server-sdk==9.9.0
|
527 | 530 | launchdarkly-v9.10.0: launchdarkly-server-sdk==9.10.0
|
| 531 | + launchdarkly-v9.11.0: launchdarkly-server-sdk==9.11.0 |
528 | 532 |
|
529 | 533 | openfeature-v0.7.5: openfeature-sdk==0.7.5
|
530 | 534 | openfeature-v0.8.1: openfeature-sdk==0.8.1
|
@@ -561,13 +565,13 @@ deps =
|
561 | 565 | py3.6-graphene: aiocontextvars
|
562 | 566 |
|
563 | 567 | strawberry-v0.209.8: strawberry-graphql[fastapi,flask]==0.209.8
|
564 |
| - strawberry-v0.227.7: strawberry-graphql[fastapi,flask]==0.227.7 |
565 |
| - strawberry-v0.245.0: strawberry-graphql[fastapi,flask]==0.245.0 |
566 |
| - strawberry-v0.264.0: strawberry-graphql[fastapi,flask]==0.264.0 |
| 568 | + strawberry-v0.228.0: strawberry-graphql[fastapi,flask]==0.228.0 |
| 569 | + strawberry-v0.247.2: strawberry-graphql[fastapi,flask]==0.247.2 |
| 570 | + strawberry-v0.265.1: strawberry-graphql[fastapi,flask]==0.265.1 |
567 | 571 | strawberry: httpx
|
568 | 572 | strawberry-v0.209.8: pydantic<2.11
|
569 |
| - strawberry-v0.227.7: pydantic<2.11 |
570 |
| - strawberry-v0.245.0: pydantic<2.11 |
| 573 | + strawberry-v0.228.0: pydantic<2.11 |
| 574 | + strawberry-v0.247.2: pydantic<2.11 |
571 | 575 |
|
572 | 576 |
|
573 | 577 | # ~~~ Network ~~~
|
|
0 commit comments