Uh oh!
There was an error while loading. Please reload this page.
feat: Introduce compatibility with native namespace packages - #375
Conversation
fdcceeb to
1547b36Compareparthea
commented
Nov 14, 2023
Adding |
f795ed5 to
29285a5Compareharshachinta
commented
Jan 16, 2024
Hi @parthea, From my analysis below, it looks like this PR should be merged for the presubmits to not face this issue. Analysis
|
parthea
commented
Jan 16, 2024
Please can you check if the issue is resolved with this PR which removes editable installations from tests? #383 There are limitations for editable installations, and this type of installation is still listed as experimental on pypa.io: We may be able to improve support for editable installations by switching to a |
29285a5 to
6e19a4fCompare
This PR:
pkg_resourcesto prepare for adding python 3.12 supportgoogle/cloud/sqlalchemy_spannerTo obtain the version at runtime, use
google.cloud.sqlalchemy_spanner.__version__Fixes#337 🦕