Skip to content

Commit 3bd8622

Browse files
chore(deps): update dependency pydantic to v2
1 parent 2b16e4c commit 3bd8622

4 files changed

+27
-4
lines changed

requirements-dev.txt

+10-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ aiosignal==1.3.1
1616
# aiohttp
1717
alembic==1.13.2
1818
# via -r requirements.txt
19+
annotated-types==0.7.0
20+
# via
21+
# -r requirements.txt
22+
# pydantic
1923
anyio==3.7.1
2024
# via
2125
# -r requirements.txt
@@ -158,11 +162,15 @@ pycparser==2.21
158162
# via
159163
# -r requirements.txt
160164
# cffi
161-
pydantic==1.10.18
165+
pydantic==2.9.1
162166
# via
163167
# -r requirements.txt
164168
# fastapi
165169
# fastapi-pagination
170+
pydantic-core==2.23.3
171+
# via
172+
# -r requirements.txt
173+
# pydantic
166174
pytest==8.3.3
167175
# via
168176
# -r requirements-dev.in
@@ -232,6 +240,7 @@ typing-extensions==4.8.0
232240
# fastapi-pagination
233241
# jwcrypto
234242
# pydantic
243+
# pydantic-core
235244
# sqlalchemy
236245
urllib3==2.0.7
237246
# via

requirements-export.txt

+10-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ aiosignal==1.3.1
1616
# aiohttp
1717
alembic==1.13.2
1818
# via -r requirements.txt
19+
annotated-types==0.7.0
20+
# via
21+
# -r requirements.txt
22+
# pydantic
1923
anyio==3.7.1
2024
# via
2125
# -r requirements.txt
@@ -126,11 +130,15 @@ pycparser==2.21
126130
# via
127131
# -r requirements.txt
128132
# cffi
129-
pydantic==1.10.18
133+
pydantic==2.9.1
130134
# via
131135
# -r requirements.txt
132136
# fastapi
133137
# fastapi-pagination
138+
pydantic-core==2.23.3
139+
# via
140+
# -r requirements.txt
141+
# pydantic
134142
pymongo==4.8.0
135143
# via motor
136144
pynacl==1.5.0
@@ -175,6 +183,7 @@ typing-extensions==4.8.0
175183
# fastapi-pagination
176184
# jwcrypto
177185
# pydantic
186+
# pydantic-core
178187
# sqlalchemy
179188
urllib3==2.0.7
180189
# via

requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fastapi-pagination==0.12.27
1010
httptools==0.6.1
1111
httpx==0.27.2
1212
jwcrypto==1.5.6
13-
pydantic==1.10.18
13+
pydantic==2.9.1
1414
python-dateutil==2.9.0.post0
1515
python-decouple==3.8
1616
pytz==2024.2

requirements.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ aiosignal==1.3.1
1212
# via aiohttp
1313
alembic==1.13.2
1414
# via -r requirements.in
15+
annotated-types==0.7.0
16+
# via pydantic
1517
anyio==3.7.1
1618
# via
1719
# httpx
@@ -84,11 +86,13 @@ multidict==6.0.4
8486
# yarl
8587
pycparser==2.21
8688
# via cffi
87-
pydantic==1.10.18
89+
pydantic==2.9.1
8890
# via
8991
# -r requirements.in
9092
# fastapi
9193
# fastapi-pagination
94+
pydantic-core==2.23.3
95+
# via pydantic
9296
python-dateutil==2.9.0.post0
9397
# via -r requirements.in
9498
python-decouple==3.8
@@ -123,6 +127,7 @@ typing-extensions==4.8.0
123127
# fastapi-pagination
124128
# jwcrypto
125129
# pydantic
130+
# pydantic-core
126131
# sqlalchemy
127132
urllib3==2.0.7
128133
# via

0 commit comments

Comments
 (0)