Skip to content

Commit

Permalink
Temporarily pin to ops 2.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Aug 29, 2024
1 parent 40a472c commit 1eb4fb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ license.text = "Apache-2.0"
keywords = ["juju", "test"]

dependencies = [
"ops>=2.15",
"ops==2.15",
"PyYAML>=6.0.1",
]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ commands =
description = Static typing checks.
skip_install = true
deps =
ops
ops==2.15
pyright==1.1.347
commands =
pyright scenario
Expand Down

0 comments on commit 1eb4fb0

Please sign in to comment.