Skip to content

Commit

Permalink
Fix protobuf version (#711)
Browse files Browse the repository at this point in the history
* Fix protobuf version

* quick fix

Co-authored-by: enya-yx <enya@v-ellinlu-2.fareast.corp.microsoft.com>
  • Loading branch information
enya-yx and enya-yx committed Oct 18, 2022
1 parent b036898 commit 5030eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feathr_project/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"python-snappy<=0.6.1",
"deltalake>=0.6.2",
"graphlib_backport<=1.0.3",
"protobuf==3.*",
"protobuf<=3.19.4,>=3.0.0",
"confluent-kafka<=1.9.2",
"databricks-cli<=0.17.3",
"avro<=1.11.1",
Expand Down

0 comments on commit 5030eee

Please sign in to comment.