We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3771f21 commit a5e4f84Copy full SHA for a5e4f84
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "requestmodel"
3
-version = "0.1.0"
+version = "0.2.0"
4
description = "requestmodel"
5
authors = ["Jelmer Draaijer <info@jelmert.nl>"]
6
license = "MIT"
@@ -16,7 +16,7 @@ classifiers = [
16
Changelog = "https://github.com/foarsitter/fastclient/releases"
17
18
[tool.poetry.dependencies]
19
-python = "^3.8"
+python = ">=3.8"
20
fastapi = "^0.103.1"
21
httpx = "^0.25.0"
22
0 commit comments