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-06-02T10:27:12.681988 +00:00
13+ # Last generated: 2025-06-04T11:51:35.459320 +00:00
1414
1515[tox]
1616requires =
@@ -134,7 +134,7 @@ envlist =
134134 {py3.8,py3.11,py3.12}-anthropic-v0.16.0
135135 {py3.8,py3.11,py3.12}-anthropic-v0.28.1
136136 {py3.8,py3.11,py3.12}-anthropic-v0.40.0
137- {py3.8,py3.11,py3.12}-anthropic-v0.52.1
137+ {py3.8,py3.11,py3.12}-anthropic-v0.52.2
138138
139139 {py3.9,py3.10,py3.11}-cohere-v5.4.0
140140 {py3.9,py3.11,py3.12}-cohere-v5.8.1
@@ -144,7 +144,7 @@ envlist =
144144 {py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2
145145 {py3.8,py3.10,py3.11}-huggingface_hub-v0.25.2
146146 {py3.8,py3.12,py3.13}-huggingface_hub-v0.28.1
147- {py3.8,py3.12,py3.13}-huggingface_hub-v0.32.3
147+ {py3.8,py3.12,py3.13}-huggingface_hub-v0.32.4
148148
149149
150150 # ~~~ DBs ~~~
@@ -257,8 +257,7 @@ envlist =
257257 {py3.7}-aiohttp-v3.4.4
258258 {py3.7,py3.8,py3.9}-aiohttp-v3.7.4
259259 {py3.8,py3.12,py3.13}-aiohttp-v3.10.11
260- {py3.9,py3.12,py3.13}-aiohttp-v3.12.6
261- {py3.9,py3.12,py3.13}-aiohttp-v3.12.7rc0
260+ {py3.9,py3.12,py3.13}-aiohttp-v3.12.8
262261
263262 {py3.7}-bottle-v0.12.25
264263 {py3.8,py3.12,py3.13}-bottle-v0.13.3
@@ -318,6 +317,7 @@ deps =
318317 # for justification of the upper bound on pytest
319318 py3.7-gevent: pytest<7.0.0
320319 {py3.8,py3.9,py3.10,py3.11,py3.12}-gevent: pytest
320+ gevent: pytest-asyncio
321321
322322 # === Integrations ===
323323
@@ -488,7 +488,7 @@ deps =
488488 anthropic-v0.16.0: anthropic ==0.16.0
489489 anthropic-v0.28.1: anthropic ==0.28.1
490490 anthropic-v0.40.0: anthropic ==0.40.0
491- anthropic-v0.52.1 : anthropic ==0.52.1
491+ anthropic-v0.52.2 : anthropic ==0.52.2
492492 anthropic: pytest-asyncio
493493 anthropic-v0.16.0: httpx<0.28.0
494494 anthropic-v0.28.1: httpx<0.28.0
@@ -502,7 +502,7 @@ deps =
502502 huggingface_hub-v0.22.2: huggingface_hub ==0.22.2
503503 huggingface_hub-v0.25.2: huggingface_hub ==0.25.2
504504 huggingface_hub-v0.28.1: huggingface_hub ==0.28.1
505- huggingface_hub-v0.32.3 : huggingface_hub ==0.32.3
505+ huggingface_hub-v0.32.4 : huggingface_hub ==0.32.4
506506
507507
508508 # ~~~ DBs ~~~
@@ -619,11 +619,17 @@ deps =
619619 django: djangorestframework
620620 django: pytest-django
621621 django: Werkzeug
622+ django-v2.0.13: channels[daphne]
623+ django-v2.2.28: channels[daphne]
624+ django-v3.2.25: channels[daphne]
625+ django-v4.2.21: channels[daphne]
626+ django-v5.0.14: channels[daphne]
627+ django-v5.2.1: channels[daphne]
628+ django-v2.2.28: six
622629 django-v3.2.25: pytest-asyncio
623630 django-v4.2.21: pytest-asyncio
624631 django-v5.0.14: pytest-asyncio
625632 django-v5.2.1: pytest-asyncio
626- django-v2.2.28: six
627633 django-v2.0.13: djangorestframework>=3.0,<4.0
628634 django-v2.0.13: Werkzeug<2.1.0
629635 django-v2.2.28: djangorestframework>=3.0,<4.0
@@ -676,11 +682,10 @@ deps =
676682 aiohttp-v3.4.4: aiohttp ==3.4.4
677683 aiohttp-v3.7.4: aiohttp ==3.7.4
678684 aiohttp-v3.10.11: aiohttp ==3.10.11
679- aiohttp-v3.12.6: aiohttp ==3.12.6
680- aiohttp-v3.12.7rc0: aiohttp ==3.12.7rc0
685+ aiohttp-v3.12.8: aiohttp ==3.12.8
681686 aiohttp: pytest-aiohttp
682687 aiohttp-v3.10.11: pytest-asyncio
683- aiohttp-v3.12.6 : pytest-asyncio
688+ aiohttp-v3.12.8 : pytest-asyncio
684689
685690 bottle-v0.12.25: bottle ==0.12.25
686691 bottle-v0.13.3: bottle ==0.13.3
@@ -749,6 +754,7 @@ setenv =
749754
750755 django: DJANGO_SETTINGS_MODULE =tests.integrations.django.myapp.settings
751756 py3.12-django: PIP_CONSTRAINT =constraints.txt
757+ spark-v{3.0.3,3.5.6}: JAVA_HOME =/usr/lib/jvm/temurin-11-jdk-amd64
752758
753759 common: TESTPATH =tests
754760 gevent: TESTPATH =tests
0 commit comments