Skip to content

Commit 435f008

Browse files
authored
fix: add missing ansible-compat dependency (#526)
1 parent 409fde7 commit 435f008

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ classifiers = [
6464
]
6565
dependencies = [
6666
"ansible-core>=2.17.14",
67+
"ansible-compat>=25.8.2",
6768
"cffi>=1.17.1",
6869
"packaging>=25.0",
6970
"pytest>=6",

uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)