-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Is your feature request related to a problem?
We have an environment that uses tink-py as well as apache team.
tink 1.12.0 changed the Protobuf constraint from protobuf>=5.29.3
to protobuf>=6.30.2
.
Unfortunately Apache Beam sets a protobuf<6.0.0.dev0
constraint so we can't use the latest version of tink and beam in the same Python environment with conflicting version constraints on Protobuf.
What sort of feature would you like to see?
I'd like to ask if it's possible to relax the Protobuf constraint in tink so we could also use Protobuf 5.29?
Have you considered any alternative solutions?
- We could patch tink-py in our environment. AFAIK there isn't a feature in Protobuf 6.x that's required by tink? But I could be totally wrong here.
- I also filed a beam issue at [Feature Request]: Support Protobuf 6.x in Python SDK apache/beam#35432, ideally that could be fixed.
Would you like to add additional context?
Thank you for the consideration!
Metadata
Metadata
Assignees
Labels
No labels