Skip to content

chore(deps): update all dependencies#2418

Open
renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/all
Open

chore(deps): update all dependencies#2418
renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/all

Conversation

@renovate-bot
Copy link
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
bigquery-magics ==0.10.3==0.12.1 age confidence
bigquery_magics ==0.10.3==0.12.1 age confidence
certifi ==2025.10.5==2026.2.25 age confidence
charset-normalizer (changelog) ==3.4.3==3.4.4 age confidence
click (changelog) ==8.3.0==8.3.1 age confidence
db-dtypes ==1.4.3==1.5.0 age confidence
google-api-core ==2.25.2==2.30.0 age confidence
google-auth ==2.41.1==2.48.0 age confidence
google-auth-oauthlib (source) ==1.2.2==1.3.0 age confidence
google-cloud-bigquery ==3.38.0==3.40.1 age confidence
google-cloud-bigquery-storage (source) ==2.33.1==2.36.2 age confidence
google-cloud-core ==2.4.3==2.5.0 age confidence
google-cloud-testutils ==1.6.4==1.7.0 age confidence
google-crc32c ==1.7.1==1.8.0 age confidence
google-resumable-media ==2.7.2==2.8.0 age confidence
google.cloud.bigquery ==3.38.0==3.40.1 age confidence
googleapis-common-protos (source) ==1.70.0==1.72.0 age confidence
grpcio ==1.75.1==1.78.0 age confidence
idna (changelog) ==3.10==3.11 age confidence
ipython ==9.6.0==9.10.0 age confidence
matplotlib ==3.10.6==3.10.8 age confidence
packaging ==25.0==26.0 age confidence
pandas ==2.3.3==3.0.1 age confidence
proto-plus ==1.26.1==1.27.1 age confidence
pyarrow ==21.0.0==23.0.1 age confidence
pycparser ==2.23==3.0 age confidence
pyparsing ==3.2.5==3.3.2 age confidence
pytest (changelog) ==8.4.2==9.0.2 age confidence

Release Notes

googleapis/python-bigquery-magics (bigquery-magics)

v0.12.1

Compare Source

Bug Fixes

v0.12.0

Compare Source

Features
Bug Fixes

v0.11.0

Compare Source

Features
certifi/python-certifi (certifi)

v2026.2.25

Compare Source

v2026.1.4

Compare Source

v2025.11.12

Compare Source

jawah/charset_normalizer (charset-normalizer)

v3.4.4

Compare Source

Changed
  • Bound setuptools to a specific constraint setuptools>=68,<=81.
  • Raised upper bound of mypyc for the optional pre-built extension to v1.18.2
Removed
  • setuptools-scm as a build dependency.
Misc
  • Enforced hashes in dev-requirements.txt and created ci-requirements.txt for security purposes.
  • Additional pre-built wheels for riscv64, s390x, and armv7l architectures.
  • Restore multiple.intoto.jsonl in GitHub releases in addition to individual attestation file per wheel.
pallets/click (click)

v8.3.1

Compare Source

Released 2025-11-15

  • Don't discard pager arguments by correctly using subprocess.Popen. :issue:3039
    :pr:3055
  • Replace Sentinel.UNSET default values by None as they're passed through
    the Context.invoke() method. :issue:3066 :issue:3065 :pr:3068
  • Fix conversion of Sentinel.UNSET happening too early, which caused incorrect
    behavior for multiple parameters using the same name. :issue:3071 :pr:3079
  • Hide Sentinel.UNSET values as None when looking up for other parameters
    through the context inside parameter callbacks. :issue:3136 :pr:3137
  • Fix rendering when prompt and confirm parameter prompt_suffix is
    empty. :issue:3019 :pr:3021
  • When Sentinel.UNSET is found during parsing, it will skip calls to
    type_cast_value. :issue:3069 :pr:3090
googleapis/python-db-dtypes-pandas (db-dtypes)

v1.5.0

Compare Source

Features

v1.4.4

Compare Source

