Skip to content

Commit

Permalink
chore(main): release 2.8.3 (#374)
Browse files Browse the repository at this point in the history
* fix(deps): allow protobuf 3.19.5 (#372)

* fix(deps): allow protobuf 3.19.5

* explicitly exclude protobuf 4.21.0

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

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


## [2.8.3](https://github.com/googleapis/python-datastore/compare/v2.8.2...v2.8.3) (2022-10-10)

### Bug Fixes

* **deps:** Allow protobuf 3.19.5 ([#372](https://github.com/googleapis/python-datastore/issues/372)) ([9305154](https://github.com/googleapis/python-datastore/commit/9305154e8853f9038506c86163dfb4cde36c0d8e))

## [2.8.2](https://github.com/googleapis/python-datastore/compare/v2.8.1...v2.8.2) (2022-10-03)


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

__version__ = "2.8.2"
__version__ = "2.8.3"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -38,7 +38,7 @@
# https://github.com/googleapis/google-cloud-python/issues/10566
"google-cloud-core >= 1.4.0, <3.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 @@ -9,4 +9,4 @@ google-api-core==1.31.5
google-cloud-core==1.4.0
proto-plus==1.22.0
libcst==0.2.5
protobuf==3.20.2
protobuf==3.19.5

0 comments on commit 5566ac3

Please sign in to comment.