fix(ingest): pin version of avro-gen3 (#2230)

This commit is contained in:
Harshal Sheth 2021-03-12 12:39:38 -05:00 committed by GitHub
parent 7d02313a2a
commit 95c124ffc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ framework_common = {
"click>=7.1.1",
"pyyaml>=5.4.1",
"toml>=0.10.0",
"avro-gen3>=0.3.2",
"avro-gen3==0.3.2",
"avro-python3>=1.8.2",
}