diff --git a/doc/source/releases/24.1_announce.rst b/doc/source/releases/24.1_announce.rst
index 1f2afbbf0c59..3e60e518e7d6 100644
--- a/doc/source/releases/24.1_announce.rst
+++ b/doc/source/releases/24.1_announce.rst
@@ -48,6 +48,9 @@ See the `community hub `__ for a
Administration Notes
===========================================================
+* ``fastapi`` dependency has been replaced with ``fastapi-slim`` [`#18095 `__]. To ensure a smooth upgrade, you should uninstall ``fastapi`` before upgrading.
+ If you have upgraded without uninstalling ``fastapi``, you should uninstall ``fastapi``, then install ``fastapi-slim``.
+
* Empowerinig users to bring their own storage and file sources [`#18127 `__]
* Enabling storage management by object store [`#17500 `__]
diff --git a/lib/galaxy/dependencies/pinned-requirements.txt b/lib/galaxy/dependencies/pinned-requirements.txt
index 17c053dea2f6..afe0a5f04880 100644
--- a/lib/galaxy/dependencies/pinned-requirements.txt
+++ b/lib/galaxy/dependencies/pinned-requirements.txt
@@ -105,7 +105,7 @@ markdown-it-py==3.0.0 ; python_version >= "3.8" and python_version < "3.13"
markdown==3.6 ; python_version >= "3.8" and python_version < "3.13"
markupsafe==2.1.5 ; python_version >= "3.8" and python_version < "3.13"
mdurl==0.1.2 ; python_version >= "3.8" and python_version < "3.13"
-mercurial==6.7.3 ; python_version >= "3.8" and python_version < "3.13"
+mercurial==6.7.4 ; python_version >= "3.8" and python_version < "3.13"
mistune==3.0.2 ; python_version >= "3.8" and python_version < "3.13"
mrcfile==1.5.0 ; python_version >= "3.8" and python_version < "3.13"
msal==1.28.0 ; python_version >= "3.8" and python_version < "3.13"