We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebf8b7a + 1b40c58 commit db8ef4fCopy full SHA for db8ef4f
1 file changed
pyproject.toml
@@ -9,7 +9,7 @@ dependencies = [
9
"pydantic>=2.12.4",
10
"requests>=2.32.5",
11
"sphinx-rtd-theme>=3.0.2",
12
- "sphinx<9", # see https://github.com/executablebooks/MyST-Parser/issues/1077
+ "sphinx<10", # see https://github.com/executablebooks/MyST-Parser/issues/1077
13
"sphinxemoji>=0.3.1",
14
]
15
@@ -24,7 +24,7 @@ dev = [
24
25
26
[build-system]
27
-requires = ["uv_build>=0.7.3,<0.10.0"]
+requires = ["uv_build>=0.7.3,<0.11.0"]
28
build-backend = "uv_build"
29
30
[tool.pytest.ini_options]
0 commit comments