Skip to content

Commit

Permalink
Bump pydantic from 1.10.0 to 1.10.13 in /eksbedrock/bedrockrag
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.0 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.0...v1.10.13)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 7, 2025
1 parent 9258762 commit aa8bdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eksbedrock/bedrockrag/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fastapi==0.100.0 # Web framework for the API
uvicorn==0.22.0 # ASGI server to run FastAPI
pydantic==1.10.0 # Data validation and serialization
pydantic==1.10.13 # Data validation and serialization
requests==2.31.0 # HTTP client (if needed for API calls)

0 comments on commit aa8bdb0

Please sign in to comment.