Skip to content

Commit

Permalink
fix(ingest): add lower bound for ujson dep version (datahub-project#6189
Browse files Browse the repository at this point in the history
)
  • Loading branch information
hsheth2 authored and cccs-tom committed Nov 18, 2022
1 parent 860af21 commit 9361ff0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ def get_long_description():
"parse>=1.19.0",
"pyarrow>=6.0.1",
"tableschema>=1.20.2",
"ujson>=4.3.0",
"types-ujson>=4.2.1",
# ujson 5.2.0 has the JSONDecodeError exception type, which we need for error handling.
"ujson>=5.2.0",
"smart-open[s3]>=5.2.1",
"moto[s3]",
*path_spec_common,
Expand Down Expand Up @@ -350,6 +350,7 @@ def get_long_description():
"types-pytz",
"types-pyOpenSSL",
"types-click-spinner",
"types-ujson>=5.2.0",
}

base_dev_requirements = {
Expand Down

0 comments on commit 9361ff0

Please sign in to comment.