Skip to content

Commit 957b245

Browse files
Bump pydantic
1 parent ea003a8 commit 957b245

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

Diff for: requirements-dev.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#
55
# make freeze
66
#
7+
annotated-types==0.5.0
78
anyio==3.7.1
89
black==23.3.0
910
build==0.10.0
@@ -24,7 +25,8 @@ pathspec==0.11.2
2425
pip-tools==6.14.0
2526
platformdirs==4.0.0
2627
pluggy==1.2.0
27-
pydantic==1.9.0
28+
pydantic==2.5.3
29+
pydantic-core==2.14.6
2830
pyproject-hooks==1.0.0
2931
pytest==7.4.3
3032
pytest-cov==4.1.0

Diff for: requirements-docs.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#
55
# make freeze
66
#
7+
annotated-types==0.5.0
78
automacdoc==0.3
89
beautifulsoup4==4.12.2
910
click==8.1.7
@@ -18,7 +19,8 @@ mkdocs==1.3.0
1819
mkdocs-material==4.6.3
1920
mkdocstrings==0.10.0
2021
packaging==23.2
21-
pydantic==1.9.0
22+
pydantic==2.5.3
23+
pydantic-core==2.14.6
2224
pygments==2.17.2
2325
pymdown-extensions==10.2.1
2426
python-dateutil==2.8.2

Diff for: requirements.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@
44
#
55
# make freeze
66
#
7-
pydantic==1.9.0
7+
annotated-types==0.5.0
8+
importlib-metadata==6.7.0
9+
pydantic==2.5.3
10+
pydantic-core==2.14.6
811
typing-extensions==4.7.1
12+
zipp==3.15.0

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
readme = Path(__file__).parent / "README.md"
66
long_description = readme.read_text()
77

8-
install_requires = ["pydantic~=1.0"]
8+
install_requires = ["pydantic>=2.5.3"]
99

1010
dev_requires = [
1111
"black>=22.1.0",

0 commit comments

Comments
 (0)