Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
magdyksaleh committed Dec 4, 2024
1 parent 5e0b003 commit 46340e1
Show file tree
Hide file tree
Showing 7 changed files with 137 additions and 27 deletions.
152 changes: 131 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repository = "https://github.com/predibase/lorax"
[tool.poetry.dependencies]
python = "^3.8"
pydantic = "> 2, < 3"
aiohttp = "3.10.2"
aiohttp = "3.10.11"
huggingface-hub = ">= 0.12, < 1.0"
certifi = "2024.7.4"
urllib3 = "1.26.19"
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.29.0
requests==2.32.0
docker==5.0.3
pytest==7.4.0
2 changes: 1 addition & 1 deletion router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async-trait = "0.1.80"
minijinja = { version = "2.2.0", features = ["json"] }
minijinja-contrib = { version = "2.0.2", features = ["pycompat"] }
image = "=0.25.5"
rustls = "0.22.4"
rustls = "0.23.18"
webpki = "0.22.2"
base64 = "0.22.0"
wasm-bindgen = "=0.2.95"
Expand Down
2 changes: 1 addition & 1 deletion router/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tower = "^0.4"
tracing = "^0.1"
regex = "1.5.4"
base64 = "0.22.0"
rustls = "0.22.4"
rustls = "0.23.18"
webpki = "0.22.2"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ py-cpuinfo = "^9.0.0"
nvidia-ml-py = "^12.555.43"
numpy = "<2.0"
pillow = "^10.0.0"
aiohttp = "3.10.2"
aiohttp = "3.10.11"

[tool.poetry.extras]
torch = ["torch"]
Expand Down
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohappyeyeballs==2.4.0 ; python_version >= "3.9" and python_version < "4.0"
aiohttp==3.10.2 ; python_version >= "3.9" and python_version < "4.0"
aiohttp==3.10.11 ; python_version >= "3.9" and python_version < "4.0"
aiosignal==1.3.1 ; python_version >= "3.9" and python_version < "4.0"
async-timeout==4.0.3 ; python_version >= "3.9" and python_version < "3.11"
attrs==23.2.0 ; python_version >= "3.9" and python_version < "4.0"
Expand Down

0 comments on commit 46340e1

Please sign in to comment.