Skip to content

Commit

Permalink
quick fix: revert to protobuf 3.12.4
Browse files Browse the repository at this point in the history
The upgrade to 4.x wasn't really needed, and breaks some users.
  • Loading branch information
barbibulle committed Apr 19, 2024
1 parent 97ad7e5 commit 98822cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install_requires =
platformdirs >= 3.10.0; platform_system!='Emscripten'
prompt_toolkit >= 3.0.16; platform_system!='Emscripten'
prettytable >= 3.6.0; platform_system!='Emscripten'
protobuf >= 4.24.2; platform_system!='Emscripten'
protobuf >= 3.12.4; platform_system!='Emscripten'
pyee >= 8.2.2
pyserial-asyncio >= 0.5; platform_system!='Emscripten'
pyserial >= 3.5; platform_system!='Emscripten'
Expand Down

0 comments on commit 98822cf

Please sign in to comment.