Dependencies
  • Adds limits to numpy installs under 3.10 for dataproc (#​370) (6d79280)
googleapis/google-cloud-python (google-api-core)

v2.30.0: google-api-core: v2.30.0

Bug Fixes

v2.29.0

v2.28.1

v2.28.0

v2.27.0: google-cloud-texttospeech: v2.27.0

Features
  • Support markup input for Cloud TTS Chirp 3: HD voice synthesis (c423602)
  • Support pinyin/yomigana custom pronunciation encodings for cmn-cn/ja-jp (c423602)

v2.26.0: google-cloud-secret-manager 2.26.0

Features
  • check Python and dependency versions in generated GAPICs (PiperOrigin-RevId: 8454486) (d2b35b25)

  • auto-enable mTLS when supported certificates are detected (PiperOrigin-RevId: 8454486) (d2b35b25)

googleapis/google-auth-library-python (google-auth)

v2.48.0

Compare Source

Features
Bug Fixes

v2.47.0

Compare Source

Features
Bug Fixes

v2.46.0

Compare Source

Documentation
Features
Bug Fixes

v2.45.0

Compare Source

Features

v2.44.0

Compare Source

Features
Bug Fixes

v2.43.0

Compare Source

Features
  • Add public wrapper for _mtls_helper.check_use_client_cert which enables mTLS if GOOGLE_API_USE_CLIENT_CERTIFICATE is not set, when the MWID/X.509 cert sources detected (#​1859) Add public wrapper for check_use_client_cert which enables mTLS if
    GOOGLE_API_USE_CLIENT_CERTIFICATE is not set, when the MWID/X.509 cert
    sources detected. Also, fix check_use_client_cert to return boolean
    value.
    Change #​1848 added the check_use_client_cert method that helps know if
    client cert should be used for mTLS connection. However, that was in a
    private class, thus, created a public wrapper of the same function so
    that it can be used by python Client Libraries. Also, updated
    check_use_client_cert to return a boolean value instead of existing
    string value for better readability and future scope.
    --------- (1535eccbff0ad8f3fd6a9775316ac8b77dca66ba)
  • Enable mTLS if GOOGLE_API_USE_CLIENT_CERTIFICATE is not set, if the MWID/X.509 cert sources detected (#​1848) The Python SDK will use a hybrid approach for mTLS enablement:
  • If the GOOGLE_API_USE_CLIENT_CERTIFICATE environment variable is set
    (either true or false), the SDK will respect that setting. This is
    necessary for test scenarios and users who need to explicitly control
    mTLS behavior.
  • If the GOOGLE_API_USE_CLIENT_CERTIFICATE environment variable is not
    set, the SDK will automatically enable mTLS only if it detects Managed
    Workload Identity (MWID) or X.509 Workforce Identity Federation (WIF)
    certificate sources. In other cases where the variable is not set, mTLS
    will remain disabled.
    ** This change also adds the helper method check_use_client_cert and
    it's unit test, which will be used for checking the criteria for setting
    the mTLS to true
    ** This change is only for Auth-Library, other changes will be created
    for Client-Library use-cases.
    --------- (395e405b64b56ddb82ee639958c2e8056ad2e82b)

v2.42.1

Compare Source

Bug Fixes

v2.42.0

Compare Source

Features
Bug Fixes
googleapis/python-bigquery (google-cloud-bigquery)

v3.40.1

Compare Source

Documentation
Bug Fixes

v3.40.0

Compare Source

Features

v3.39.0

Compare Source

Documentation
Features
Bug Fixes
googleapis/python-cloud-core (google-cloud-core)

v2.5.0

Compare Source

Features
Bug Fixes
  • Remove setup.cfg configuration for creating universal wheels (#​332) (78ce8a6)
  • Resolve issue where pre-release versions of dependencies are installed (#​329) (ab9785d)
googleapis/python-test-utils (google-cloud-testutils)

v1.7.0

Compare Source

Features
googleapis/python-crc32c (google-crc32c)

v1.8.0

Compare Source

Features
Bug Fixes
googleapis/google-resumable-media-python (google-resumable-media)

v2.8.0

Compare Source

Features
Bug Fixes
grpc/grpc (grpcio)

v1.78.0

Compare Source

This is release 1.78.0 (gutsy) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

C++

  • adding address_sorting dep in naming test build. (#​41045)

Objective-C

  • [Backport][v1.78.x][Fix][Compiler] Plugins fall back to the edition 2023 for older protobuf. (#​41358)

Python

  • [python] aio: fix race condition causing asyncio.run() to hang forever during the shutdown process. (#​40989)
  • [Python] Migrate to pyproject.toml build system from setup.py builds. (#​40833)
  • [Python] Log error details when ExecuteBatchError occurs (at DEBUG level). (#​40921)
  • [Python] Update setuptools min version to 77.0.1 . (#​40931)

Ruby

  • [ruby] Fix version comparison for the ruby_abi_version symbol for ruby 4 compatibility. (#​41061)

v1.76.0

Compare Source

This is release 1.76.0 (genuine) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • Prioritize system CA over bundled CA. (#​40583)
  • [event_engine] Introduce a event_engine_poller_for_python experiment. (#​40243)
  • [metrics] add grpc.lb.backend_service label. (#​40486)

C#

  • [csharp tools] #​39374 Grpc.Tools can't process file Suffix name with Upper character. (#​40072)

Python

  • [Python] gRPC AsyncIO: Improve CompletionQueue polling performance. (#​39993)
kjd/idna (idna)

v3.11

Compare Source

ipython/ipython (ipython)

v9.10.0

Compare Source

v9.9.0

Compare Source

v9.8.0

Compare Source

v9.7.0

Compare Source

matplotlib/matplotlib (matplotlib)

v3.10.8: REL: v3.10.8

Compare Source

This is a bugfix release in the 3.10.x series.

The primary highlights of this release are:

  • Properly allow freethreaded mode in the MacOS backend
  • Better error handling for MacOS backend

v3.10.7: REL: v3.10.7

Compare Source

This is the latest bugfix release in the 3.10.x series.

The most important update in this release is that the minimum version
of pyparsing has been updated to version 3.0.

pypa/packaging (packaging)

v26.0

Compare Source

Read about the performance improvements here: https://iscinumpy.dev/post/packaging-faster.

What's Changed

Features:

Behavior adaptations:

  • PEP 440 handling of prereleases for Specifier.contains, SpecifierSet.contains, and SpecifierSet.filter by @​notatallshaw in #​897
  • Handle PEP 440 edge case in SpecifierSet.filter by @​notatallshaw in #​942
  • Adjust arbitrary equality intersection preservation in SpecifierSet by @​notatallshaw in #​951
  • Return False instead of raising for .contains with invalid version by @​Liam-DeVoe in #​932
  • Support arbitrary equality on arbitrary strings for Specifier and SpecifierSet's filter and contains method. by @​notatallshaw in #​954
  • Only try to parse as Version on certain marker keys, return False on unequal ordered comparsions by @​JP-Ellis in #​939

Fixes:

Performance:

Type annotations:

Internal:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested review from a team as code owners March 2, 2026 15:08
@renovate-bot renovate-bot requested a review from nicain March 2, 2026 15:08
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 2, 2026
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: bigquery Issues related to the googleapis/python-bigquery API. samples Issues that are directly related to samples. labels Mar 2, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 2, 2026
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request systematically updates all project dependencies to their latest stable versions. The primary goal is to enhance stability, incorporate new features, improve performance, and ensure compatibility with newer Python environments, particularly Python 3.14. This comprehensive refresh touches upon core Python utilities, a broad suite of Google Cloud client libraries, and several data science-related packages, including major version upgrades for pandas, pyarrow, and packaging.

Highlights

  • Core Dependency Updates: Upgraded numerous core Python libraries including certifi, charset-normalizer, click, idna, ipython, matplotlib, proto-plus, pyparsing, pytest, mock, and pytest-xdist to their latest stable versions.
  • Google Cloud Libraries Refresh: Updated a wide array of Google Cloud Python client libraries such as bigquery-magics, db-dtypes, google-api-core, google-auth, google-cloud-bigquery, google-cloud-bigquery-storage, google-cloud-core, google-crc32c, google-resumable-media, googleapis-common-protos, grpcio, and google-cloud-testutils.
  • Python 3.14 Support: Many updated Google Cloud libraries now explicitly support Python 3.14, ensuring future compatibility and readiness for upcoming Python versions.
  • Major Version Bumps: Significant upgrades for pandas (from 2.x to 3.x), pyarrow (from 21.x to 23.x), packaging (from 25.x to 26.x), and pycparser (from 2.x to 3.x), bringing new features, performance improvements, and potential breaking changes that should be reviewed.
  • packaging Performance & Features: The packaging library received substantial performance improvements and new features like PEP 751 (pylock) and PEP 794 (import name metadata), enhancing Python package metadata handling.
  • google-auth Enhancements: google-auth gained new features including mTLS IAM domain support, configurable GCE Metadata Server retries, and Agent Identity bound token support, alongside numerous bug fixes for authentication flows.
Changelog
  • samples/desktopapp/requirements-test.txt
    • Updated google-cloud-testutils from 1.6.4 to 1.7.0.
    • Updated pytest from 8.4.2 to 9.0.2.
  • samples/desktopapp/requirements.txt
    • Updated google-cloud-bigquery from 3.38.0 to 3.40.1.
    • Updated google-auth-oauthlib from 1.2.2 to 1.3.0.
  • samples/geography/requirements-test.txt
    • Updated pytest from 8.4.2 to 9.0.2.
  • samples/geography/requirements.txt
    • Updated certifi from 2025.10.5 to 2026.2.25.
    • Updated charset-normalizer from 3.4.3 to 3.4.4.
    • Updated click from 8.3.0 to 8.3.1 (for Python >= 3.10).
    • Updated db-dtypes from 1.4.3 to 1.5.0.
    • Updated google-api-core from 2.25.2 to 2.30.0.
    • Updated google-auth from 2.41.1 to 2.48.0.
    • Updated google-cloud-bigquery from 3.38.0 to 3.40.1.
    • Updated google-cloud-bigquery-storage from 2.33.1 to 2.36.2.
    • Updated google-cloud-core from 2.4.3 to 2.5.0.
    • Updated google-crc32c from 1.7.1 to 1.8.0.
    • Updated google-resumable-media from 2.7.2 to 2.8.0.
    • Updated googleapis-common-protos from 1.70.0 to 1.72.0.
    • Updated grpcio from 1.75.1 to 1.78.0.
    • Updated idna from 3.10 to 3.11.
    • Updated packaging from 25.0 to 26.0.
    • Updated pandas from 2.3.3 to 3.0.1.
    • Updated proto-plus from 1.26.1 to 1.27.1.
    • Updated pyarrow from 21.0.0 to 23.0.1.
    • Updated pycparser from 2.23 to 3.0.
    • Updated pyparsing from 3.2.5 to 3.3.2.
  • samples/magics/requirements-test.txt
    • Updated google-cloud-testutils from 1.6.4 to 1.7.0.
    • Updated pytest from 8.4.2 to 9.0.2.
  • samples/magics/requirements.txt
    • Updated bigquery_magics from 0.10.3 to 0.12.1.
    • Updated db-dtypes from 1.4.3 to 1.5.0.
    • Updated google.cloud.bigquery from 3.38.0 to 3.40.1.
    • Updated google-cloud-bigquery-storage from 2.33.1 to 2.36.2.
    • Updated pandas from 2.3.3 to 3.0.1.
  • samples/notebooks/requirements-test.txt
    • Updated google-cloud-testutils from 1.6.4 to 1.7.0.
    • Updated pytest from 8.4.2 to 9.0.2.
  • samples/notebooks/requirements.txt
    • Updated bigquery-magics from 0.10.3 to 0.12.1.
    • Updated db-dtypes from 1.4.3 to 1.5.0.
    • Updated google-cloud-bigquery from 3.38.0 to 3.40.1.
    • Updated google-cloud-bigquery-storage from 2.33.1 to 2.36.2.
    • Updated ipython from 9.6.0 to 9.10.0 (for Python >= 3.10).
    • Updated matplotlib from 3.10.6 to 3.10.8 (for Python >= 3.10).
    • Updated pandas from 2.3.3 to 3.0.1.
  • samples/snippets/requirements-test.txt
    • Updated google-cloud-testutils from 1.6.4 to 1.7.0.
    • Updated pytest from 8.4.2 to 9.0.2.
  • samples/snippets/requirements.txt
    • Updated google-cloud-bigquery from 3.38.0 to 3.40.1.
Activity
  • This pull request was automatically generated by Renovate Bot to update all project dependencies.
  • No human activity has been recorded on this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates a large number of dependencies across various sample requirements.txt files. While most updates are minor or patch versions, there are several major version bumps that introduce potential risks and breaking changes.

My review has identified the following key issues:

  • pytest: The update to version 9.0.2 conflicts with an existing pin (pytest<9) in noxfile.py. I've recommended reverting this change across all requirements-test.txt files as it will likely cause CI failures for unit tests.
  • pandas: The upgrade to version 3.0.1 is a major change that enables Copy-on-Write by default. This can alter code behavior and requires thorough testing.
  • pycparser: The upgrade to version 3.0 contains breaking changes and could affect cffi, a transitive dependency. This also warrants careful testing.

I've added specific comments on the relevant files with more details. The major version bumps, especially, should be carefully evaluated and tested before merging.

google-cloud-testutils==1.6.4
pytest==8.4.2
google-cloud-testutils==1.7.0
pytest==9.0.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The update of pytest to version 9.0.2 conflicts with a constraint in noxfile.py which explicitly pins pytest<9 for unit tests (line 99). This indicates that the project is not yet ready for pytest 9. Please revert the pytest update to avoid breaking the unit test suite.

pytest==8.4.2

@@ -1,3 +1,3 @@
pytest==8.4.2
pytest==9.0.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The update of pytest to version 9.0.2 conflicts with a constraint in noxfile.py which explicitly pins pytest<9 for unit tests (line 99). This indicates that the project is not yet ready for pytest 9. Please revert the pytest update to avoid breaking the unit test suite.

pytest==8.4.2

google-cloud-testutils==1.6.4
pytest==8.4.2
google-cloud-testutils==1.7.0
pytest==9.0.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The update of pytest to version 9.0.2 conflicts with a constraint in noxfile.py which explicitly pins pytest<9 for unit tests (line 99). This indicates that the project is not yet ready for pytest 9. Please revert the pytest update to avoid breaking the unit test suite.

pytest==8.4.2

google-cloud-testutils==1.6.4
pytest==8.4.2
google-cloud-testutils==1.7.0
pytest==9.0.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The update of pytest to version 9.0.2 conflicts with a constraint in noxfile.py which explicitly pins pytest<9 for unit tests (line 99). This indicates that the project is not yet ready for pytest 9. Please revert the pytest update to avoid breaking the unit test suite.

pytest==8.4.2

google-cloud-testutils==1.6.4
pytest==8.4.2
google-cloud-testutils==1.7.0
pytest==9.0.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The update of pytest to version 9.0.2 conflicts with a constraint in noxfile.py which explicitly pins pytest<9 for unit tests (line 99). This indicates that the project is not yet ready for pytest 9. Please revert the pytest update to avoid breaking the unit test suite.

pytest==8.4.2

proto-plus==1.26.1
pyarrow==21.0.0
packaging==26.0
pandas==3.0.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The major version update of pandas from 2.x to 3.x introduces significant changes, most notably that Copy-on-Write (CoW) is now enabled by default. This can alter the behavior of chained assignments and potentially introduce subtle bugs. It's highly recommended to thoroughly test the application to ensure compatibility with this change. For more details, see the pandas 3.0.0 release notes.

pyasn1-modules==0.4.2
pycparser==2.23
pyparsing==3.2.5
pycparser==3.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The update to pycparser version 3.0 is a major release with breaking changes. As pycparser is a dependency of cffi, which is used in this project, this update could cause issues. This change should be carefully tested to ensure it doesn't introduce any regressions.

google-cloud-bigquery-storage==2.36.2
ipython===8.18.1
pandas==2.3.3
pandas==3.0.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The major version update of pandas from 2.x to 3.x introduces significant changes, most notably that Copy-on-Write (CoW) is now enabled by default. This can alter the behavior of chained assignments and potentially introduce subtle bugs. It's highly recommended to thoroughly test the application to ensure compatibility with this change. For more details, see the pandas 3.0.0 release notes.

matplotlib==3.10.6; python_version >= '3.10'
pandas==2.3.3
matplotlib==3.10.8; python_version >= '3.10'
pandas==3.0.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The major version update of pandas from 2.x to 3.x introduces significant changes, most notably that Copy-on-Write (CoW) is now enabled by default. This can alter the behavior of chained assignments and potentially introduce subtle bugs. It's highly recommended to thoroughly test the application to ensure compatibility with this change. For more details, see the pandas 3.0.0 release notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the googleapis/python-bigquery API. samples Issues that are directly related to samples. size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants