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-05-07T07:49:17.257976 +00:00
13
+ # Last generated: 2025-05-08T08:54:43.507805 +00:00
14
14
15
15
[tox]
16
16
requires =
@@ -133,9 +133,9 @@ envlist =
133
133
134
134
# ~~~ AI ~~~
135
135
{py3.8,py3.11,py3.12}-anthropic-v0.16.0
136
- {py3.8,py3.11,py3.12}-anthropic-v0.27.0
137
- {py3.8,py3.11,py3.12}-anthropic-v0.38 .0
138
- {py3.8,py3.11,py3.12}-anthropic-v0.50 .0
136
+ {py3.8,py3.11,py3.12}-anthropic-v0.28.1
137
+ {py3.8,py3.11,py3.12}-anthropic-v0.40 .0
138
+ {py3.8,py3.11,py3.12}-anthropic-v0.51 .0
139
139
140
140
{py3.9,py3.10,py3.11}-cohere-v5.4.0
141
141
{py3.9,py3.11,py3.12}-cohere-v5.8.1
@@ -145,8 +145,7 @@ envlist =
145
145
{py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2
146
146
{py3.8,py3.10,py3.11}-huggingface_hub-v0.25.2
147
147
{py3.8,py3.12,py3.13}-huggingface_hub-v0.28.1
148
- {py3.8,py3.12,py3.13}-huggingface_hub-v0.30.2
149
- {py3.8,py3.12,py3.13}-huggingface_hub-v0.31.0rc0
148
+ {py3.8,py3.12,py3.13}-huggingface_hub-v0.31.1
150
149
151
150
152
151
# ~~~ DBs ~~~
@@ -235,9 +234,9 @@ envlist =
235
234
{py3.7}-django-v2.0.13
236
235
{py3.7,py3.8,py3.9}-django-v2.2.28
237
236
{py3.7,py3.9,py3.10}-django-v3.2.25
238
- {py3.8,py3.11,py3.12}-django-v4.2.20
237
+ {py3.8,py3.11,py3.12}-django-v4.2.21
239
238
{py3.10,py3.11,py3.12}-django-v5.0.14
240
- {py3.10,py3.12,py3.13}-django-v5.2
239
+ {py3.10,py3.12,py3.13}-django-v5.2.1
241
240
242
241
{py3.7,py3.8}-flask-v1.1.4
243
242
{py3.8,py3.12,py3.13}-flask-v2.3.3
@@ -440,7 +439,6 @@ deps =
440
439
redis-v3: redis~=3.0
441
440
redis-v4: redis~=4.0
442
441
redis-v5: redis~=5.0
443
- redis-latest: redis
444
442
445
443
# Requests
446
444
requests: requests>=2.0
@@ -488,13 +486,13 @@ deps =
488
486
489
487
# ~~~ AI ~~~
490
488
anthropic-v0.16.0: anthropic ==0.16.0
491
- anthropic-v0.27.0 : anthropic ==0.27.0
492
- anthropic-v0.38 .0: anthropic ==0.38 .0
493
- anthropic-v0.50 .0: anthropic ==0.50 .0
489
+ anthropic-v0.28.1 : anthropic ==0.28.1
490
+ anthropic-v0.40 .0: anthropic ==0.40 .0
491
+ anthropic-v0.51 .0: anthropic ==0.51 .0
494
492
anthropic: pytest-asyncio
495
493
anthropic-v0.16.0: httpx<0.28.0
496
- anthropic-v0.27.0 : httpx<0.28.0
497
- anthropic-v0.38 .0: httpx<0.28.0
494
+ anthropic-v0.28.1 : httpx<0.28.0
495
+ anthropic-v0.40 .0: httpx<0.28.0
498
496
499
497
cohere-v5.4.0: cohere ==5.4.0
500
498
cohere-v5.8.1: cohere ==5.8.1
@@ -504,8 +502,7 @@ deps =
504
502
huggingface_hub-v0.22.2: huggingface_hub ==0.22.2
505
503
huggingface_hub-v0.25.2: huggingface_hub ==0.25.2
506
504
huggingface_hub-v0.28.1: huggingface_hub ==0.28.1
507
- huggingface_hub-v0.30.2: huggingface_hub ==0.30.2
508
- huggingface_hub-v0.31.0rc0: huggingface_hub ==0.31.0rc0
505
+ huggingface_hub-v0.31.1: huggingface_hub ==0.31.1
509
506
510
507
511
508
# ~~~ DBs ~~~
@@ -614,18 +611,18 @@ deps =
614
611
django-v2.0.13: django ==2.0.13
615
612
django-v2.2.28: django ==2.2.28
616
613
django-v3.2.25: django ==3.2.25
617
- django-v4.2.20 : django ==4.2.20
614
+ django-v4.2.21 : django ==4.2.21
618
615
django-v5.0.14: django ==5.0.14
619
- django-v5.2: django ==5.2
616
+ django-v5.2.1 : django ==5.2.1
620
617
django: channels[daphne]
621
618
django: psycopg2-binary
622
619
django: djangorestframework
623
620
django: pytest-django
624
621
django: Werkzeug
625
622
django-v3.2.25: pytest-asyncio
626
- django-v4.2.20 : pytest-asyncio
623
+ django-v4.2.21 : pytest-asyncio
627
624
django-v5.0.14: pytest-asyncio
628
- django-v5.2: pytest-asyncio
625
+ django-v5.2.1 : pytest-asyncio
629
626
django-v2.2.28: six
630
627
django-v2.0.13: djangorestframework>=3.0,<4.0
631
628
django-v2.0.13: Werkzeug<2.1.0
0 commit comments