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.
2 parents ed28c8a + 69af66a commit b33e1acCopy full SHA for b33e1ac
1 file changed
pyproject.toml
@@ -3,11 +3,11 @@ name = "pyvec-docs"
3
version = "0"
4
requires-python = "==3.12.*"
5
dependencies = [
6
- "click>=8.3.2",
+ "click>=8.3.3",
7
"jinja2>=3.1.6",
8
"myst-parser>=5.0.0",
9
- "pydantic>=2.13.3",
10
- "requests>=2.33.1",
+ "pydantic>=2.13.4",
+ "requests>=2.34.0",
11
"sphinx-rtd-theme>=3.1.0",
12
"sphinx<10", # see https://github.com/executablebooks/MyST-Parser/issues/1077
13
"sphinxemoji>=0.3.2",
@@ -24,7 +24,7 @@ dev = [
24
]
25
26
[build-system]
27
-requires = ["uv_build>=0.11.7,<0.12.0"]
+requires = ["uv_build>=0.11.13,<0.12.0"]
28
build-backend = "uv_build"
29
30
[tool.pytest.ini_options]
0 commit comments