Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
chore(main): release 3.14.2 (#511)
Browse files Browse the repository at this point in the history
* fix(deps): allow protobuf 3.19.5 (#508)

* fix(deps): allow protobuf 3.19.5

* explicitly exclude protobuf 4.21.0

* update changelog/version
  • Loading branch information
parthea committed Oct 10, 2022
1 parent feaab45 commit c576c10
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,14 @@

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


## [3.14.2](https://github.com/googleapis/python-asset/compare/v3.14.1...v3.14.2) (2022-10-10)


### Bug Fixes

* **deps:** Allow protobuf 3.19.5 ([#508](https://github.com/googleapis/python-asset/issues/508)) ([818abbb](https://github.com/googleapis/python-asset/commit/818abbbcbb829a726d18ba1e7e7e03f997d4256a))

## [3.14.1](https://github.com/googleapis/python-asset/compare/v3.14.0...v3.14.1) (2022-09-29)


Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-asset"
description = "Cloud Asset API API client library"
version = "3.14.1"
version = "3.14.2"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand All @@ -34,7 +34,7 @@
"google-cloud-org-policy>=0.1.2, <2.0.0",
"google-cloud-os-config >= 1.0.0, <2.0.0dev",
"proto-plus >= 1.22.0, <2.0.0dev",
"protobuf >= 3.20.2, <5.0.0dev",
"protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
]

extras = {"libcst": "libcst >= 0.2.5"}
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.7.txt
Expand Up @@ -12,4 +12,4 @@ google-cloud-org-policy==0.1.2
google-cloud-os-config==1.0.0
proto-plus==1.22.0
libcst==0.2.5
protobuf==3.20.2
protobuf==3.19.5

0 comments on commit c576c10

Please sign in to comment.