Skip to content

Commit b662fc4

Browse files
committed
chore: development build 3.0.0.dev0
1 parent 1c2c496 commit b662fc4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:39628f6e89c9cad27973b9a39a50f7052bec0435ee58c7027b4fa6b655943e31
22
libraries:
33
- id: google-auth
4-
version: 2.45.0
4+
version: 3.0.0.dev0
55
last_generated_commit: 102d9f92ac6ed649a61efd9b208e4d1de278e9bb
66
apis: []
77
source_roots:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

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

7+
## [3.0.0.dev0](https://github.com/googleapis/google-auth-library-python/compare/v2.45.0...development-build-v3.0.0.dev0) (2025-12-18)
8+
9+
### Bug Fixes
10+
* replace rsa dependency with cryptography (#1771) ([1c2c49614076b3ed15a29e33b11ffe56a21ef165](https://github.com/googleapis/google-auth-library-python/pull/1771/commits/1c2c49614076b3ed15a29e33b11ffe56a21ef165))
11+
12+
713
## [2.45.0](https://github.com/googleapis/google-auth-library-python/compare/v2.44.0...v2.45.0) (2025-12-15)
814

915

google/auth/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.45.0"
15+
__version__ = "3.0.0.dev0"

0 commit comments

Comments
 (0)