potiuk commented on PR #64417:
URL: https://github.com/apache/airflow/pull/64417#issuecomment-4150883965
> Yeah In release guide it was mentioned to use ==
Hmmm. We might have changed this approach in the meantime (but the
consistency check by @ephraimbuddy suggests otherwise and latest v3-1-test and
it has == 3.1.8
```
# Version is defined in src/airflow/__init__.py and it is automatically
synchronized by prek
version = "3.1.8"
dependencies = [
"apache-airflow-task-sdk==1.1.8",
"apache-airflow-core==3.1.8",
]
```
And I think we are not **confident enough** yet to use this `<.>=`, So I
guess the consistency check should behave differently for `v3-2-test`. Let me
fix it
--
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]