-
Notifications
You must be signed in to change notification settings - Fork 8
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
Please add support for Protobuf 5 #40
Comments
Hi there, just wanted echo this desire... Is it just a matter of dropping the upper bound constraint? |
Yes please, this is quite problematic for us too when trying to use Tink in projects that rely on protobufs in 5.x, downgrading is not a great option. |
Hi @mouchar, we are currently working on a new release. We don't have a precise timeline yet, but it should be ready by the end of March. |
Tink Python 1.11 is now released, and Protobuf 5 should not work. |
Help us help you
Planning a new virtual environment that includes Protobuf 5, more specifically
protobuf==5.28.1
, I'd like to request that a version of Tink that supports Protobuf 5 would be availableIs your feature request related to a problem?
Not a blocker right now, but planning to migrate applications to the new venv that includes Protobuf 5 and I expect the ones that use Tink will be blocked on this feature
What sort of feature would you like to see?
If support for Protobuf 5 is not backwards compatible, then possibly consider splitting into a new major version e.g.
tink==2.0.0
with support for Protobuf 5, keeping a Tink 1.x branch for Protobuf <5 in case it still needs maintenance?Have you considered any alternative solutions?
Not really, we have at least one app that went all in on Tink so we'd really like to have Tink with Protobuf 5 support available.
Would you like to add additional context?
Using Python 3.12
Thanks!
The text was updated successfully, but these errors were encountered: