Skip to content

Commit 9fd3bb4

Browse files
chore: release main
1 parent db2a26b commit 9fd3bb4

5 files changed

Lines changed: 18 additions & 3 deletions

File tree

packages/grpc-google-iam-v1/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build-backend = "setuptools.build_meta"
1818

1919
[project]
2020
name = "grpc-google-iam-v1"
21-
version = "0.14.4"
21+
version = "0.14.5"
2222
authors = [{ name = "Google LLC", email = "googleapis-packages@google.com" }]
2323
license = { text = "Apache 2.0" }
2424
requires-python = ">=3.10"

packages/proto-plus/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/proto-plus/#history
66

7+
## [1.28.3](https://github.com/googleapis/google-cloud-python/compare/proto-plus-v1.28.2...proto-plus-v1.28.3) (2026-07-28)
8+
9+
10+
### Bug Fixes
11+
12+
* bump grpcio to 1.59.0; require Python 3.10+ ([#17351](https://github.com/googleapis/google-cloud-python/issues/17351)) ([a53487a](https://github.com/googleapis/google-cloud-python/commit/a53487a009c21912ea6c99fe3a5e0e52a26b31ef))
13+
714
## [1.28.2](https://github.com/googleapis/google-cloud-python/compare/proto-plus-v1.28.1...proto-plus-v1.28.2) (2026-07-22)
815

916

packages/proto-plus/proto/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
#
15-
__version__ = "1.28.2"
15+
__version__ = "1.28.3"

packages/sqlalchemy-spanner/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
[1]: https://pypi.org/project/sqlalchemy-spanner/#history
66

7+
## [1.19.1](https://github.com/googleapis/google-cloud-python/compare/sqlalchemy-spanner-v1.19.0...sqlalchemy-spanner-v1.19.1) (2026-07-28)
8+
9+
10+
### Bug Fixes
11+
12+
* **sqlalchemy-spanner:** fix get_multi_indexes crash on SEARCH indexes ([#17907](https://github.com/googleapis/google-cloud-python/issues/17907)) ([5b2da81](https://github.com/googleapis/google-cloud-python/commit/5b2da81e2e63b154e6441a5abe6ad78688340f5a))
13+
* **sqlalchemy-spanner:** register TOKENLIST in _type_map for reflection ([#17911](https://github.com/googleapis/google-cloud-python/issues/17911)) ([788208b](https://github.com/googleapis/google-cloud-python/commit/788208bab493ae7e507e94841c1a3a27f49b6b18))
14+
715
## [1.19.0](https://github.com/googleapis/google-cloud-python/compare/sqlalchemy-spanner-v1.18.0...sqlalchemy-spanner-v1.19.0) (2026-06-02)
816

917

packages/sqlalchemy-spanner/google/cloud/sqlalchemy_spanner/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license that can be found in the LICENSE file or at
55
# https://developers.google.com/open-source/licenses/bsd
66

7-
__version__ = "1.19.0"
7+
__version__ = "1.19.1"

0 commit comments

Comments
 (0)