Skip to content

tests: Regenerate tox.ini #4583

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scripts/populate_tox/populate_tox.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,8 @@ def _compare_min_version_with_defined(
):
print(
f" Integration defines {defined_min_version} as minimum "
f"version, but the effective minimum version is {releases[0]}."
f"version, but the effective minimum version based on metadata "
f"is {releases[0]}."
)


Expand Down
42 changes: 22 additions & 20 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# The file (and all resulting CI YAMLs) then need to be regenerated via
# "scripts/generate-test-files.sh".
#
# Last generated: 2025-07-08T06:07:54.743036+00:00
# Last generated: 2025-07-15T08:21:43.713048+00:00

[tox]
requires =
Expand Down Expand Up @@ -141,17 +141,17 @@ envlist =
{py3.8,py3.11,py3.12}-anthropic-v0.57.1

{py3.9,py3.10,py3.11}-cohere-v5.4.0
{py3.9,py3.11,py3.12}-cohere-v5.8.1
{py3.9,py3.11,py3.12}-cohere-v5.11.4
{py3.9,py3.11,py3.12}-cohere-v5.15.0
{py3.9,py3.11,py3.12}-cohere-v5.9.4
{py3.9,py3.11,py3.12}-cohere-v5.13.12
{py3.9,py3.11,py3.12}-cohere-v5.16.1

{py3.9,py3.11,py3.12}-openai_agents-v0.0.19
{py3.9,py3.12,py3.13}-openai_agents-v0.1.0

