-
Notifications
You must be signed in to change notification settings - Fork 30
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
Relax protobuf dependencies further in python package #390
Comments
@iimpulse can you look into this, please? |
@iimpulse This is also an issue for me. Is there a specific reason the version is pinned? |
Phenopacket Schema uses Protobuf Line 53 in d69fc9e
therefore, out of caution, we allow I would like to fix this issue with a PR where that checks if the messages serialized by This seems to work for Python bindings generated with Protobuf compiler I'll be posting updates here.. |
Thanks for your quick response. I'll check back later for your updates. |
You are limiting the protobuf versions to
>=3.20.2,<4.0.0
. Is this necessary? protobuf 4.x is available since 2022.phenopacket-schema/python/pyproject.toml
Line 36 in d69fc9e
This prevents anything else depending on
phenopackets
to use a more recent protobuf version.The text was updated successfully, but these errors were encountered: