Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lock req versions + release 2.3.3 #224

Merged
merged 6 commits into from
Dec 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = farm_ng_amiga
version = 2.3.3-dev
version = 2.3.3
description = Amiga development kit for third party hardware or software extensions
long_description = file: README.md
long_description_content_type = text/markdown
Expand All @@ -26,8 +26,10 @@ setup_requires =
# temporary until released
farm-ng-core
install_requires =
protobuf
grpcio
grpcio-tools
# temporary until seg fault issue with protobuf>=5.28 is resolved in Brain's Image
protobuf<=5.27.5
# temporary until released
farm_ng_core
tests_require =
Expand Down
Loading