Skip to content

Commit cfcce7b

Browse files
chore(main): release bigframes 2.46.1
1 parent 49a8671 commit cfcce7b

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

.release-please-individual-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/bigframes": "2.46.0",
2+
"packages/bigframes": "2.46.1",
33
"packages/google-cloud-commerceproducer": "0.1.0",
44
"packages/google-cloud-productregistry": "0.1.0",
55
"packages/google-crc32c": "1.8.0",

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ default:
5858
library_type: GAPIC_AUTO
5959
libraries:
6060
- name: bigframes
61-
version: 2.46.0
61+
version: 2.46.1
6262
python:
6363
library_type: INTEGRATION
6464
- name: bigquery-magics

packages/bigframes/CHANGELOG.md

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

55
[1]: https://pypi.org/project/bigframes/#history
66

7+
## [2.46.1](https://github.com/googleapis/google-cloud-python/compare/bigframes-v2.46.0...bigframes-v2.46.1) (2026-07-24)
8+
9+
10+
### Bug Fixes
11+
12+
* bump brace-expansion from 5.0.6 to 5.0.7 in /packages/bigframes/bigframes/display/table_widget_angular ([#17794](https://github.com/googleapis/google-cloud-python/issues/17794)) ([2df1bb5](https://github.com/googleapis/google-cloud-python/commit/2df1bb5cb53906bfc41de92c10fdb5a8920ce36f))
13+
* bump fast-uri from 3.1.1 to 3.1.4 in /packages/bigframes/bigframes/display/table_widget_angular ([#17828](https://github.com/googleapis/google-cloud-python/issues/17828)) ([8ce495a](https://github.com/googleapis/google-cloud-python/commit/8ce495ab51d35cc56332f27589ce33b035215abf))
14+
* bump hono from 4.12.16 to 4.12.31 in /packages/bigframes/bigframes/display/table_widget_angular ([#17829](https://github.com/googleapis/google-cloud-python/issues/17829)) ([6d6fa39](https://github.com/googleapis/google-cloud-python/commit/6d6fa399b1578dd6c0ed7b2284b35f6bb0922da8))
15+
* bump immutable from 5.1.7 to 5.1.9 in /packages/bigframes/bigframes/display/table_widget_angular ([#17830](https://github.com/googleapis/google-cloud-python/issues/17830)) ([6abb1da](https://github.com/googleapis/google-cloud-python/commit/6abb1da519e7d4acdbdd531982530047fdafe854))
16+
* bump tar from 7.5.16 to 7.5.20 in /packages/bigframes/bigframes/display/table_widget_angular ([#17793](https://github.com/googleapis/google-cloud-python/issues/17793)) ([3502d41](https://github.com/googleapis/google-cloud-python/commit/3502d4183d9864e4310b3daf063ec90be9969e25))
17+
718
## [2.46.0](https://github.com/googleapis/google-cloud-python/compare/bigframes-v2.45.0...bigframes-v2.46.0) (2026-07-16)
819

920

packages/bigframes/bigframes/version.py

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

15-
__version__ = "2.46.0"
15+
__version__ = "2.46.1"
1616

1717
# {x-release-please-start-date}
1818
__release_date__ = "2026-06-12"

packages/bigframes/third_party/bigframes_vendored/version.py

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

15-
__version__ = "2.46.0"
15+
__version__ = "2.46.1"
1616

1717
# {x-release-please-start-date}
1818
__release_date__ = "2026-06-12"

0 commit comments

Comments
 (0)