From aa8bdb00bf5587aff005872183fd321d08c0c519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 21:17:03 +0000 Subject: [PATCH] Bump pydantic from 1.10.0 to 1.10.13 in /eksbedrock/bedrockrag 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](https://github.com/pydantic/pydantic/compare/v1.10.0...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- eksbedrock/bedrockrag/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eksbedrock/bedrockrag/requirements.txt b/eksbedrock/bedrockrag/requirements.txt index 5dc4f26..7a7ced6 100644 --- a/eksbedrock/bedrockrag/requirements.txt +++ b/eksbedrock/bedrockrag/requirements.txt @@ -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)