Skip to content

Commit 28c5f5f

Browse files
committed
Update various python dependencies
Including jinja2 update to resolve CVE
1 parent 1254289 commit 28c5f5f

File tree

4 files changed

+61
-57
lines changed

4 files changed

+61
-57
lines changed

integration_tests/poetry.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration_tests/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ description = "Integration Tests for FMaaS inference Server"
55
authors = ["Nick Hill"]
66

77
[tool.poetry.dependencies]
8-
python = "^3.11"
8+
python = ">=3.11"
99

1010
[tool.poetry.group.dev.dependencies]
11-
protobuf = "^4.25.1"
11+
protobuf = "^4.25.2"
1212
grpcio-tools = "^1.60.0"
13-
pytest = "^7.4.3"
14-
pytest-asyncio = "^0.21.1"
13+
pytest = "^7.4.4"
14+
pytest-asyncio = "^0.23.3"
1515
requests = "^2.31.0"
1616
pyyaml = "^6.0.1"
1717

server/poetry.lock

Lines changed: 30 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ text-generation-server = 'text_generation_server.cli:app'
99

1010
[tool.poetry.dependencies]
1111
python = ">=3.11.0,<3.13"
12-
protobuf = "^4.25.1"
12+
protobuf = "^4.25.2"
1313
grpcio = "^1.60.0"
1414
grpcio-reflection = "^1.60.0"
1515
loguru = "^0.7.2"
1616
typer = "^0.9.0"
17-
accelerate = { version = "0.25.0", optional = true }
18-
bitsandbytes = { version = "^0.41.3", optional = true }
17+
accelerate = { version = "0.26.1", optional = true }
18+
bitsandbytes = { version = "^0.42.0", optional = true }
1919
scipy = { version = "^1.11.4", optional = true }
2020
safetensors = "^0.4.1"
2121
sentencepiece = "^0.1.99"
@@ -29,6 +29,7 @@ onnx = { version = "^1.15.0", optional = true }
2929
einops = "^0.7.0"
3030

3131
# Explicitly install some transitive dependencies to avoid CVEs
32+
jinja2 = ">=3.1.3"
3233
aiohttp = ">=3.9.1"
3334
mpmath = ">=1.3.0"
3435
requests = ">=2.31.0"
@@ -46,7 +47,7 @@ quantize = ["datasets", "texttable"]
4647

4748
[tool.poetry.group.dev.dependencies]
4849
grpcio-tools = "^1.60.0"
49-
pytest = "^7.4.3"
50+
pytest = "^7.4.4"
5051

5152
[build-system]
5253
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)