Skip to content

Commit

Permalink
chore(deps): update dependency pydantic to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 14, 2024
1 parent 2b16e4c commit 3bd8622
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
11 changes: 10 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ aiosignal==1.3.1
# aiohttp
alembic==1.13.2
# via -r requirements.txt
annotated-types==0.7.0
# via
# -r requirements.txt
# pydantic
anyio==3.7.1
# via
# -r requirements.txt
Expand Down Expand Up @@ -158,11 +162,15 @@ pycparser==2.21
# via
# -r requirements.txt
# cffi
pydantic==1.10.18
pydantic==2.9.1
# via
# -r requirements.txt
# fastapi
# fastapi-pagination
pydantic-core==2.23.3
# via
# -r requirements.txt
# pydantic
pytest==8.3.3
# via
# -r requirements-dev.in
Expand Down Expand Up @@ -232,6 +240,7 @@ typing-extensions==4.8.0
# fastapi-pagination
# jwcrypto
# pydantic
# pydantic-core
# sqlalchemy
urllib3==2.0.7
# via
Expand Down
11 changes: 10 additions & 1 deletion requirements-export.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ aiosignal==1.3.1
# aiohttp
alembic==1.13.2
# via -r requirements.txt
annotated-types==0.7.0
# via
# -r requirements.txt
# pydantic
anyio==3.7.1
# via
# -r requirements.txt
Expand Down Expand Up @@ -126,11 +130,15 @@ pycparser==2.21
# via
# -r requirements.txt
# cffi
pydantic==1.10.18
pydantic==2.9.1
# via
# -r requirements.txt
# fastapi
# fastapi-pagination
pydantic-core==2.23.3
# via
# -r requirements.txt
# pydantic
pymongo==4.8.0
# via motor
pynacl==1.5.0
Expand Down Expand Up @@ -175,6 +183,7 @@ typing-extensions==4.8.0
# fastapi-pagination
# jwcrypto
# pydantic
# pydantic-core
# sqlalchemy
urllib3==2.0.7
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fastapi-pagination==0.12.27
httptools==0.6.1
httpx==0.27.2
jwcrypto==1.5.6
pydantic==1.10.18
pydantic==2.9.1
python-dateutil==2.9.0.post0
python-decouple==3.8
pytz==2024.2
Expand Down
7 changes: 6 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ aiosignal==1.3.1
# via aiohttp
alembic==1.13.2
# via -r requirements.in
annotated-types==0.7.0
# via pydantic
anyio==3.7.1
# via
# httpx
Expand Down Expand Up @@ -84,11 +86,13 @@ multidict==6.0.4
# yarl
pycparser==2.21
# via cffi
pydantic==1.10.18
pydantic==2.9.1
# via
# -r requirements.in
# fastapi
# fastapi-pagination
pydantic-core==2.23.3
# via pydantic
python-dateutil==2.9.0.post0
# via -r requirements.in
python-decouple==3.8
Expand Down Expand Up @@ -123,6 +127,7 @@ typing-extensions==4.8.0
# fastapi-pagination
# jwcrypto
# pydantic
# pydantic-core
# sqlalchemy
urllib3==2.0.7
# via
Expand Down

0 comments on commit 3bd8622

Please sign in to comment.