overly strict dependency on proto-plus #279
Labels
api: spanner
Issues related to the googleapis/python-spanner API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: process
A process-related concern. May include testing, release, or the like.
We noticed in building an internal tool that the Spanner dependency is much more strict than in other packages, such as BigQuery.
python-spanner/setup.py
Line 36 in 1b0ce1d
Since
proto-plus
is a core dependency of all client libraries, it is often bundled with an environment (e.g. in AI Platform Notebooks). The strict dependency makes it much harder to upgrade thegoogle-cloud-spanner
library in these environments.The text was updated successfully, but these errors were encountered: