diff --git a/pyproject.toml b/pyproject.toml index 1d910f6..a4653b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "A fully Async FastAPI boilerplate using SQLAlchemy and Pydantic 2 authors = [{ name = "Igor Magalhaes", email = "igor.magalhaes.r@gmail.com" }] license = { text = "MIT" } readme = "README.md" -requires-python = "~=3.11" +requires-python = ">=3.11, <4" dependencies = [ "python-dotenv>=1.0.0", "pydantic[email]>=2.6.1",