This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 29a95a0cf8078dd3de8a498d8ced1999770bd6de Author: Kaxil Naik <[email protected]> AuthorDate: Mon May 6 23:14:57 2024 +0100 Use non-dev version for FAB Provider (#39452) We don't need to rely on dev version anymore since this Provider is released. (cherry picked from commit 82e9e7c6db72208ce97fed38ef8413ab3b457dfe) --- hatch_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatch_build.py b/hatch_build.py index f6899ed590..5c66410839 100644 --- a/hatch_build.py +++ b/hatch_build.py @@ -42,7 +42,7 @@ PROVIDER_DEPENDENCIES = json.loads(GENERATED_PROVIDERS_DEPENDENCIES_FILE.read_te PRE_INSTALLED_PROVIDERS = [ "common.io", "common.sql", - "fab>=1.0.2dev0", + "fab>=1.0.2", "ftp", "http", "imap",
