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 152ad18 commit aac3c3fCopy full SHA for aac3c3f
pyproject.toml
@@ -6,7 +6,7 @@ dependencies = [
6
"click==8.3.0",
7
"jinja2==3.1.6",
8
"myst-parser==4.0.1",
9
- "pydantic==2.11.10",
+ "pydantic==2.12.0",
10
"requests==2.32.5",
11
"sphinx-rtd-theme==3.0.2",
12
"sphinx==8.2.3",
@@ -24,7 +24,7 @@ dev = [
24
]
25
26
[build-system]
27
-requires = ["uv_build>=0.7.3,<0.9.0"]
+requires = ["uv_build>=0.7.3,<0.10.0"]
28
build-backend = "uv_build"
29
30
[tool.pytest.ini_options]
0 commit comments