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 0dc91ca commit 2d92917Copy full SHA for 2d92917
.tool-versions
@@ -1,2 +1,2 @@
1
python 3.12
2
-uv 0.8
+uv 0.9
pyproject.toml
@@ -17,13 +17,13 @@ classifiers = [
17
]
18
19
dependencies = [
20
- "starlette~=0.47.2",
+ "starlette~=0.49.1",
21
"python-multipart~=0.0.20",
22
"requests-toolbelt~=1.0.0",
23
"opentelemetry-sdk~=1.33.0",
24
"opentelemetry-api~=1.33.0",
25
"opentelemetry-semantic-conventions~=0.51b0",
26
- "pydantic~=2.11.4",
+ "pydantic~=2.12.3",
27
28
29
[project.urls]
0 commit comments