Skip to content

Commit 4066cc6

Browse files
committed
fix(backend): move deepdiff outside of dev deps
deepdiff is required for the infrahub upgrade CLI. Signed-off-by: Fatih Acar <[email protected]>
1 parent df4e352 commit 4066cc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ dependencies = [
3333
"gitpython>=3,<4",
3434
"pyyaml>=6,<7",
3535
"tomli>=1.1.0; python_version<='3.11'",
36+
"deepdiff==8.6.1",
3637

3738
# Dependencies specific to the API Server
3839
"fastapi==0.121.1",
@@ -96,7 +97,6 @@ dev = [
9697
"invoke==2.2.0",
9798
"pytest-benchmark>=4.0.0,<5",
9899
"pytest-codspeed>=2.2.0,<3",
99-
"deepdiff==8.6.1",
100100
"polyfactory==2.16.2",
101101
"towncrier>=24.8,<25",
102102
"pytest-env>=1.1.3,<2",

uv.lock

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

0 commit comments

Comments
 (0)