Skip to content

Commit 2771a8e

Browse files
chore: release main
1 parent 9ffebc2 commit 2771a8e

6 files changed

Lines changed: 25 additions & 6 deletions

File tree

.release-please-bulk-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"packages/google-ai-generativelanguage": "0.12.0",
1111
"packages/google-analytics-admin": "0.30.1",
1212
"packages/google-analytics-data": "0.23.0",
13-
"packages/google-api-core": "2.35.0",
13+
"packages/google-api-core": "2.36.0",
1414
"packages/google-apps-card": "0.7.0",
1515
"packages/google-apps-chat": "0.10.5",
1616
"packages/google-apps-events-subscriptions": "0.6.0",
@@ -280,5 +280,5 @@
280280
"packages/pandas-gbq": "0.35.2",
281281
"packages/proto-plus": "1.28.4",
282282
"packages/sqlalchemy-bigquery": "1.17.2",
283-
"packages/sqlalchemy-spanner": "1.20.0"
283+
"packages/sqlalchemy-spanner": "1.20.1"
284284
}

librarian.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ libraries:
149149
metadata_name_override: analyticsdata
150150
default_version: v1beta
151151
- name: google-api-core
152-
version: 2.35.0
152+
version: 2.36.0
153153
python:
154154
library_type: CORE
155155
- name: google-apps-card
@@ -2633,6 +2633,6 @@ libraries:
26332633
python:
26342634
library_type: INTEGRATION
26352635
- name: sqlalchemy-spanner
2636-
version: 1.20.0
2636+
version: 1.20.1
26372637
python:
26382638
library_type: INTEGRATION

packages/google-api-core/CHANGELOG.md

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

55
[1]: https://pypi.org/project/google-api-core/#history
66

7+
## [2.36.0](https://github.com/googleapis/google-cloud-python/compare/google-api-core-v2.35.0...google-api-core-v2.36.0) (2026-08-26)
8+
9+
10+
### Features
11+
12+
* **api-core:** add tracer_provider to ClientOptions for OTel support ([#18139](https://github.com/googleapis/google-cloud-python/issues/18139)) ([9ffebc2](https://github.com/googleapis/google-cloud-python/commit/9ffebc2f499379031c27122fb9cd0fbdf503d48b))
13+
14+
15+
### Bug Fixes
16+
17+
* **api-core:** move http encoding into transcode method ([#18218](https://github.com/googleapis/google-cloud-python/issues/18218)) ([082a99a](https://github.com/googleapis/google-cloud-python/commit/082a99a2c4a3e8d5df28eaeab9b2c710dd4296d5))
18+
719
## [2.35.0](https://github.com/googleapis/google-cloud-python/compare/google-api-core-v2.34.0...google-api-core-v2.35.0) (2026-08-21)
820

921

packages/google-api-core/google/api_core/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__ = "2.35.0"
15+
__version__ = "2.36.0"

packages/sqlalchemy-spanner/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/sqlalchemy-spanner/#history
66

7+
## [1.20.1](https://github.com/googleapis/google-cloud-python/compare/sqlalchemy-spanner-v1.20.0...sqlalchemy-spanner-v1.20.1) (2026-08-26)
8+
9+
10+
### Bug Fixes
11+
12+
* **sqlalchemy-spanner:** robust session-isolated test databases and clean lifecycle management ([#18179](https://github.com/googleapis/google-cloud-python/issues/18179)) ([3e0bda4](https://github.com/googleapis/google-cloud-python/commit/3e0bda467955f634013e1b3849b298d436fce952))
13+
714
## [1.20.0](https://github.com/googleapis/google-cloud-python/compare/sqlalchemy-spanner-v1.19.0...sqlalchemy-spanner-v1.20.0) (2026-08-21)
815

916

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.20.0"
7+
__version__ = "1.20.1"

0 commit comments

Comments
 (0)