fix(deps): Adding min version to python-dateutil to guard against isoparse failures (#3139)

This commit is contained in:
Swaroop Jagadish 2021-08-21 18:41:28 -07:00 committed by GitHub
parent a6402f685c
commit 72af0c317a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",
}