Skip to content
Open
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
2 changes: 1 addition & 1 deletion requirements-minimal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ numpy>=2.4.2

# Additional dependencies
requests>=2.33.0
urllib3>=2.5.0
urllib3>=2.7.0
Jinja2>=3.0.0
2 changes: 1 addition & 1 deletion requirements-security.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ h11>=0.16.0
# transformers 5.x is still an RC with API breaks — stay on 4.53.x until stable release.
transformers>=4.53.0,<5.0
requests>=2.33.0
urllib3>=2.5.0
urllib3>=2.7.0
setuptools>=78.1.1
aiohttp>=3.13.4
cryptography>=46.0.7
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ torch>=2.8.0,<2.9
tqdm==4.66.5
transformers>=4.53.0,<5.0
typing_extensions==4.12.2
urllib3>=2.5.0
urllib3>=2.7.0
uvicorn==0.30.6

# Training dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ ubuntu-drivers-common==0.0.0
ubuntu-pro-client==8001
ufw==0.36.1
unattended-upgrades==0.1
urllib3==2.6.3
urllib3==2.7.0
uvicorn==0.29.0
wadllib==1.3.6
xkit==0.0.0
Expand Down
Loading