dabla commented on PR #45451:
URL: https://github.com/apache/airflow/pull/45451#issuecomment-2598148496

   > You will need to bump HTTP provider version to new minor and make the 
other providers depend on it, otherwise someone can install old version of HTTP 
provider and new version of (say) livy and it wil not work.
   
   I've bumped the http provider (in provider.yaml) but is it normal I have to 
modify the version in module as well?
   
   ```
   @@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
    
    __all__ = ["__version__"]
    
   -__version__ = "5.0.0"
   +__version__ = "5.0.1"
   ```


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