We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a12812 + b9ae637 commit a3975d0Copy full SHA for a3975d0
2 files changed
docs/requirements.txt
@@ -2,5 +2,5 @@ sphinx==8.0.2
2
pallets_sphinx_themes==2.1.3
3
myst-parser==4.0.0
4
autodoc_pydantic==2.2.0
5
-pydantic==2.8.2
6
-pydantic-settings==2.4.0
+pydantic==2.9.2
+pydantic-settings==2.5.2
pyproject.toml
@@ -85,7 +85,7 @@ classifiers = [
85
dependencies = [
86
"requests>=2.21.0",
87
"aiohttp>=3.9.2",
88
- "pydantic==2.8.2",
+ "pydantic==2.9.2",
89
"tenacity>=8,<10"
90
]
91
0 commit comments