We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39f2a2 commit 19640a8Copy full SHA for 19640a8
pyproject.toml
@@ -3,7 +3,7 @@ name = "example-orchestrator"
3
version = "0.1.0"
4
requires-python = ">=3.12"
5
dependencies = [
6
- "deepdiff==8.0.1",
+ "deepdiff==8.6.1",
7
"orchestrator-core==4.0.4",
8
"pynetbox==7.4.1",
9
"rich==13.9.4",
requirements.txt
@@ -1,4 +1,4 @@
1
orchestrator-core==4.0.4
2
-deepdiff==8.0.1
+deepdiff==8.6.1
rich==13.9.4
pynetbox==7.4.1
0 commit comments