diff --git a/pyproject.toml b/pyproject.toml index f7df24c..d1a8e85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ version = "0.0.1" dependencies=[ "celery[redis] ==5.2.7", "sqlalchemy[mypy] ==1.4.46", - "pydantic ==1.10.4" + "pydantic ==1.10.5" ] [project.optional-dependencies]