File tree 5 files changed +7
-17
lines changed
flowkit_ui_backend/models
5 files changed +7
-17
lines changed Original file line number Diff line number Diff line change
1
+ pydantic < 2
Original file line number Diff line number Diff line change @@ -31,10 +31,6 @@ aniso8601==9.0.1
31
31
# -c /tmp/requirements/requirements.txt
32
32
# -r /tmp/requirements/requirements.in
33
33
# graphene
34
- annotated-types==0.6.0
35
- # via
36
- # -c /tmp/requirements/requirements.txt
37
- # pydantic
38
34
anyio==3.7.1
39
35
# via
40
36
# -c /tmp/requirements/requirements.txt
@@ -262,15 +258,12 @@ pycparser==2.21
262
258
# via
263
259
# -c /tmp/requirements/requirements.txt
264
260
# cffi
265
- pydantic==2.5.2
261
+ pydantic==1.10.13
266
262
# via
263
+ # -c /tmp/requirements/constraints.in
267
264
# -c /tmp/requirements/requirements.txt
268
265
# -r /tmp/requirements/requirements.in
269
266
# fastapi
270
- pydantic-core==2.14.5
271
- # via
272
- # -c /tmp/requirements/requirements.txt
273
- # pydantic
274
267
pygments==2.17.2
275
268
# via ipython
276
269
pyjwt==2.8.0
@@ -376,7 +369,6 @@ typing-extensions==4.9.0
376
369
# -r /tmp/requirements/requirements.in
377
370
# fastapi
378
371
# pydantic
379
- # pydantic-core
380
372
tzdata==2023.3
381
373
# via
382
374
# -c /tmp/requirements/requirements.txt
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class Heartbeat(BaseModel):
35
35
python_version: The python_version of this Heartbeat [Optional].
36
36
"""
37
37
38
- datetime : Optional [datetime ] = None
38
+ datetime : Optional [datetime ] = None # this breaks pydantic at least as far as 2.5.2
39
39
docker_image : Optional [str ] = None
40
40
git_branch : Optional [str ] = None
41
41
git_commit : Optional [str ] = None
Original file line number Diff line number Diff line change
1
+ -c constraints.in
1
2
aiocsv
2
3
aiofiles
3
4
aiohttp
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ aniso8601==9.0.1
20
20
# via
21
21
# -r /tmp/requirements/requirements.in
22
22
# graphene
23
- annotated-types == 0.6.0
24
- # via pydantic
25
23
anyio == 3.7.1
26
24
# via
27
25
# fastapi
@@ -136,12 +134,11 @@ pyasn1==0.5.1
136
134
# rsa
137
135
pycparser == 2.21
138
136
# via cffi
139
- pydantic == 2.5.2
137
+ pydantic == 1.10.13
140
138
# via
139
+ # -c /tmp/requirements/constraints.in
141
140
# -r /tmp/requirements/requirements.in
142
141
# fastapi
143
- pydantic-core == 2.14.5
144
- # via pydantic
145
142
pyjwt == 2.8.0
146
143
# via auth0-python
147
144
pymysql == 1.1.0
@@ -193,7 +190,6 @@ typing-extensions==4.9.0
193
190
# -r /tmp/requirements/requirements.in
194
191
# fastapi
195
192
# pydantic
196
- # pydantic-core
197
193
tzdata == 2023.3
198
194
# via pendulum
199
195
ujson == 5.9.0
You can’t perform that action at this time.
0 commit comments