Skip to content

Commit 2ae47dc

Browse files
authored
Install latest pydantic commit from github for testing (#402)
1 parent fdfe06d commit 2ae47dc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

requirements-dev.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,12 +329,12 @@ psycopg==3.2.1
329329
psycopg-binary==3.2.1
330330
# via psycopg
331331
psycopg2-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
339339
pygments==2.18.0
340340
# via mkdocs-material
@@ -425,6 +425,7 @@ typing-extensions==4.12.2
425425
tzdata==2024.1
426426
# via celery
427427
# via pandas
428+
# via pydantic
428429
urllib3==2.2.2
429430
# via docker
430431
# via requests

0 commit comments

Comments
 (0)