diff --git a/Pipfile b/Pipfile index 83f8954dc..8b0ef8e9e 100644 --- a/Pipfile +++ b/Pipfile @@ -26,7 +26,7 @@ uvicorn = "*" [packages] starlette = "==0.12.0" -pydantic = "==0.28.0" +pydantic = "==0.29.0" databases = {extras = ["sqlite"],version = "*"} hypercorn = "*" diff --git a/pyproject.toml b/pyproject.toml index fca05a81a..90ba93f80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] requires = [ "starlette >=0.11.1,<=0.12.0", - "pydantic >=0.28,<=0.28.0" + "pydantic >=0.28,<=0.29.0" ] description-file = "README.md" requires-python = ">=3.6"