diff --git a/CHANGELOG.md b/CHANGELOG.md index 78a6a2b..95806e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.0.16](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.15...v0.0.16) (2023-09-01) + + +### Bug Fixes + +* **deps:** Update dependency grpcio to v1.57.0 ([#15](https://github.com/cloudquery/plugin-pb-python/issues/15)) ([db79c8c](https://github.com/cloudquery/plugin-pb-python/commit/db79c8c4a6218db5ae7eac00754ba40769c0d815)) +* **deps:** Update dependency grpcio-tools to v1.57.0 ([#16](https://github.com/cloudquery/plugin-pb-python/issues/16)) ([3de0c53](https://github.com/cloudquery/plugin-pb-python/commit/3de0c53c08ab7f061b6dbb6c52abf4d5b37caa36)) +* **deps:** Update dependency protobuf to v4.24.2 ([#18](https://github.com/cloudquery/plugin-pb-python/issues/18)) ([7476578](https://github.com/cloudquery/plugin-pb-python/commit/7476578883feff3ca5311fcf2c37a9f7c11b80ed)) + ## [0.0.15](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.14...v0.0.15) (2023-08-08) diff --git a/requirements.txt b/requirements.txt index 3beab03..49416e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ black==23.7.0 -grpcio-tools==1.56.2 -grpcio==1.56.2 -protobuf==4.23.4 +grpcio-tools==1.57.0 +grpcio==1.57.0 +protobuf==4.24.2 pyarrow==12.0.1 pytest==7.4.0 \ No newline at end of file diff --git a/setup.py b/setup.py index f3bc24d..989b4c9 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ] setuptools.setup( name=name, - version="0.0.15", + version="0.0.16", description=description, long_description=long_description, author="CloudQuery LTD",