Skip to content

Commit e509fe1

Browse files
feat(gui): short lived session
feat(gui): more details in user info feat(papi): simple gui with test
1 parent 86bdf17 commit e509fe1

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dependencies = [
7777
# From Template
7878
"fastapi[all,standard]>=0.123.10",
7979
"humanize>=4.14.0,<5",
80-
"nicegui[native]>=3.3.1,<4",
80+
"nicegui[native]>=3.4.0,<4",
8181
"packaging>=25.0,<26",
8282
"platformdirs>=4.5.1,<5",
8383
"psutil>=7.1.3,<8",
@@ -122,7 +122,7 @@ dependencies = [
122122
"tenacity>=9.1.2,<10",
123123
"tqdm>=4.67.1,<5",
124124
"truststore>=0.10.4,<1",
125-
"urllib3>=2.5.0,<3",
125+
"urllib3>=2.6.1,<3",
126126
"wsidicom>=0.28.1,<1",
127127
]
128128

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

uv.lock

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

0 commit comments

Comments
 (0)