diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 42703cf7b0..093cf6747a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -10,7 +10,7 @@ updates:
semver-minor-days: 7 # Cooldown for minor version updates
semver-patch-days: 3 # Cooldown for patch updates
exclude:
- - "ansys-api-geometry"
+ - "ansys-api-discovery"
- "ansys-platform-instancemanagement"
- "ansys-sphinx-theme"
- "ansys-tools-path"
diff --git a/doc/changelog.d/2365.dependencies.md b/doc/changelog.d/2365.dependencies.md
new file mode 100644
index 0000000000..ebc14921be
--- /dev/null
+++ b/doc/changelog.d/2365.dependencies.md
@@ -0,0 +1 @@
+Switch to ansys-api-discovery for protos package
diff --git a/doc/source/getting_started/installation.rst b/doc/source/getting_started/installation.rst
index ffbda2affa..56c9d701cd 100644
--- a/doc/source/getting_started/installation.rst
+++ b/doc/source/getting_started/installation.rst
@@ -20,7 +20,7 @@ previous versions of Python are no longer supported.
PyAnsys Geometry dependencies are automatically checked when packages are installed.
These projects are required dependencies for PyAnsys Geometry:
-* `ansys-api-geometry `_: Used for supplying
+* `ansys-api-discovery `_: Used for supplying
gRPC code generated from Protobuf (PROTO) files
* `NumPy `_: Used for data array access
* `Pint `_: Used for measurement units
diff --git a/pyproject.toml b/pyproject.toml
index 0eec68c88a..ae6bc1b3fa 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -26,7 +26,7 @@ classifiers = [
]
dependencies = [
- "ansys-api-geometry==0.4.84",
+ "ansys-api-discovery==1.0.3",
"ansys-tools-path>=0.3,<1",
"beartype>=0.11.0,<0.23",
"geomdl>=5,<6",