Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .librarian/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
global_files_allowlist:
# Allow the container to read and write the root `CHANGELOG.md`
# file during the `release` step to update the latest client library
# versions which are hardcoded in the file.
- path: "CHANGELOG.md"
permissions: "read-write"
11 changes: 11 additions & 0 deletions .librarian/state.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest
libraries:
- id: google-cloud-core
version: 2.5.0
last_generated_commit: ""
apis: []
source_roots:
- .
preserve_regex: []
remove_regex: []
tag_format: v{version}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@

[1]: https://pypi.org/project/google-cloud-core/#history

## [2.5.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-core-v2.4.3...google-cloud-core-v2.5.0) (2025-10-29)


### Features

* Add Python 3.14 support (#333) * feat(ci): Add Python 3.14 support to owlbot.py
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* feat(ci): Add Python 3.14 support to core files
* Apply suggestion from @chalmerlowe
3.7 is not supported in this repo.
* Apply suggestion from @chalmerlowe
* Apply suggestion from @chalmerlowe
3.7 is not supported in this repo.
* fix(ci): Remove unit (3.7) from required checks
* fix(coverage): Remove obsolete Python < 3.8 import logic
* fix(coverage): Add no cover pragma for api_key import
* fix(ci): Correct lint errors and coverage pragma case
--------- ([c26e587a79b1905f4d64e409b853d9e50bbb6c17](https://github.com/googleapis/google-cloud-python/commit/c26e587a79b1905f4d64e409b853d9e50bbb6c17))


### Bug Fixes

* remove setup.cfg configuration for creating universal wheels (#332) ([78ce8a6f7c781cf2585131d7961beec9069a206c](https://github.com/googleapis/google-cloud-python/commit/78ce8a6f7c781cf2585131d7961beec9069a206c))
* resolve issue where pre-release versions of dependencies are installed (#329) ([ab9785d1bce1d50a03ff41d9b377dc7632772105](https://github.com/googleapis/google-cloud-python/commit/ab9785d1bce1d50a03ff41d9b377dc7632772105))

## [2.4.3](https://github.com/googleapis/python-cloud-core/compare/v2.4.2...v2.4.3) (2025-03-10)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.4.3"
__version__ = "2.5.0"
Loading