nathadfield opened a new issue, #33577:
URL: https://github.com/apache/airflow/issues/33577

   ### Apache Airflow version
   
   2.7.0
   
   ### What happened
   
   When trying to install SodaCore on Airflow 2.7, the following error is 
received due to a conflict with `opentelemetry-api`.
   
   ```
   ERROR: Cannot install apache-airflow==2.7.0 and soda-core==3.0.48 because 
these package versions have conflicting dependencies.
   
   The conflict is caused by:
       apache-airflow 2.7.0 depends on opentelemetry-api==1.15.0
       soda-core 3.0.48 depends on opentelemetry-api~=1.16.0
   ```
   
   SodaCore has depended on `opentelemetry-api~=1.16.0` ever since 
v[3.0.24](https://github.com/sodadata/soda-core/releases/tag/v3.0.24).
   
   ### What you think should happen instead
   
   Airflow needs to support versions of `opentelemetry-api` 1.16.x.
   
   ### How to reproduce
   
   Simply running the following commands to install the two packages should 
reproduce the error.
   
   ```
   $ python3 -m venv /tmp/soda                                                  
                                       
   $ /tmp/soda/bin/pip install apache-airflow==2.7.0 soda-core-bigquery==3.0.48
   ```
   
   ### Operating System
   
   n/a
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Virtualenv installation
   
   ### Deployment details
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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]

Reply via email to