mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-28 10:28:22 +00:00
fix(deps): Adding min version to python-dateutil to guard against isoparse failures (#3139)
This commit is contained in:
parent
a6402f685c
commit
72af0c317a
@ -40,7 +40,7 @@ framework_common = {
|
||||
"expandvars>=0.6.5",
|
||||
"avro-gen3==0.6.0",
|
||||
"avro-python3>=1.8.2",
|
||||
"python-dateutil",
|
||||
"python-dateutil>=2.8.0",
|
||||
"stackprinter",
|
||||
"tabulate",
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user