-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Bug]: gprcio limitation to < 1.66 in Python is problematic #34081
Comments
potiuk
added a commit
to potiuk/airflow
that referenced
this issue
Feb 26, 2025
Ydb 3.19.0 wrongly states it compatibility with grpc.io and it caused our tests to fail as it conflicts with apache.beam < 1.66. Temporarily limiting it now, deferring final solution(s) to: * apache/beam#34081 or * https://github.com/ydb-platform/ydb/issues/15087
potiuk
added a commit
to apache/airflow
that referenced
this issue
Feb 26, 2025
Ydb 3.19.0 wrongly states it compatibility with grpc.io and it caused our tests to fail as it conflicts with apache.beam < 1.66. Temporarily limiting it now, deferring final solution(s) to: * apache/beam#34081 or * https://github.com/ydb-platform/ydb/issues/15087
ambika-garg
pushed a commit
to ambika-garg/airflow
that referenced
this issue
Feb 28, 2025
Ydb 3.19.0 wrongly states it compatibility with grpc.io and it caused our tests to fail as it conflicts with apache.beam < 1.66. Temporarily limiting it now, deferring final solution(s) to: * apache/beam#34081 or * https://github.com/ydb-platform/ydb/issues/15087
cc @tvalentyn |
grpc/grpc#37710 was never rootcaused; we could try to lift the restriction, and see if the issue is present in recent grpc versions. |
Sounds reasonable indeed. Thanks for looking at it! |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
Some of the dependencies of Airflow (ydb) started to expect grpcio > 1.68.1 and apache-beam has < 1.66 - this is causing us to limit the other packages from installing - which we do not really like to do. It would be great to lift the upper-bound limitation if possible.
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: