From b03cf6b9031dfefe6d794cf3745a782b59a14344 Mon Sep 17 00:00:00 2001 From: ApplifyAI Date: Fri, 11 Oct 2024 23:23:26 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ea8b61..448b318 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8.0" databases = "^0.7.0" -pydantic = "v2.5.3" +pydantic = "^2.5.3" SQLAlchemy = "^1.4.42" cryptography = { version = ">=41.0.3,<43.0.0", optional = true } # Async database drivers