Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:d7caef319a25d618e20ba798b103434700bfd80015f525802d87621ca2528c90
libraries:
- id: google-auth-httplib2
version: 0.2.1
version: 0.3.0
last_generated_commit: ""
apis: []
source_roots:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

[1]: https://pypi.org/project/google-auth-httplib2/#history

## [0.3.0](https://github.com/googleapis/google-auth-library-python-httplib2/compare/v0.2.1...v0.3.0) (2025-12-12)


### Features

* Add support for Python 3.14 (#202) ([bdf128e7586fbd66a56f77080bfd96d4463198e6](https://github.com/googleapis/google-auth-library-python-httplib2/commit/bdf128e7586fbd66a56f77080bfd96d4463198e6))

Choose a reason for hiding this comment

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

medium

For consistency with other entries in this changelog, please use the short commit hash (7 characters) for the link text instead of the full SHA. The link URL itself can remain the full hash.

Suggested change
* Add support for Python 3.14 (#202) ([bdf128e7586fbd66a56f77080bfd96d4463198e6](https://github.com/googleapis/google-auth-library-python-httplib2/commit/bdf128e7586fbd66a56f77080bfd96d4463198e6))
* Add support for Python 3.14 (#202) ([bdf128e](https://github.com/googleapis/google-auth-library-python-httplib2/commit/bdf128e7586fbd66a56f77080bfd96d4463198e6))


## [0.2.1](https://github.com/googleapis/google-auth-library-python-httplib2/compare/v0.2.0...v0.2.1) (2025-10-30)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from setuptools import setup

version = "0.2.1"
version = "0.3.0"

DEPENDENCIES = [
"google-auth >= 1.32.0,<3.0.0",
Expand Down