Skip to content

Commit 07341e9

Browse files
chore(main): release google-cloud-bigtable 2.41.1
1 parent 0e63510 commit 07341e9

8 files changed

Lines changed: 14 additions & 7 deletions

File tree

.release-please-individual-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/bigframes": "2.47.0",
3-
"packages/google-cloud-bigtable": "2.41.0",
3+
"packages/google-cloud-bigtable": "2.41.1",
44
"packages/google-crc32c": "1.8.0",
55
"packages/pandas-gbq": "0.35.1",
66
"preview-packages/google-cloud-compute": "1.51.0-preview.1",

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ libraries:
653653
metadata_name_override: bigquerystorage
654654
default_version: v1
655655
- name: google-cloud-bigtable
656-
version: 2.41.0
656+
version: 2.41.1
657657
apis:
658658
- path: google/bigtable/v2
659659
- path: google/bigtable/admin/v2

packages/google-cloud-bigtable/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/google-cloud-bigtable/#history
66

7+
## [2.41.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigtable-v2.41.0...google-cloud-bigtable-v2.41.1) (2026-08-07)
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
## [2.41.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigtable-v2.40.0...google-cloud-bigtable-v2.41.0) (2026-07-16)
815

916

packages/google-cloud-bigtable/google/cloud/bigtable/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.41.0" # {x-release-please-version}
16+
__version__ = "2.41.1" # {x-release-please-version}

packages/google-cloud-bigtable/google/cloud/bigtable_admin/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.41.0" # {x-release-please-version}
16+
__version__ = "2.41.1" # {x-release-please-version}

packages/google-cloud-bigtable/google/cloud/bigtable_admin_v2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.41.0" # {x-release-please-version}
16+
__version__ = "2.41.1" # {x-release-please-version}

packages/google-cloud-bigtable/google/cloud/bigtable_v2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.41.0" # {x-release-please-version}
16+
__version__ = "2.41.1" # {x-release-please-version}

packages/google-cloud-bigtable/samples/generated_samples/snippet_metadata_google.bigtable.admin.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-bigtable",
11-
"version": "2.41.0"
11+
"version": "2.41.1"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)