Use non-dev version for FAB Provider (#39452)

We don't need to rely on dev version anymore since this Provider is released.
diff --git a/hatch_build.py b/hatch_build.py
index 310890f..4979bf1 100644
--- a/hatch_build.py
+++ b/hatch_build.py
@@ -42,7 +42,7 @@
 PRE_INSTALLED_PROVIDERS = [
     "common.io",
     "common.sql",
-    "fab>=1.0.2dev0",
+    "fab>=1.0.2",
     "ftp",
     "http",
     "imap",