Skip to content

Commit

Permalink
Install latest pydantic commit from github for testing (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmojaki authored Aug 27, 2024
1 parent fdfe06d commit 2ae47dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dev-dependencies = [
"pytest",
"pytest-django",
"pytest-pretty",
"pydantic",
"pydantic @ git+https://github.com/pydantic/pydantic",
"requests",
"sqlalchemy",
"pandas",
Expand Down
5 changes: 3 additions & 2 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -329,12 +329,12 @@ psycopg==3.2.1
psycopg-binary==3.2.1
# via psycopg
psycopg2-binary==2.9.9
pydantic==2.8.2
pydantic @ git+https://github.com/pydantic/pydantic@ed8df669fd12e221649bcd75139665c9ee00bdc5
# via anthropic
# via fastapi
# via openai
# via sqlmodel
pydantic-core==2.20.1
pydantic-core==2.23.0
# via pydantic
pygments==2.18.0
# via mkdocs-material
Expand Down Expand Up @@ -425,6 +425,7 @@ typing-extensions==4.12.2
tzdata==2024.1
# via celery
# via pandas
# via pydantic
urllib3==2.2.2
# via docker
# via requests
Expand Down

0 comments on commit 2ae47dc

Please sign in to comment.