We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey.
Would be glad if the library could support protobuf>=5 as using it currently limits me from using other libraries who use newer versions of protobuf.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi! I would also be very interested if this condition could be relaxed!
Sorry, something went wrong.
The latest pre-release for dbt-core supports protobuf>=5.0, protobuf<6.0 End of support for protobuf 4.x is on 31st March 2025
dbt-core
protobuf>=5.0, protobuf<6.0
It would be great to see this update reflected soon
Hi, this seems to be creating issues for the AWS MWAA workflows since the newer versions of airflow depend on protobuf 5: requirements file:
apache-airflow==2.10.1 --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.10.1/constraints-3.11.txt" sagemaker==2.235.2
pip install error:
sagemaker 2.235.2 depends on protobuf<5.0 and >=3.12 opentelemetry-proto 1.28.2 depends on protobuf<6.0 and >=5.0
No branches or pull requests
Hey.
Would be glad if the library could support protobuf>=5 as using it currently limits me from using other libraries who use newer versions of protobuf.
Thanks in advance.
The text was updated successfully, but these errors were encountered: