From bf32b4cf4978cae04a7dfa954514bd96ddff3cd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 08:26:49 +0000 Subject: [PATCH] chore(deps): update dependency pydantic to v2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 028c0e7..07ecf71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ requests ==2.32.3 jsonschema==4.23.0 cryptography >= 3.4.8 lightkube>0.15.0 -pydantic<2.0 +pydantic<2.10 cosl>=0.0.26