Skip to content

Commit cdbcb30

Browse files
authored
chore: Set fastapi < 0.139.2 (#4934)
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent f8c064d commit cdbcb30

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

docker/common/fw_pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,5 @@ override-dependencies = [
122122
"decord; sys_platform == 'never'", # Optional dependency. Resolves CVE
123123
"av; sys_platform == 'never'", # Optional dependency. Resolves CVE
124124
"opencv-python-headless; sys_platform == 'never'", # Optional dependency. Resolves CVE
125+
"fastapi<0.139.2" # 0.139.2 fails with ray 2.55.1 at least
125126
]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ override-dependencies = [
141141
"onnx>=1.21.0; python_version < '3.13'", # onnx<1.21 has missing lower bound on ml-dtypes, uses float4_e2m1fn (requires ml-dtypes>=0.5.0)
142142
"nvidia-cudnn-frontend==1.24.0",
143143
"nvidia-cutlass-dsl[cu13]; sys_platform == 'never'", # Rely on system site packages install
144+
"fastapi<0.139.2", # 0.139.2 fails with ray 2.55.1 at least
144145
"fast-hadamard-transform @ git+https://github.com/Dao-AILab/fast-hadamard-transform.git@v1.1.0" # pin 1.1.0; PyPI sdist is incomplete, install from git tag (see DSv4/GLM-5 READMEs)
145146
]
146147

uv.lock

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

0 commit comments

Comments
 (0)