vincbeck commented on PR #50208:
URL: https://github.com/apache/airflow/pull/50208#issuecomment-2872379332
> This code changes provider and core at the same time. How if somebody uses
the old core and a new FAB? Are you sure it is not breaking?
I think Jens is right, but on the other side: if you use Airflow 3.0.2 (next
version of Airflow not yet released that includes this change) and FAB 2.0.2
(version of FAB provider already released, NOT containing this change), then
`conf.get("webserver", "access_denied_message")` will fail.
We already have in `pyproject.toml`:
```
"fab" = [
"apache-airflow-providers-fab>=2.0.2" # Set from MIN_VERSION_OVERRIDE in
update_airflow_pyproject_toml.py
]
```
Should we bump it up to `2.0.3` when the new version of FAB is released? It
will have to be done as follow-up obviously.
--
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]