Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
This repository was archived by the owner on Feb 23, 2026. It is now read-only.
There was an error while loading. Please reload this page.
dev version identifiers in setup.py #504
<2.0devisnota valid version matcher in the sense of PEP 440.(Edit: it is after all valid, just hidden in the specification, and distlib doesn't parse it)
It is also considered bad practice to have an upper bound on package versions and installers like pip do not typically consider development versions in any case (unless explicitly told to).
See: googleapis/google-api-python-client#2151