| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Summary of ChangesHello, 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 performs a comprehensive update of Python dependencies across development, testing, and application environments. The primary goal is to enhance the project's stability, integrate new features from updated libraries, improve overall performance, and ensure compatibility with the latest Python versions, specifically Python 3.14. This includes critical updates to Google Cloud client libraries and widely used core Python packages. Highlights
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.
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
|
Sorry, something went wrong.
There was a problem hiding this comment.
This pull request updates multiple dependencies to versions that appear to be from the future. For example, certifi is updated to 2026.2.25 and pytz to 2026.1.post1. The release notes in the pull request description also mention future release dates, such as for click 8.3.1 being released on 2025-11-15. This is a critical security concern, as these could be malicious packages from a compromised or misconfigured package index. Even some of the existing versions before this update seem to be from the future (e.g., certifi==2025.10.5). I strongly advise against merging this pull request until the source of these package versions has been thoroughly investigated and the project is pinned to known, safe versions of its dependencies.
Note: Security Review has been skipped due to the limited scope of the PR.
Sorry, something went wrong.
| pytest===6.2.5 | ||
| pytest-flake8===1.1.0 # versions 1.1.1 and above require pytest 7 | ||
| pytz==2025.2 | ||
| pytz==2026.1.post1 |
There was a problem hiding this comment.
The new version 2026.1.post1 for pytz appears to be from the future. The previous version 2025.2 also seems to be a future-dated version. This is a critical security risk, as it could indicate a malicious package or a compromised package source. Please investigate and use an official, verified version of this package.
Sorry, something went wrong.
| google-cloud-testutils==1.6.4 | ||
| iniconfig==2.1.0 | ||
| packaging==25.0 | ||
| click==8.3.1; python_version >= '3.10' |
Sorry, something went wrong.
| alembic==1.16.5; python_version >= '3.9' | ||
| certifi==2025.10.5 | ||
| charset-normalizer==3.4.3 | ||
| alembic==1.18.4; python_version >= '3.9' |
Sorry, something went wrong.
| certifi==2025.10.5 | ||
| charset-normalizer==3.4.3 | ||
| alembic==1.18.4; python_version >= '3.9' | ||
| certifi==2026.2.25 |
There was a problem hiding this comment.
The new version 2026.2.25 for certifi appears to be from the future. The previous version 2025.10.5 also seems to be a future-dated version. This is a critical security risk, as it could indicate a malicious package or a compromised package source. Please investigate and use an official, verified version of this package.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR contains the following updates:
Release Notes
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.5
Compare Source
Changed
Fixed
Misc
v3.4.4
Compare Source
Changed
Removed
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
- Replace Sentinel.UNSET default values by None as they're passed through
- Fix conversion of Sentinel.UNSET happening too early, which caused incorrect
- Hide Sentinel.UNSET values as None when looking up for other parameters
- Fix rendering when prompt and confirm parameter prompt_suffix is
- When Sentinel.UNSET is found during parsing, it will skip calls to
geoalchemy/geoalchemy2 (geoalchemy2):pr:3055
the Context.invoke() method. :issue:3066 :issue:3065 :pr:3068
behavior for multiple parameters using the same name. :issue:3071 :pr:3079
through the context inside parameter callbacks. :issue:3136 :pr:3137
empty. :issue:3019 :pr:3021
type_cast_value. :issue:3069 :pr:3090
v0.18.4
Compare Source
v0.18.3
Compare Source
v0.18.2
Compare Source
v0.18.1
Compare Source
- Fix: Allow scientific notation within WKT string - @autermann (#573)
- Fix (mysql): Fix failing test for MySQL dialect - @adrien-berchet (#567)
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
v2.26.0: google-cloud-secret-manager 2.26.0
Features
-
-
googleapis/google-auth-library-python (google-auth)check Python and dependency versions in generated GAPICs (PiperOrigin-RevId: 8454486) (d2b35b25)
auto-enable mTLS when supported certificates are detected (PiperOrigin-RevId: 8454486) (d2b35b25)
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
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)
(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.
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)
Wait for
#1819. (c503eaa511357d7a76cc1e1f1d3a3be2dabd5bca)
v2.42.1
Compare Source
Bug Fixes
v2.42.0
Compare Source
Features
Bug Fixes
- Read scopes from ADC json for impersoanted cred (#1820) (62c0fc8)
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
- include io.Base in the PathType (#2323) (b11e09cb6ee32e451b37eda66bece2220b9ceaba)
- honor custom retry in job.result() (#2302) (e118b029bbc89a5adbab83f39858c356c23665bf)
- remove ambiguous error codes from query retries (#2308) (8bbd3d01026c493dfa5903b397d2b01c0e9bf43b)
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
- Add Python 3.14 support (#284) (3cb8491)
googleapis/python-crc32c (google-crc32c)v1.8.0
Compare Source
Features
Bug Fixes
- Update toml file with setup.cfg content (#319) (42e5268)
googleapis/google-resumable-media-python (google-resumable-media)v2.8.0
Compare Source
Features
Bug Fixes
- remove setup.cfg configuration for creating universal wheels (#484) (75dbecf8d140483da27dffc970e2e87338e71432)
- resolve issue where pre-release versions of dependencies are installed (#481) (23dafcf3f216a090a0d0c6941048c7da13cbe496)
python-greenlet/greenlet (greenlet)v3.3.2
Compare Source
==================
interpreter shutdown. See PR 495 <https://github.com/python-greenlet/greenlet/pull/495>_ by Nicolas
Bouvrette.
v3.3.1
Compare Source
==================
this is not a platform tested by this project's CI.
This updates licensing information to use the modern
License-Expression field. See PR 480 by mrbean-bremen <https://github.com/python-greenlet/greenlet/pull/480/>_.
v3.3.0
Compare Source
==================
Drop support for Python 3.9.
Switch to distributing manylinux_2_28 wheels instead of
manylinux2014 wheels. Likewise, switch from musllinux_1_1 to 1_2.
Add initial support for free-threaded builds of CPython 3.14. Due to
limitations, we do not distribute binary wheels for free-threaded
CPython on Windows. (Free-threaded CPython 3.13 may work, but is
untested and unsupported.)
.. caution::
Under some rare scenarios with free-threaded 3.14, the
interpreter may crash on accessing a variable or attribute or
when shutting down. If this happens, try disabling the
thread-local bytecode cache. See the greenlet documentation for
more details. See PR 472 by T. Wouters <https://github.com/python-greenlet/greenlet/pull/472>_ for the
initial free-threaded support and a discussion of the current
known issues.
v3.2.5
Compare Source
==================
.. note::
The 3.2.x series will be the last to support Python 3.9.
.. note::
No Windows wheels will be published for this version.
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++
Objective-C
Python
Ruby
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
C#
Python
- [Python] gRPC AsyncIO: Improve CompletionQueue polling performance. (#39993)
kjd/idna (idna)v3.11
Compare Source
pytest-dev/iniconfig (iniconfig)v2.3.0
Compare Source
=====
v2.2.0
Compare Source
=====
- drop Python 3.8 and 3.9 support (now requires Python >= 3.10)
- add Python 3.14 classifier
- migrate from hatchling to setuptools 77 with setuptools_scm
- adopt PEP 639 license specifiers and PEP 740 build attestations
- migrate from black + pyupgrade to ruff
- migrate CI to uv and unified test workflow
- automate GitHub releases and PyPI publishing via Trusted Publishing
- include tests in sdist
- modernize code for Python 3.10+ (remove future annotations, TYPE_CHECKING guards)
- rename _ParsedLine to ParsedLine
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:
Fixes:
Performance:
Type annotations:
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.
This PR was generated by Mend Renovate. View the repository job log.