{py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2
{py3.8,py3.11,py3.12}-huggingface_hub-v0.26.5
{py3.8,py3.12,py3.13}-huggingface_hub-v0.30.2
{py3.8,py3.12,py3.13}-huggingface_hub-v0.33.2
{py3.8,py3.12,py3.13}-huggingface_hub-v0.33.4


# ~~~ DBs ~~~
Expand All @@ -175,15 +175,15 @@ envlist =
{py3.8,py3.12,py3.13}-launchdarkly-v9.8.1
{py3.8,py3.12,py3.13}-launchdarkly-v9.9.0
{py3.8,py3.12,py3.13}-launchdarkly-v9.10.0
{py3.8,py3.12,py3.13}-launchdarkly-v9.11.1
{py3.9,py3.12,py3.13}-launchdarkly-v9.12.0

{py3.8,py3.12,py3.13}-openfeature-v0.7.5
{py3.9,py3.12,py3.13}-openfeature-v0.8.1

{py3.7,py3.12,py3.13}-statsig-v0.55.3
{py3.7,py3.12,py3.13}-statsig-v0.56.0
{py3.7,py3.12,py3.13}-statsig-v0.57.3
{py3.7,py3.12,py3.13}-statsig-v0.58.3
{py3.7,py3.12,py3.13}-statsig-v0.59.0

{py3.8,py3.12,py3.13}-unleash-v6.0.1
{py3.8,py3.12,py3.13}-unleash-v6.1.0
Expand All @@ -207,14 +207,15 @@ envlist =
{py3.8,py3.10,py3.11}-strawberry-v0.209.8
{py3.8,py3.11,py3.12}-strawberry-v0.231.1
{py3.8,py3.12,py3.13}-strawberry-v0.253.1
{py3.9,py3.12,py3.13}-strawberry-v0.275.5
{py3.9,py3.12,py3.13}-strawberry-v0.276.0


# ~~~ Network ~~~
{py3.7,py3.8}-grpc-v1.32.0
{py3.7,py3.9,py3.10}-grpc-v1.46.5
{py3.7,py3.11,py3.12}-grpc-v1.60.2
{py3.9,py3.12,py3.13}-grpc-v1.73.1
{py3.9,py3.12,py3.13}-grpc-v1.74.0rc1


# ~~~ Tasks ~~~
Expand Down Expand Up @@ -258,14 +259,14 @@ envlist =
{py3.6,py3.9,py3.10}-fastapi-v0.79.1
{py3.7,py3.10,py3.11}-fastapi-v0.91.0
{py3.7,py3.10,py3.11}-fastapi-v0.103.2
{py3.8,py3.12,py3.13}-fastapi-v0.116.0
{py3.8,py3.12,py3.13}-fastapi-v0.116.1


# ~~~ Web 2 ~~~
{py3.7}-aiohttp-v3.4.4
{py3.7,py3.8,py3.9}-aiohttp-v3.7.4
{py3.8,py3.12,py3.13}-aiohttp-v3.10.11
{py3.9,py3.12,py3.13}-aiohttp-v3.12.13
{py3.9,py3.12,py3.13}-aiohttp-v3.12.14

{py3.6,py3.7}-bottle-v0.12.25
{py3.8,py3.12,py3.13}-bottle-v0.13.4
Expand Down Expand Up @@ -516,9 +517,9 @@ deps =
anthropic-v0.44.0: httpx<0.28.0

cohere-v5.4.0: cohere==5.4.0
cohere-v5.8.1: cohere==5.8.1
cohere-v5.11.4: cohere==5.11.4
cohere-v5.15.0: cohere==5.15.0
cohere-v5.9.4: cohere==5.9.4
cohere-v5.13.12: cohere==5.13.12
cohere-v5.16.1: cohere==5.16.1

openai_agents-v0.0.19: openai-agents==0.0.19
openai_agents-v0.1.0: openai-agents==0.1.0
Expand All @@ -527,7 +528,7 @@ deps =
huggingface_hub-v0.22.2: huggingface_hub==0.22.2
huggingface_hub-v0.26.5: huggingface_hub==0.26.5
huggingface_hub-v0.30.2: huggingface_hub==0.30.2
huggingface_hub-v0.33.2: huggingface_hub==0.33.2
huggingface_hub-v0.33.4: huggingface_hub==0.33.4


# ~~~ DBs ~~~
Expand All @@ -552,15 +553,15 @@ deps =
launchdarkly-v9.8.1: launchdarkly-server-sdk==9.8.1
launchdarkly-v9.9.0: launchdarkly-server-sdk==9.9.0
launchdarkly-v9.10.0: launchdarkly-server-sdk==9.10.0
launchdarkly-v9.11.1: launchdarkly-server-sdk==9.11.1
launchdarkly-v9.12.0: launchdarkly-server-sdk==9.12.0

openfeature-v0.7.5: openfeature-sdk==0.7.5
openfeature-v0.8.1: openfeature-sdk==0.8.1

statsig-v0.55.3: statsig==0.55.3
statsig-v0.56.0: statsig==0.56.0
statsig-v0.57.3: statsig==0.57.3
statsig-v0.58.3: statsig==0.58.3
statsig-v0.59.0: statsig==0.59.0
statsig: typing_extensions

unleash-v6.0.1: UnleashClient==6.0.1
Expand Down Expand Up @@ -593,7 +594,7 @@ deps =
strawberry-v0.209.8: strawberry-graphql[fastapi,flask]==0.209.8
strawberry-v0.231.1: strawberry-graphql[fastapi,flask]==0.231.1
strawberry-v0.253.1: strawberry-graphql[fastapi,flask]==0.253.1
strawberry-v0.275.5: strawberry-graphql[fastapi,flask]==0.275.5
strawberry-v0.276.0: strawberry-graphql[fastapi,flask]==0.276.0
strawberry: httpx
strawberry-v0.209.8: pydantic<2.11
strawberry-v0.231.1: pydantic<2.11
Expand All @@ -605,6 +606,7 @@ deps =
grpc-v1.46.5: grpcio==1.46.5
grpc-v1.60.2: grpcio==1.60.2
grpc-v1.73.1: grpcio==1.73.1
grpc-v1.74.0rc1: grpcio==1.74.0rc1
grpc: protobuf
grpc: mypy-protobuf
grpc: types-protobuf
Expand Down Expand Up @@ -691,7 +693,7 @@ deps =
fastapi-v0.79.1: fastapi==0.79.1
fastapi-v0.91.0: fastapi==0.91.0
fastapi-v0.103.2: fastapi==0.103.2
fastapi-v0.116.0: fastapi==0.116.0
fastapi-v0.116.1: fastapi==0.116.1
fastapi: httpx
fastapi: pytest-asyncio
fastapi: python-multipart
Expand All @@ -707,10 +709,10 @@ deps =
aiohttp-v3.4.4: aiohttp==3.4.4
aiohttp-v3.7.4: aiohttp==3.7.4
aiohttp-v3.10.11: aiohttp==3.10.11
aiohttp-v3.12.13: aiohttp==3.12.13
aiohttp-v3.12.14: aiohttp==3.12.14
aiohttp: pytest-aiohttp
aiohttp-v3.10.11: pytest-asyncio
aiohttp-v3.12.13: pytest-asyncio
aiohttp-v3.12.14: pytest-asyncio

bottle-v0.12.25: bottle==0.12.25
bottle-v0.13.4: bottle==0.13.4
Expand Down
Loading