From 55df1b881f925306618eae2c8b7e1e3fcfe848bd Mon Sep 17 00:00:00 2001 From: egeres Date: Tue, 13 Aug 2024 22:16:45 +0200 Subject: [PATCH] chore: Update pyproject.toml More information on: https://github.com/mistralai/mistral-common/issues/38 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c5523b..f74ef97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ ignore_missing_imports = true [tool.poetry.dependencies] python = "^3.8.10" -pydantic = "2.6.1" +pydantic = "^2.8.2" jsonschema = "4.21.1" sentencepiece = "0.2.0" typing-extensions = "^4.11.0"