We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7df3e commit 785693bCopy full SHA for 785693b
pyproject.toml
@@ -12,7 +12,7 @@ dependencies = [
12
"httpx~=0.27.0",
13
"beautifulsoup4~=4.12.3",
14
"tzdata~=2024.1",
15
- "uvicorn[standard]~=0.30.6",
+ "uvicorn[standard]~=0.31.0",
16
]
17
18
[tool.uv]
requirements.txt
@@ -5,4 +5,4 @@ jinja2~=3.1.4
5
httpx~=0.27.2
6
beautifulsoup4~=4.12.3
7
tzdata~=2024.1
8
-uvicorn[standard]~=0.30.6
+uvicorn[standard]~=0.31.0
0 commit comments