From 19c5c663e2e5b5f22ac736dabaeb7af99f7d1dc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 23:53:01 +0000 Subject: [PATCH] Update pydantic requirement in /backend/faust 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.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.0...v2.13.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/faust/requirements.base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/faust/requirements.base.txt b/backend/faust/requirements.base.txt index f77c1e2f..8c1258f6 100644 --- a/backend/faust/requirements.base.txt +++ b/backend/faust/requirements.base.txt @@ -1,6 +1,6 @@ faust-streaming[rocksdb] # Faust 0.11 passes concrete requests, which aiokafka 0.13+ no longer accepts. aiokafka>=0.10,<0.13 -pydantic>=2.13,<3 +pydantic>=2.13.5,<3 pydantic-settings>=2.15.0,<3 numpy