Skip to content

Commit

Permalink
Bump pydantic from 2.1.1 to 2.4.0 in /backend (aws-samples#281)
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.1.1 to 2.4.0.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.1.1...v2.4.0)

---
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 Apr 25, 2024
1 parent 1578abe commit a124943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/embedding.requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
boto3==1.28.57
llama-index==0.10.19
pydantic==2.1.1
pydantic==2.4.0
youtube-transcript-api==0.6.1
playwright==1.40.0
requests==2.31.0
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fastapi==0.109.1
requests==2.31.0
types-requests==2.31.0
pydantic==2.1.1
pydantic==2.4.0
pyhumps==3.8.0
uvicorn==0.23.1
python-ulid==1.1.0
Expand Down

0 comments on commit a124943

Please sign in to comment.