You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "uranusjr (via GitHub)" <gi...@apache.org> on 2023/02/23 18:39:41 UTC

[GitHub] [airflow] uranusjr commented on pull request #29723: Don't use importlib.metadata to get Version for speed

uranusjr commented on PR #29723:
URL: https://github.com/apache/airflow/pull/29723#issuecomment-1442254077

   There are some more references to `version` that need to be changed
   
   ```
   scripts/ci/pre_commit/pre_commit_update_versions.py:31: error: Module "setup"
   has no attribute "version"; maybe "git_version"?  [attr-defined]
       from setup import version  # isort:skip
       ^
   scripts/in_container/run_migration_reference.py:34: error: Module "setup" has
   no attribute "version"; maybe "git_version"?  [attr-defined]
       from setup import version as _airflow_version
   ```


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org