Skip to content

Commit a094af6

Browse files
Update pydantic requirement from ~=2.10.6 to ~=2.11.7
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.10.6...v2.11.7) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b995816 commit a094af6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sphinx~=8.2.3
22
furo~=2024.8.6
33
requests~=2.32.3
4-
pydantic~=2.10.6
4+
pydantic>=2.10.6,<2.12.0
55
jinja2~=3.1.6
66
networkx~=3.1.0
77
tenacity~=9.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
requires-python = ">=3.8"
3030
dependencies = [
3131
"requests~=2.32.3",
32-
"pydantic~=2.10.6",
32+
"pydantic>=2.10.6,<2.12.0",
3333
"jinja2~=3.1.6",
3434
"tenacity~=9.0.0",
3535
"urllib3>=1.26.0,<3",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
requests~=2.32.3
2-
pydantic~=2.10.6
2+
pydantic>=2.10.6,<2.12.0
33
jinja2~=3.1.6
44
tenacity~=9.0.0
55
urllib3>=1.26.0,<3

0 commit comments

Comments
 (0)