You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
The generated code includes a dependency on setuptools. It appears that setuptools is only needed to get the version of the gapic client via pkg_resources.
The generated code includes a dependency on
setuptools. It appears thatsetuptoolsis only needed to get the version of the gapic client viapkg_resources.See import statement here
gapic-generator-python/tests/integration/goldens/asset/google/cloud/asset_v1/services/asset_service/client.py
Line 20 in 48c46e3
and usage here:
gapic-generator-python/tests/integration/goldens/asset/google/cloud/asset_v1/services/asset_service/client.py
Line 1764 in 48c46e3
We should add a version module to all the GAPIC clients to remove the dependency on
setuptools.