We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944a93f commit 813952cCopy full SHA for 813952c
pyproject.toml
@@ -23,7 +23,7 @@ description-file = "README.md"
23
requires-python = ">=3.7"
24
requires = [
25
"fastapi-users >= 9.1.0",
26
- "tortoise-orm >=0.17.6,<0.18.0"
+ "tortoise-orm >=0.17.6,<0.19.0"
27
]
28
29
[tool.flit.metadata.urls]
requirements.txt
@@ -1,2 +1,2 @@
1
fastapi-users >= 9.1.0
2
-tortoise-orm >= 0.17.6,<0.18.0
+tortoise-orm >= 0.17.6,<0.19.0
0 commit comments