We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf99969 commit a85df05Copy full SHA for a85df05
pyproject.toml
@@ -8,7 +8,7 @@ requires-poetry = ">=2.0.0"
8
[tool.poetry.dependencies]
9
python = "^3.8.6" # ^3.8.6 required by juju
10
# breaking change in ops 2.10.0: https://github.com/canonical/operator/pull/1091#issuecomment-1888644075
11
-ops = "^2.9.0, <2.10"
+ops = "<2.16"
12
tenacity = "^8.5.0"
13
poetry-core = "^1.9.0"
14
jinja2 = "^3.1.4"
0 commit comments