Skip to content

Commit 1ef580a

Browse files
committed
Update tox, remove redis-latest
1 parent 2927853 commit 1ef580a

File tree

2 files changed

+17
-21
lines changed

2 files changed

+17
-21
lines changed

scripts/populate_tox/tox.jinja

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ deps =
274274
redis-v3: redis~=3.0
275275
redis-v4: redis~=4.0
276276
redis-v5: redis~=5.0
277-
redis-latest: redis
278277
279278
# Requests
280279
requests: requests>=2.0

tox.ini

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The file (and all resulting CI YAMLs) then need to be regenerated via
1111
# "scripts/generate-test-files.sh".
1212
#
13-
# Last generated: 2025-05-07T07:49:17.257976+00:00
13+
# Last generated: 2025-05-08T08:54:43.507805+00:00
1414

1515
[tox]
1616
requires =
@@ -133,9 +133,9 @@ envlist =
133133

134134
# ~~~ AI ~~~
135135
{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
139139

140140
{py3.9,py3.10,py3.11}-cohere-v5.4.0
141141
{py3.9,py3.11,py3.12}-cohere-v5.8.1
@@ -145,8 +145,7 @@ envlist =
145145
{py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2
146146
{py3.8,py3.10,py3.11}-huggingface_hub-v0.25.2
147147
{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
150149

151150

152151
# ~~~ DBs ~~~
@@ -235,9 +234,9 @@ envlist =
235234
{py3.7}-django-v2.0.13
236235
{py3.7,py3.8,py3.9}-django-v2.2.28
237236
{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
239238
{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
241240

242241
{py3.7,py3.8}-flask-v1.1.4
243242
{py3.8,py3.12,py3.13}-flask-v2.3.3
@@ -440,7 +439,6 @@ deps =
440439
redis-v3: redis~=3.0
441440
redis-v4: redis~=4.0
442441
redis-v5: redis~=5.0
443-
redis-latest: redis
444442

445443
# Requests
446444
requests: requests>=2.0
@@ -488,13 +486,13 @@ deps =
488486

489487
# ~~~ AI ~~~
490488
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
494492
anthropic: pytest-asyncio
495493
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
498496

499497
cohere-v5.4.0: cohere==5.4.0
500498
cohere-v5.8.1: cohere==5.8.1
@@ -504,8 +502,7 @@ deps =
504502
huggingface_hub-v0.22.2: huggingface_hub==0.22.2
505503
huggingface_hub-v0.25.2: huggingface_hub==0.25.2
506504
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
509506

510507

511508
# ~~~ DBs ~~~
@@ -614,18 +611,18 @@ deps =
614611
django-v2.0.13: django==2.0.13
615612
django-v2.2.28: django==2.2.28
616613
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
618615
django-v5.0.14: django==5.0.14
619-
django-v5.2: django==5.2
616+
django-v5.2.1: django==5.2.1
620617
django: channels[daphne]
621618
django: psycopg2-binary
622619
django: djangorestframework
623620
django: pytest-django
624621
django: Werkzeug
625622
django-v3.2.25: pytest-asyncio
626-
django-v4.2.20: pytest-asyncio
623+
django-v4.2.21: pytest-asyncio
627624
django-v5.0.14: pytest-asyncio
628-
django-v5.2: pytest-asyncio
625+
django-v5.2.1: pytest-asyncio
629626
django-v2.2.28: six
630627
django-v2.0.13: djangorestframework>=3.0,<4.0
631628
django-v2.0.13: Werkzeug<2.1.0

0 commit comments

Comments
 (0)