You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 available
Is 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:
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: