eladkal commented on issue #52532: URL: https://github.com/apache/airflow/issues/52532#issuecomment-3053539075
The conflict is for Python <=3.12. `apache-beam` allows max version of grpcio<1.66 while `weaviate-client` needs grpcio>=1.66.2 https://github.com/apache/beam/blob/a6e2729e72505ec08f914575feebfeb47cc753e0/sdks/python/setup.py#L370 https://github.com/weaviate/weaviate-python-client/blob/0fc2162de4e54000e2a7e3e57bac94b7061f9b7a/setup.cfg#L41 This conflict blocks other packages from being updated -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
