diff --git a/pyproject.toml b/pyproject.toml index 3c6b2a8..f976a83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ include = [ ] [tool.poetry.dependencies] -python = ">=3.8,<3.12" +python = ">=3.8,<=3.12" cryptography = "3.3.2" napalm = "^4.0.0" lxml = "^5.0.0" @@ -110,4 +110,4 @@ addopts = "-vv --doctest-modules -p no:warnings --ignore-glob='*mock*'" [build-system] requires = ["poetry_core>=1.0.0"] -build-backend = "poetry.core.masonry.api" \ No newline at end of file +build-backend = "poetry.core.masonry.api"