File tree 4 files changed +27
-4
lines changed
4 files changed +27
-4
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ aiosignal==1.3.1
16
16
# aiohttp
17
17
alembic == 1.13.2
18
18
# via -r requirements.txt
19
+ annotated-types == 0.7.0
20
+ # via
21
+ # -r requirements.txt
22
+ # pydantic
19
23
anyio == 3.7.1
20
24
# via
21
25
# -r requirements.txt
@@ -158,11 +162,15 @@ pycparser==2.21
158
162
# via
159
163
# -r requirements.txt
160
164
# cffi
161
- pydantic == 1.10.18
165
+ pydantic == 2.9.1
162
166
# via
163
167
# -r requirements.txt
164
168
# fastapi
165
169
# fastapi-pagination
170
+ pydantic-core == 2.23.3
171
+ # via
172
+ # -r requirements.txt
173
+ # pydantic
166
174
pytest == 8.3.3
167
175
# via
168
176
# -r requirements-dev.in
@@ -232,6 +240,7 @@ typing-extensions==4.8.0
232
240
# fastapi-pagination
233
241
# jwcrypto
234
242
# pydantic
243
+ # pydantic-core
235
244
# sqlalchemy
236
245
urllib3 == 2.0.7
237
246
# via
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ aiosignal==1.3.1
16
16
# aiohttp
17
17
alembic==1.13.2
18
18
# via -r requirements.txt
19
+ annotated-types==0.7.0
20
+ # via
21
+ # -r requirements.txt
22
+ # pydantic
19
23
anyio==3.7.1
20
24
# via
21
25
# -r requirements.txt
@@ -126,11 +130,15 @@ pycparser==2.21
126
130
# via
127
131
# -r requirements.txt
128
132
# cffi
129
- pydantic==1.10.18
133
+ pydantic==2.9.1
130
134
# via
131
135
# -r requirements.txt
132
136
# fastapi
133
137
# fastapi-pagination
138
+ pydantic-core==2.23.3
139
+ # via
140
+ # -r requirements.txt
141
+ # pydantic
134
142
pymongo==4.8.0
135
143
# via motor
136
144
pynacl==1.5.0
@@ -175,6 +183,7 @@ typing-extensions==4.8.0
175
183
# fastapi-pagination
176
184
# jwcrypto
177
185
# pydantic
186
+ # pydantic-core
178
187
# sqlalchemy
179
188
urllib3==2.0.7
180
189
# via
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ fastapi-pagination==0.12.27
10
10
httptools==0.6.1
11
11
httpx==0.27.2
12
12
jwcrypto==1.5.6
13
- pydantic==1.10.18
13
+ pydantic==2.9.1
14
14
python-dateutil==2.9.0.post0
15
15
python-decouple==3.8
16
16
pytz==2024.2
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ aiosignal==1.3.1
12
12
# via aiohttp
13
13
alembic == 1.13.2
14
14
# via -r requirements.in
15
+ annotated-types == 0.7.0
16
+ # via pydantic
15
17
anyio == 3.7.1
16
18
# via
17
19
# httpx
@@ -84,11 +86,13 @@ multidict==6.0.4
84
86
# yarl
85
87
pycparser == 2.21
86
88
# via cffi
87
- pydantic == 1.10.18
89
+ pydantic == 2.9.1
88
90
# via
89
91
# -r requirements.in
90
92
# fastapi
91
93
# fastapi-pagination
94
+ pydantic-core == 2.23.3
95
+ # via pydantic
92
96
python-dateutil == 2.9.0.post0
93
97
# via -r requirements.in
94
98
python-decouple == 3.8
@@ -123,6 +127,7 @@ typing-extensions==4.8.0
123
127
# fastapi-pagination
124
128
# jwcrypto
125
129
# pydantic
130
+ # pydantic-core
126
131
# sqlalchemy
127
132
urllib3 == 2.0.7
128
133
# via
You can’t perform that action at this time.
0 commit comments