This PR contains the following updates:
Release Notes
shapely/shapely (Shapely)
Compare Source
Bug fixes:
- Fix compilation error on certain Linux platforms, such as Alpine (#1945).
- Fixes crash when reading nonlinear geometry types (CircularString,
CompoundCurve, MultiCurve, CurvePolygon, MultiSurface) from WKB/WKT with
GEOS >= 3.13; these types are not yet supported in Shapely and now raise a
NotImplementedError (#2160) - Fix the
project method to return a Python float (#2093).
python-attrs/attrs (attrs)
Compare Source
Changes
- Restore support for generator-based
field_transformers.
#1417
Compare Source
Changes
- Checking mandatory vs non-mandatory attribute order is now performed after the field transformer, since the field transformer may change attributes and/or their order.
#1147 attrs.make_class() now allows for Unicode class names.
#1406- Speed up class creation by 30%-50% by compiling methods only once and using a variety of other techniques.
#1407 - The error message if an attribute has both an annotation and a type argument will now disclosewhat attribute seems to be the problem.
#1410
Compare Source
Changes
- This release only ensures correct PyPI licensing metadata.
#1386
googleapis/python-bigquery-magics (bigquery-magics)
Compare Source
Features
- Add --pyformat option to use Python string formatting (#111) (bd15a5b)
Compare Source
Bug Fixes
- Remove setup.cfg configuration for creating universal wheels (#106) (fe3ec29)
Dependencies
- Bump minimum required version of spanner-graph-notebook to 1.1.5 (#110) (756ac0d)
Compare Source
Features
- Fix graph visualization to work with latest spanner-graph-notebook code; also, allow visualization when only some columns are json. (#102) (c33297c)
- Support multiple columns in graph visualization (#100) (dbb6442)
Compare Source
Features
- Support visualization of graph queries by adding the --graph argument. (#94) (3c054f5)
Bug Fixes
- Resolve issue where pre-release versions of dependencies are installed (#97) (79c59e7)
Compare Source
Features
- Add '--use-geodataframe' argument to return a GeoDataFrame (#91) (fc04f34)
- Add an is_registered global value to indicate whether the extension has been loaded (#83) (0bc4473)
certifi/python-certifi (certifi)
Compare Source
googleapis/python-db-dtypes-pandas (db-dtypes)
Compare Source
Bug Fixes
- Remove unbox json functionality from JSONArrowType (#325) (60deef1)
Compare Source
Bug Fixes
- Re-add ModuleNotFoundError handler for pandas_backports (#319) (931ff8a)
Compare Source
Features
- Addhash property for JSONArrowType (#316) (7073e37)
- Add Arrow types for efficient JSON data representation in pyarrow (#312) (d9992fc)
googleapis/python-api-core (google-api-core)
Compare Source
Bug Fixes
Compare Source
Bug Fixes
- Memory leak in bidi classes (#770) (c1b8afa)
- Resolve the issue where rpc timeout of 0 is used when timeout expires (#776) (a5604a5)
Documentation
- Add warnings regarding consuming externally sourced credentials (#783) (0ec1825)
googleapis/google-auth-library-python (google-auth)
Compare Source
Features
- Adding domain-wide delegation flow in impersonated credential (#1624) (34ee3fe)
Documentation
- Add warnings regarding consuming externally sourced credentials (d049370)
googleapis/python-bigquery (google-cloud-bigquery)
Compare Source
Features
- Add query text and total bytes processed to RowIterator (#2140) (2d5f932)
- Add support for Python 3.13 (0842aa1)
Bug Fixes
- Adding property setter for table constraints,#1990 (#2092) (f8572dd)
- Allow protobuf 6.x (0842aa1)
- Avoid "Unable to determine type" warning with JSON columns in
to_dataframe (#1876) (968020d) - Remove setup.cfg configuration for creating universal wheels (#2146) (d7f7685)
Dependencies
- Remove Python 3.7 and 3.8 as supported runtimes (#2133) (fb7de39)
Compare Source
Features
- Add roundingmode enum, wiring, and tests (#2121) (3a48948)
- Adds foreign_type_info attribute to table class and adds unit tests. (#2126) (2c19681)
- Support resource_tags for table (#2093) (d4070ca)
Bug Fixes
- Avoid blocking in download thread when using BQ Storage API (#2034) (54c8d07)
- Retry 404 errors in
Client.query(...) (#2135) (c6d5f8a)
Dependencies
- Updates required checks list in github (#2136) (fea49ff)
- Use pandas-gbq to determine schema in
load_table_from_dataframe (#2095) (7603bd7)
Documentation
Compare Source
Features
- Add ExternalCatalogTableOptions class and tests (#2116) (cdc1a6e)
Bug Fixes
- Add default value in SchemaField.from_api_repr() (#2115) (7de6822)
Compare Source
Features
Bug Fixes
Documentation
googleapis/python-bigquery-storage (google-cloud-bigquery-storage)
Compare Source
Features
Bug Fixes
- Remove setup.cfg configuration for creating universal wheels (#913) (a1fa1c7)
Compare Source
Bug Fixes
- Correct user agent header to track calls as veneer instead of gapic (#909) (eabe4ba)
Compare Source
Features
Bug Fixes
Compare Source
Features
Bug Fixes
- Add response object to any append rows requests exception (#838) (04867c6)
- deps: Update proto-plus to >=1.25 for Python 3.13 compatibility (#865) (bed5210), closes#842
- Disable universe-domain validation (#839) (4662b39)
googleapis/python-cloud-core (google-cloud-core)
Compare Source
Bug Fixes
Compare Source
Features
- Client should pass client_options.api_key to auth library (#321) (dfac15b)
googleapis/python-test-utils (google-cloud-testutils)
Compare Source
Features
googleapis/python-crc32c (google-crc32c)
Compare Source
Bug Fixes
- Add Python 3.13 windows wheels (fbb0e26)
Compare Source
Features
googleapis/google-cloud-python (googleapis-common-protos)
Compare Source
Bug Fixes
- Allow protobuf 6.x (b4d4551)
- remove setup.cfg configuration for creating universal wheels (#13659) (59bfd42)
- resolve issue where pre-release versions of dependencies are installed (b4d4551)
- set
include intool.setuptools.packages.find (#13662) (c6a1588)
Compare Source
Bug Fixes
Compare Source
Features
Compare Source
Features
- A new field
unversioned_package_disabled is added to message.google.api.PythonSettings (eb554e8) - Add field
experimental_features to messagePythonSettings (#249) (ba8d36e) - add FieldInfo.referenced_types for generics (#247) (c91900a)
- add support for field generate_omitted_as_internal in selective gapic generation (#13482) (993ff4d)
Documentation
- A comment for field
content in message.google.api.Page is changed (eb554e8) - A comment for message
RoutingRule is changed (eb554e8)
Compare Source
Features
- A new field
unversioned_package_disabled is added to message.google.api.PythonSettings (eb554e8) - add support for field generate_omitted_as_internal in selective gapic generation (#13482) (993ff4d)
Documentation
- A comment for field
content in message.google.api.Page is changed (eb554e8) - A comment for message
RoutingRule is changed (eb554e8)
ipython/ipython (ipython)
Compare Source
Compare Source
Compare Source
Compare Source
Compare Source
Compare Source
Compare Source
Compare Source
Compare Source
Compare Source
Compare Source
Compare Source
Compare Source
Compare Source
Compare Source
Compare Source
Compare Source
Compare Source
Compare Source
Compare Source
Compare Source
matplotlib/matplotlib (matplotlib)
Compare Source
This is the first bugfix release of the 3.10.x series.
This release contains several bug-fixes and adjustments:
- Respect array alpha with interpolation_stage='rgba' in _Imagebase::_make_image
- Remove md5 usage to prevent issues on FIPS enabled systems
- Fix pyplot.matshow figure handling
- Fix modifying Axes' position also alters the original Bbox object used for initialization
- Fix title position for polar plots
- Add version gate to GTK4 calls when necessary
- Raise warning if both c and facecolors are used in scatter plot
As well as several documentation improvements and corrections.
testing-cabal/mock (mock)
Compare Source
This is release isin memory of Michael Foord__, who originally authored themock package
and passed away in January 2025.
__https://discuss.python.org/t/in-memoriam-michael-foord-1974-2025/78317
gh-65454: :func:unittest.mock.Mock.attach_mock no longer triggers a call
to aPropertyMock being attached.
gh-117765: Improved documentation for :func:unittest.mock.patch.dict
gh-124176: Add support for :func:dataclasses.dataclass in
:func:unittest.mock.create_autospec. Nowcreate_autospec will check
for potential dataclasses and use :func:dataclasses.fields function to
retrieve the spec information.
gh-123934: Fix :class:unittest.mock.MagicMock reseting magic methods
return values after.reset_mock(return_value=True) was called.
gh-90848: Fixed :func:unittest.mock.create_autospec to configure parent
mock with keyword arguments.
gh-113569: Indicate if there were no actual calls in unittest
:meth:~unittest.mock.Mock.assert_has_calls failure.
gh-122858: Deprecate :func:!asyncio.iscoroutinefunction in favor of
:func:inspect.iscoroutinefunction.
gh-104745: Limit starting a patcher (from :func:unittest.mock.patch or
:func:unittest.mock.patch.object) more than once without stopping it
gh-75988: Fixed :func:unittest.mock.create_autospec to pass the call
through to the wrapped object to return the real result.
gh-119600: Fix :func:unittest.mock.patch to not read attributes of the
target whennew_callable is set. Patch by Robert Collins.
gh-113407: Fix import of :mod:unittest.mock when CPython is built
without docstrings.
gh-120732: Fixname passing to :class:unittest.mock.Mock object when
using :func:unittest.mock.create_autospec.
googleapis/proto-plus-python (proto-plus)
Compare Source
Bug Fixes
Compare Source
Features
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. Getconfig help if that's undesired.
This PR was generated byMend Renovate. View therepository job log.
Uh oh!
There was an error while loading.Please reload this page.
This PR contains the following updates:
==2.0.6->==2.0.7==24.3.0->==25.3.0==0.5.0->==0.9.0==0.5.0->==0.9.0==2024.12.14->==2025.1.31==1.3.1->==1.4.2==2.24.0->==2.24.2==2.37.0->==2.38.0==3.27.0->==3.31.0==2.27.0->==2.30.0==2.4.1->==2.4.3==1.5.0->==1.6.0==1.6.0->==1.7.1==3.27.0->==3.31.0==1.66.0->==1.69.2==1.69.0->==1.71.0==8.18.1->==9.0.2==3.10.0->==3.10.1==5.1.0->==5.2.0==1.25.0->==1.26.1==18.1.0->==19.0.1==3.2.1->==3.2.3==8.3.4->==8.3.5==2024.2->==2025.2==4.12.2->==4.13.0Release Notes
shapely/shapely (Shapely)
v2.0.7Compare Source
Bug fixes:
CompoundCurve, MultiCurve, CurvePolygon, MultiSurface) from WKB/WKT with
GEOS >= 3.13; these types are not yet supported in Shapely and now raise a
NotImplementedError(#2160)projectmethod to return a Python float (#2093).python-attrs/attrs (attrs)
v25.3.0Compare Source
Changes
field_transformers.#1417
v25.2.0Compare Source
Changes
#1147
attrs.make_class()now allows for Unicode class names.#1406
#1407
#1410
v25.1.0Compare Source
Changes
#1386
googleapis/python-bigquery-magics (bigquery-magics)
v0.9.0Compare Source
Features
v0.8.1Compare Source
Bug Fixes
Dependencies
v0.8.0Compare Source
Features
v0.7.0Compare Source
Features
Bug Fixes
v0.6.0Compare Source
Features
certifi/python-certifi (certifi)
v2025.1.31Compare Source
googleapis/python-db-dtypes-pandas (db-dtypes)
v1.4.2Compare Source
Bug Fixes
v1.4.1Compare Source
Bug Fixes
v1.4.0Compare Source
Features
googleapis/python-api-core (google-api-core)
v2.24.2Compare Source
Bug Fixes
v2.24.1Compare Source
Bug Fixes
Documentation
googleapis/google-auth-library-python (google-auth)
v2.38.0Compare Source
Features
Documentation
googleapis/python-bigquery (google-cloud-bigquery)
v3.31.0Compare Source
Features
Bug Fixes
to_dataframe(#1876) (968020d)Dependencies
v3.30.0Compare Source
Features
Bug Fixes
Client.query(...)(#2135) (c6d5f8a)Dependencies
load_table_from_dataframe(#2095) (7603bd7)Documentation
v3.29.0Compare Source
Features
Bug Fixes
v3.28.0Compare Source
Features
allowNonIncrementalDefinitionfor materialized view (#2084) (3359ef3)SchemaField(#2097) (aaf1eb8)Bug Fixes
Documentation
googleapis/python-bigquery-storage (google-cloud-bigquery-storage)
v2.30.0Compare Source
Features
Bug Fixes
v2.29.1Compare Source
Bug Fixes
v2.29.0Compare Source
Features
Bug Fixes
v2.28.0Compare Source
Features
Bug Fixes
googleapis/python-cloud-core (google-cloud-core)
v2.4.3Compare Source
Bug Fixes
v2.4.2Compare Source
Features
googleapis/python-test-utils (google-cloud-testutils)
v1.6.0Compare Source
Features
test_utils.__version__(#244) (9655669)googleapis/python-crc32c (google-crc32c)
v1.7.1Compare Source
Bug Fixes
v1.7.0Compare Source
Features
googleapis/google-cloud-python (googleapis-common-protos)
v1.69.2Compare Source
Bug Fixes
includeintool.setuptools.packages.find(#13662) (c6a1588)v1.69.1Compare Source
Bug Fixes
v1.69.0Compare Source
Features
v1.68.0Compare Source
Features
unversioned_package_disabledis added to message.google.api.PythonSettings(eb554e8)experimental_featuresto messagePythonSettings(#249) (ba8d36e)Documentation
contentin message.google.api.Pageis changed (eb554e8)RoutingRuleis changed (eb554e8)v1.67.0Compare Source
Features
unversioned_package_disabledis added to message.google.api.PythonSettings(eb554e8)Documentation
contentin message.google.api.Pageis changed (eb554e8)RoutingRuleis changed (eb554e8)ipython/ipython (ipython)
v9.0.2Compare Source
v9.0.1Compare Source
v9.0.0Compare Source
v8.34.0Compare Source
v8.33.0Compare Source
v8.32.0Compare Source
v8.31.0Compare Source
v8.30.0Compare Source
v8.29.0Compare Source
v8.28.0Compare Source
v8.27.0Compare Source
v8.26.0Compare Source
v8.25.0Compare Source
v8.24.0Compare Source
v8.23.0Compare Source
v8.22.2Compare Source
v8.22.1Compare Source
v8.22.0Compare Source
v8.21.0Compare Source
v8.20.0Compare Source
v8.19.0Compare Source
matplotlib/matplotlib (matplotlib)
v3.10.1: REL: v3.10.1Compare Source
This is the first bugfix release of the 3.10.x series.
This release contains several bug-fixes and adjustments:
As well as several documentation improvements and corrections.
testing-cabal/mock (mock)
v5.2.0Compare Source
This is release is
in memory of Michael Foord__, who originally authored themockpackageand passed away in January 2025.
__https://discuss.python.org/t/in-memoriam-michael-foord-1974-2025/78317
gh-65454: :func:
unittest.mock.Mock.attach_mockno longer triggers a callto a
PropertyMockbeing attached.gh-117765: Improved documentation for :func:
unittest.mock.patch.dictgh-124176: Add support for :func:
dataclasses.dataclassin:func:
unittest.mock.create_autospec. Nowcreate_autospecwill checkfor potential dataclasses and use :func:
dataclasses.fieldsfunction toretrieve the spec information.
gh-123934: Fix :class:
unittest.mock.MagicMockreseting magic methodsreturn values after
.reset_mock(return_value=True)was called.gh-90848: Fixed :func:
unittest.mock.create_autospecto configure parentmock with keyword arguments.
gh-113569: Indicate if there were no actual calls in unittest
:meth:
~unittest.mock.Mock.assert_has_callsfailure.gh-122858: Deprecate :func:
!asyncio.iscoroutinefunctionin favor of:func:
inspect.iscoroutinefunction.gh-104745: Limit starting a patcher (from :func:
unittest.mock.patchor:func:
unittest.mock.patch.object) more than once without stopping itgh-75988: Fixed :func:
unittest.mock.create_autospecto pass the callthrough to the wrapped object to return the real result.
gh-119600: Fix :func:
unittest.mock.patchto not read attributes of thetarget when
new_callableis set. Patch by Robert Collins.gh-113407: Fix import of :mod:
unittest.mockwhen CPython is builtwithout docstrings.
gh-120732: Fix
namepassing to :class:unittest.mock.Mockobject whenusing :func:
unittest.mock.create_autospec.googleapis/proto-plus-python (proto-plus)
v1.26.1Compare Source
Bug Fixes
v1.26.0Compare Source
Features
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. Getconfig help if that's undesired.
This PR was generated byMend Renovate. View therepository job log.