From 286f825c1da6696738d46dcce94be233624a0b7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 19:51:27 +0000 Subject: [PATCH] chore(deps,flink): update pydantic requirement 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/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.9.0...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/processing/flink_jobs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/processing/flink_jobs/requirements.txt b/src/processing/flink_jobs/requirements.txt index e8ea250..7c7ce2b 100644 --- a/src/processing/flink_jobs/requirements.txt +++ b/src/processing/flink_jobs/requirements.txt @@ -15,5 +15,5 @@ # accept the same model/config payloads. apache-flink==2.3.0 confluent-kafka>=2.5,<3 -pydantic>=2.9,<3 +pydantic>=2.13.4,<3 structlog>=26.1.0,<27