From 31895df5e0bd9ed5db4b0bf06e817272f68f6031 Mon Sep 17 00:00:00 2001 From: Daniel Usvyat Date: Fri, 12 Apr 2024 15:38:01 +0300 Subject: [PATCH] Update pyproject.toml no need to pin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1fd72bf..612bcd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ scipy = ">=1.7.3" type-infer = ">=0.0.16" dataclasses-json = "^0.6.3" colorlog = "^6.5.0" -pydantic = "^1.10.9" +pydantic = "*" [tool.poetry.dev-dependencies] pytest = "^7.4.0"