Skip to content

Commit

Permalink
fix(deps): Adding min version to python-dateutil to guard against iso…
Browse files Browse the repository at this point in the history
…parse failures
  • Loading branch information
swaroopjagadish committed Aug 21, 2021
1 parent a6402f6 commit 9b82792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_long_description():
"expandvars>=0.6.5",
"avro-gen3==0.6.0",
"avro-python3>=1.8.2",
"python-dateutil",
"python-dateutil>=2.8.0",
"stackprinter",
"tabulate",
}
Expand Down

0 comments on commit 9b82792

Please sign in to comment.