We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad9ff9 commit c173dd5Copy full SHA for c173dd5
1 file changed
pyproject.toml
@@ -15,11 +15,11 @@ package-mode = false
15
# Caret(^), tilde(~) and other non-compatible contraints should NOT be used.
16
# Best compatible way is to use >= and < version range contraints.
17
[tool.poetry.dependencies]
18
-python = ">=3.10,<4.0"
+python = ">=3.11,<4.0"
19
pan-os-python = ">=1.12.4,<2.0"
20
-xmltodict = ">=0.12.0,<0.15.0"
21
-aiohttp = ">=3.8.4,<4.0"
22
-dpath = ">=2.1.5,<3.0"
+xmltodict = ">=0.12.0"
+aiohttp = ">=3.8.4"
+dpath = ">=2.1.5"
23
panos-upgrade-assurance = ">=2.0.0,<3.0"
24
25
[tool.poetry.dev-dependencies]
@@ -48,4 +48,4 @@ ansible-builder = ">=3.0,<4.0"
48
49
[build-system]
50
requires = ["poetry>=0.12"]
51
-build-backend = "poetry.masonry.api"
+build-backend = "poetry.masonry.api"
0 commit comments