From fe392b01df304b041e62dd5f606c3c874543db8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 14:24:07 +0000 Subject: [PATCH] chore(deps): update pydantic requirement from >=2.0.0 to >=2.13.4 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.0...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 345001f..e6e1a16 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -2,5 +2,5 @@ ferro_ta>=1.0.0 fastapi>=0.110.0 uvicorn[standard]>=0.27.0 -pydantic>=2.0.0 +pydantic>=2.13.4 numpy>=1.20