Skip to content

Commit

Permalink
Bump pydantic in /examples/fastapi-postgres-with-serverless (#89)
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.7 to 1.10.13.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.7...v1.10.13)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 4bfcc12 commit 3a206ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fastapi-postgres-with-serverless/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fastapi==0.109.1
h11==0.14.0
idna==3.7
mangum==0.17.0
pydantic==1.10.7
pydantic==1.10.13
sniffio==1.3.0
typing-extensions==4.5.0
uvicorn==0.21.1

0 comments on commit 3a206ef

Please sign in to comment.