We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 541e33f + 9e972de commit 38151b8Copy full SHA for 38151b8
pyproject.toml
@@ -5,7 +5,7 @@ description = "A fully Async FastAPI boilerplate using SQLAlchemy and Pydantic 2
5
authors = [{ name = "Igor Magalhaes", email = "[email protected]" }]
6
license = { text = "MIT" }
7
readme = "README.md"
8
-requires-python = "~=3.11"
+requires-python = ">=3.11, <4"
9
dependencies = [
10
"python-dotenv>=1.0.0",
11
"pydantic[email]>=2.6.1",
0 commit comments