File tree 4 files changed +30
-7
lines changed
4 files changed +30
-7
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 /tmp/renovate/repos/github/bettermarks/opal/requirements.txt
19
+ annotated-types == 0.7.0
20
+ # via
21
+ # -r /tmp/renovate/repos/github/bettermarks/opal/requirements.txt
22
+ # pydantic
19
23
anyio == 3.7.1
20
24
# via
21
25
# -r /tmp/renovate/repos/github/bettermarks/opal/requirements.txt
@@ -162,11 +166,15 @@ pycparser==2.21
162
166
# via
163
167
# -r /tmp/renovate/repos/github/bettermarks/opal/requirements.txt
164
168
# cffi
165
- pydantic == 1 .10.18
169
+ pydantic == 2 .10.6
166
170
# via
167
171
# -r /tmp/renovate/repos/github/bettermarks/opal/requirements.txt
168
172
# fastapi
169
173
# fastapi-pagination
174
+ pydantic-core == 2.27.2
175
+ # via
176
+ # -r /tmp/renovate/repos/github/bettermarks/opal/requirements.txt
177
+ # pydantic
170
178
pytest == 8.3.3
171
179
# via
172
180
# -r requirements-dev.in
@@ -228,14 +236,15 @@ termcolor==2.4.0
228
236
# via commitizen
229
237
tomlkit == 0.13.2
230
238
# via commitizen
231
- typing-extensions == 4.8.0
239
+ typing-extensions == 4.12.2
232
240
# via
233
241
# -r /tmp/renovate/repos/github/bettermarks/opal/requirements.txt
234
242
# alembic
235
243
# fastapi
236
244
# fastapi-pagination
237
245
# jwcrypto
238
246
# pydantic
247
+ # pydantic-core
239
248
# sqlalchemy
240
249
urllib3 == 2.0.7
241
250
# 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 /tmp/renovate/repos/github/bettermarks/opal/requirements.txt
19
+ annotated-types==0.7.0
20
+ # via
21
+ # -r /tmp/renovate/repos/github/bettermarks/opal/requirements.txt
22
+ # pydantic
19
23
anyio==3.7.1
20
24
# via
21
25
# -r /tmp/renovate/repos/github/bettermarks/opal/requirements.txt
@@ -130,11 +134,15 @@ pycparser==2.21
130
134
# via
131
135
# -r /tmp/renovate/repos/github/bettermarks/opal/requirements.txt
132
136
# cffi
133
- pydantic==1 .10.18
137
+ pydantic==2 .10.6
134
138
# via
135
139
# -r /tmp/renovate/repos/github/bettermarks/opal/requirements.txt
136
140
# fastapi
137
141
# fastapi-pagination
142
+ pydantic-core==2.27.2
143
+ # via
144
+ # -r /tmp/renovate/repos/github/bettermarks/opal/requirements.txt
145
+ # pydantic
138
146
pymongo==4.8.0
139
147
# via motor
140
148
pynacl==1.5.0
@@ -171,14 +179,15 @@ starlette==0.35.1
171
179
# fastapi
172
180
structlog==24.4.0
173
181
# via -r /tmp/renovate/repos/github/bettermarks/opal/requirements.txt
174
- typing-extensions==4.8.0
182
+ typing-extensions==4.12.2
175
183
# via
176
184
# -r /tmp/renovate/repos/github/bettermarks/opal/requirements.txt
177
185
# alembic
178
186
# fastapi
179
187
# fastapi-pagination
180
188
# jwcrypto
181
189
# pydantic
190
+ # pydantic-core
182
191
# sqlalchemy
183
192
urllib3==2.0.7
184
193
# 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 .10.6
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
@@ -86,11 +88,13 @@ propcache==0.2.1
86
88
# via yarl
87
89
pycparser == 2.21
88
90
# via cffi
89
- pydantic == 1 .10.18
91
+ pydantic == 2 .10.6
90
92
# via
91
93
# -r requirements.in
92
94
# fastapi
93
95
# fastapi-pagination
96
+ pydantic-core == 2.27.2
97
+ # via pydantic
94
98
python-dateutil == 2.9.0.post0
95
99
# via -r requirements.in
96
100
python-decouple == 3.8
@@ -118,13 +122,14 @@ starlette==0.35.1
118
122
# fastapi
119
123
structlog == 24.4.0
120
124
# via -r requirements.in
121
- typing-extensions == 4.8.0
125
+ typing-extensions == 4.12.2
122
126
# via
123
127
# alembic
124
128
# fastapi
125
129
# fastapi-pagination
126
130
# jwcrypto
127
131
# pydantic
132
+ # pydantic-core
128
133
# sqlalchemy
129
134
urllib3 == 2.0.7
130
135
# via
You can’t perform that action at this time.
0 commit comments