From 7a0c57fc685f26e1d14fb0ac78471819ab0fb971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 07:44:55 +0000 Subject: [PATCH] Bump pydantic from 1.10.7 to 1.10.13 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](https://github.com/pydantic/pydantic/compare/v1.10.7...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c64ca0d..ab9c32a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,5 +54,5 @@ torch==2.0.1 # PyTorch for deep learning applications transformers==4.30.0 # Hugging Face Transformers for natural language processing # Additional libraries for enhanced functionality -pydantic==1.10.7 # Data validation and settings management using Python type annotations +pydantic==1.10.13 # Data validation and settings management using Python type annotations sqlalchemy==2.0.0 # SQL toolkit and Object-Relational Mapping (ORM) system for Python