Skip to content

Commit

Permalink
pin deepdiff
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal committed Aug 28, 2024
1 parent 91162f2 commit a800fb6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion metadata-ingestion-modules/airflow-plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def get_long_description():
"pytest-cov>=2.8.1",
"tox",
"tox-uv",
"deepdiff",
"deepdiff==7.0.1",
"tenacity",
"build",
"twine",
Expand Down
2 changes: 1 addition & 1 deletion metadata-ingestion-modules/dagster-plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def get_long_description():
"pytest-asyncio>=0.16.0",
"pytest-cov>=2.8.1",
"tox",
"deepdiff",
"deepdiff==7.0.1",
"requests-mock",
"freezegun",
"jsonpickle",
Expand Down
2 changes: 1 addition & 1 deletion metadata-ingestion-modules/gx-plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def get_long_description():
"pytest-asyncio>=0.16.0",
"pytest-cov>=2.8.1",
"tox",
"deepdiff",
"deepdiff==7.0.1",
"requests-mock",
"freezegun",
"jsonpickle",
Expand Down
2 changes: 1 addition & 1 deletion metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@

test_api_requirements = {
"pytest>=6.2.2",
"deepdiff",
"deepdiff==7.0.1",
"PyYAML",
"pytest-docker>=1.1.0",
}
Expand Down

0 comments on commit a800fb6

Please sign in to comment.