fix(ingest): bump avro-gen3 (#2403)

Closes #2375.
This commit is contained in:
Harshal Sheth 2021-04-16 11:59:05 -07:00 committed by GitHub
parent 5c88f7624a
commit 9ac17c4ee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ framework_common = {
"toml>=0.10.0", "toml>=0.10.0",
"docker", "docker",
"expandvars>=0.6.5", "expandvars>=0.6.5",
"avro-gen3==0.4.0", "avro-gen3==0.4.1",
"avro-python3>=1.8.2", "avro-python3>=1.8.2",
"python-dateutil", "python-dateutil",
} }