stephanetrou commented on issue #48483: URL: https://github.com/apache/airflow/issues/48483#issuecomment-2770888626
Hello, I have the same problem when I run `airflow standalone`. But according to [constraints-3.0](https://raw.githubusercontent.com/apache/airflow/refs/heads/constraints-3-0/constraints-3.12.txt), my package manager UV (ie: uv add --constraint ... ) didn't use the right version for apache-airflow-providers-fab (1.5.3) instead of 2.0.0b1. Now I have ``` File ".../.venv/lib/python3.12/site-packages/airflow/cli/commands/local_commands/standalone_command.py", line 198, in initialize_database self.user_info = {"username": user_name, "password": password} ``` but it is solved when apply the changed from https://github.com/apache/airflow/pull/48036 -- 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]
