diff --git a/CHANGELOG.md b/CHANGELOG.md index 635a08e1f..6ba373179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ [1]: https://pypi.org/project/google-cloud-bigquery/#history +## [3.3.2](https://github.com/googleapis/python-bigquery/compare/v3.3.1...v3.3.2) (2022-08-16) + + +### Bug Fixes + +* **deps:** require proto-plus >= 1.22.0 ([1de7a52](https://github.com/googleapis/python-bigquery/commit/1de7a52cb85d4876e4aa87346aff5725c8294c4e)) +* **deps:** require protobuf >=3.19, < 5.0.0 ([#1311](https://github.com/googleapis/python-bigquery/issues/1311)) ([1de7a52](https://github.com/googleapis/python-bigquery/commit/1de7a52cb85d4876e4aa87346aff5725c8294c4e)) + ## [3.3.1](https://github.com/googleapis/python-bigquery/compare/v3.3.0...v3.3.1) (2022-08-09) diff --git a/google/cloud/bigquery/version.py b/google/cloud/bigquery/version.py index a5a77c35d..eb307e8d6 100644 --- a/google/cloud/bigquery/version.py +++ b/google/cloud/bigquery/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.3.1" +__version__ = "3.3.2" diff --git a/samples/geography/requirements.txt b/samples/geography/requirements.txt index 1ce52d179..bf2da5f28 100644 --- a/samples/geography/requirements.txt +++ b/samples/geography/requirements.txt @@ -6,15 +6,15 @@ click==8.1.3 click-plugins==1.1.1 cligj==0.7.2 dataclasses==0.8; python_version < '3.7' -db-dtypes==1.0.2 +db-dtypes==1.0.3 Fiona==1.8.21 geojson==2.5.0 geopandas===0.10.2; python_version == '3.7' geopandas==0.11.1; python_version >= '3.8' google-api-core==2.8.2 -google-auth==2.9.1 -google-cloud-bigquery==3.3.0 -google-cloud-bigquery-storage==2.14.1 +google-auth==2.10.0 +google-cloud-bigquery==3.3.1 +google-cloud-bigquery-storage==2.14.2 google-cloud-core==2.3.2 google-crc32c==1.3.0 google-resumable-media==2.3.3 @@ -27,14 +27,14 @@ mypy-extensions==0.4.3 packaging==21.3 pandas===1.3.5; python_version == '3.7' pandas==1.4.3; python_version >= '3.8' -proto-plus==1.20.6 -pyarrow==8.0.0 +proto-plus==1.22.0 +pyarrow==9.0.0 pyasn1==0.4.8 pyasn1-modules==0.2.8 pycparser==2.21 pyparsing==3.0.9 python-dateutil==2.8.2 -pytz==2022.1 +pytz==2022.2.1 PyYAML==6.0 requests==2.28.1 rsa==4.9 diff --git a/samples/magics/requirements.txt b/samples/magics/requirements.txt index 6ebe55a61..4c0a67a18 100644 --- a/samples/magics/requirements.txt +++ b/samples/magics/requirements.txt @@ -1,13 +1,13 @@ -db-dtypes==1.0.2 -google-cloud-bigquery-storage==2.14.1 +db-dtypes==1.0.3 +google-cloud-bigquery-storage==2.14.2 google-auth-oauthlib==0.5.2 grpcio==1.47.0 ipython===7.31.1; python_version == '3.7' ipython===8.0.1; python_version == '3.8' ipython==8.4.0; python_version >= '3.9' -matplotlib==3.5.2 +matplotlib==3.5.3 pandas===1.3.5; python_version == '3.7' pandas==1.4.3; python_version >= '3.8' -pyarrow==8.0.0 -pytz==2022.1 +pyarrow==9.0.0 +pytz==2022.2.1 typing-extensions==4.3.0 diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index 90c494e05..5f57cb8b4 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,14 +1,14 @@ -db-dtypes==1.0.2 -google-cloud-bigquery==3.3.0 -google-cloud-bigquery-storage==2.14.1 +db-dtypes==1.0.3 +google-cloud-bigquery==3.3.1 +google-cloud-bigquery-storage==2.14.2 google-auth-oauthlib==0.5.2 grpcio==1.47.0 ipython===7.31.1; python_version == '3.7' ipython===8.0.1; python_version == '3.8' ipython==8.4.0; python_version >= '3.9' -matplotlib==3.5.2 +matplotlib==3.5.3 pandas===1.3.5; python_version == '3.7' pandas==1.4.3; python_version >= '3.8' -pyarrow==8.0.0 -pytz==2022.1 +pyarrow==9.0.0 +pytz==2022.2.1 typing-extensions==4.3.0 diff --git a/setup.py b/setup.py index 4260cdf4f..d8f2bb226 100644 --- a/setup.py +++ b/setup.py @@ -35,14 +35,14 @@ # https://github.com/googleapis/google-cloud-python/issues/10566 "google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0", "google-cloud-bigquery-storage >= 2.0.0, <3.0.0dev", - "proto-plus >= 1.15.0, <2.0.0dev", + "proto-plus >= 1.22.0, <2.0.0dev", # NOTE: Maintainers, please do not require google-cloud-core>=2.x.x # Until this issue is closed # https://github.com/googleapis/google-cloud-python/issues/10566 "google-cloud-core >= 1.4.1, <3.0.0dev", "google-resumable-media >= 0.6.0, < 3.0dev", "packaging >= 14.3, <22.0.0dev", - "protobuf >= 3.12.0, <4.0.0dev", # For the legacy proto-based types. + "protobuf >= 3.19.0, <5.0.0dev", # For the legacy proto-based types. "python-dateutil >= 2.7.2, <3.0dev", "pyarrow >= 3.0.0, < 10.0dev", "requests >= 2.18.0, < 3.0.0dev", diff --git a/testing/constraints-3.7.txt b/testing/constraints-3.7.txt index c5803387e..67313f6b8 100644 --- a/testing/constraints-3.7.txt +++ b/testing/constraints-3.7.txt @@ -17,8 +17,8 @@ opentelemetry-api==1.1.0 opentelemetry-instrumentation==0.20b0 opentelemetry-sdk==1.1.0 pandas==1.1.0 -proto-plus==1.15.0 -protobuf==3.12.0 +proto-plus==1.22.0 +protobuf==3.19.0 pyarrow==3.0.0 python-dateutil==2.7.3 requests==2.18.0