ktaborski opened a new issue, #57471:
URL: https://github.com/apache/airflow/issues/57471
### Apache Airflow Provider(s)
fab
### Versions of Apache Airflow Providers
I am using below command to add providers:
```
AIRFLOW_VERSION=3.1.1
PY_VERSION=3.13
pip install
apache-airflow[fab,amazon,google,pagerduty,standard,cncf-kubernetes,s3fs]==${AIRFLOW_VERSION}
--constraint
"https://raw.githubusercontent.com/apache/airflow/constraints-${AIRFLOW_VERSION}/constraints-${PY_VERSION}.txt"
```
python3.13 constraints
https://raw.githubusercontent.com/apache/airflow/constraints-3.1.1/constraints-3.13.txt
is missing apache-airflow-providers-fab version and because of that fab
provider is not installed.
### Apache Airflow version
3.1.1
### Operating System
AWS EKS
### Deployment
Official Apache Airflow Helm Chart
### Deployment details
_No response_
### What happened
apache-airflow-providers-fab was not installed correctly
### What you think should happen instead
apache-airflow-providers-fab should have been installed correctly
### How to reproduce
install using command provided in description and check if fab provider was
installed
### Anything else
_No response_
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [x] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
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]