File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ dev-dependencies = [
9292 " pytest" ,
9393 " pytest-django" ,
9494 " pytest-pretty" ,
95- " pydantic" ,
95+ " pydantic @ git+https://github.com/pydantic/pydantic " ,
9696 " requests" ,
9797 " sqlalchemy" ,
9898 " pandas" ,
Original file line number Diff line number Diff line change @@ -329,12 +329,12 @@ psycopg==3.2.1
329329psycopg-binary==3.2.1
330330 # via psycopg
331331psycopg2-binary==2.9.9
332- pydantic==2.8.2
332+ pydantic @ git+https://github.com/pydantic/pydantic@ed8df669fd12e221649bcd75139665c9ee00bdc5
333333 # via anthropic
334334 # via fastapi
335335 # via openai
336336 # via sqlmodel
337- pydantic-core==2.20.1
337+ pydantic-core==2.23.0
338338 # via pydantic
339339pygments==2.18.0
340340 # via mkdocs-material
@@ -425,6 +425,7 @@ typing-extensions==4.12.2
425425tzdata==2024.1
426426 # via celery
427427 # via pandas
428+ # via pydantic
428429urllib3==2.2.2
429430 # via docker
430431 # via requests
You can’t perform that action at this time.
0 commit comments