Skip to content
Merged
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
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies = [
# From Template
"fastapi[all,standard]>=0.123.10",
"humanize>=4.14.0,<5",
"nicegui[native]>=3.3.1,<4",
"nicegui[native]>=3.4.0,<4",
"packaging>=25.0,<26",
"platformdirs>=4.5.1,<5",
"psutil>=7.1.3,<8",
Expand Down Expand Up @@ -122,7 +122,7 @@ dependencies = [
"tenacity>=9.1.2,<10",
"tqdm>=4.67.1,<5",
"truststore>=0.10.4,<1",
"urllib3>=2.5.0,<3",
"urllib3>=2.6.1,<3",
"wsidicom>=0.28.1,<1",
]

Expand Down Expand Up @@ -204,7 +204,6 @@ override-dependencies = [ # https://github.com/astral-sh/uv/issues/4422
"starlette>=0.49.1", # GHSA-7f5h-v6xp-fcq8
"fonttools>=4.60.2", # CVE-2025-66034 (GHSA-768j-98cg-p3fv), dep of matplotlib
"pyjpegls; python_version < '3.14'", # No Python 3.14 support yet
"urllib3>=2.6.0", # CVE-2025-66471 (GHSA-2xpw-w6gg-jr37), dep of boto3, dicomweb-client and others
"pytest>=9.0.1", # pytest-md-report depends on pytest<9 unnecessarily
"lxml>=6.0.2", # For python 3.14 pre-built wheels
]
Expand Down
14 changes: 7 additions & 7 deletions uv.lock

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

Loading