Skip to content

Commit

Permalink
Update pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassus committed Aug 24, 2023
1 parent 3ed64e2 commit e7a3531
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependency-injector==4.41.0
email-validator==2.0.0.post2
fastapi==0.101.1
pydantic-settings==2.0.3
pydantic==2.2.1
pydantic==2.3.0
pyjwt==2.8.0
python-multipart==0.0.6
sqlalchemy[asyncio]==2.0.20
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ pycodestyle==2.11.0
# via
# flake8
# flake8-debugger
pydantic==2.2.1
pydantic==2.3.0
# via
# -r requirements.in
# fastapi
# pydantic-settings
pydantic-core==2.6.1
pydantic-core==2.6.3
# via pydantic
pydantic-settings==2.0.3
# via -r requirements.in
Expand Down

0 comments on commit e7a3531

Please sign in to comment.