Skip to content

Commit

Permalink
fix(py): fix issues with AvroException
Browse files Browse the repository at this point in the history
Closes #11273
  • Loading branch information
hsheth2 committed Sep 5, 2024
1 parent c3a7850 commit cb778e1
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 @@ -36,7 +36,7 @@
"importlib_metadata>=4.0.0; python_version < '3.10'",
"docker",
"expandvars>=0.6.5",
"avro-gen3==0.7.13",
"avro-gen3==0.7.15",
# "avro-gen3 @ git+https://github.com/acryldata/avro_gen@master#egg=avro-gen3",
"avro>=1.11.3,<1.12",
"python-dateutil>=2.8.0",
Expand Down

0 comments on commit cb778e1

Please sign in to comment.