Skip to content
Closed
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
30 changes: 13 additions & 17 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-09-16T07:18:41.732958+00:00
# Last generated: 2025-09-16T14:01:29.499689+00:00

[tox]
requires =
Expand Down Expand Up @@ -132,10 +132,9 @@ envlist =
{py3.10,py3.12,py3.13}-openai_agents-v0.3.0

{py3.8,py3.10,py3.11}-huggingface_hub-v0.24.7
{py3.8,py3.12,py3.13}-huggingface_hub-v0.27.1
{py3.8,py3.12,py3.13}-huggingface_hub-v0.30.2
{py3.8,py3.12,py3.13}-huggingface_hub-v0.34.5
{py3.8,py3.12,py3.13}-huggingface_hub-v0.35.0rc0
{py3.8,py3.12,py3.13}-huggingface_hub-v0.28.1
{py3.8,py3.12,py3.13}-huggingface_hub-v0.32.6
{py3.8,py3.12,py3.13}-huggingface_hub-v0.35.0


# ~~~ Cloud ~~~
Expand Down Expand Up @@ -214,10 +213,9 @@ envlist =

# ~~~ 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.74.0
{py3.9,py3.12,py3.13}-grpc-v1.75.0rc1
{py3.7,py3.9,py3.10}-grpc-v1.47.5
{py3.7,py3.11,py3.12}-grpc-v1.62.3
{py3.9,py3.12,py3.13}-grpc-v1.75.0


# ~~~ Tasks ~~~
Expand Down Expand Up @@ -515,10 +513,9 @@ deps =
openai_agents: pytest-asyncio

huggingface_hub-v0.24.7: huggingface_hub==0.24.7
huggingface_hub-v0.27.1: huggingface_hub==0.27.1
huggingface_hub-v0.30.2: huggingface_hub==0.30.2
huggingface_hub-v0.34.5: huggingface_hub==0.34.5
huggingface_hub-v0.35.0rc0: huggingface_hub==0.35.0rc0
huggingface_hub-v0.28.1: huggingface_hub==0.28.1
huggingface_hub-v0.32.6: huggingface_hub==0.32.6
huggingface_hub-v0.35.0: huggingface_hub==0.35.0
huggingface_hub: responses


Expand Down Expand Up @@ -615,10 +612,9 @@ deps =

# ~~~ Network ~~~
grpc-v1.32.0: grpcio==1.32.0
grpc-v1.46.5: grpcio==1.46.5
grpc-v1.60.2: grpcio==1.60.2
grpc-v1.74.0: grpcio==1.74.0
grpc-v1.75.0rc1: grpcio==1.75.0rc1
grpc-v1.47.5: grpcio==1.47.5
grpc-v1.62.3: grpcio==1.62.3
grpc-v1.75.0: grpcio==1.75.0
grpc: protobuf
grpc: mypy-protobuf
grpc: types-protobuf
Expand Down