Skip to content

Commit

Permalink
chore(main): release 3.3.5 (#1384)
Browse files Browse the repository at this point in the history
* fix(deps): allow protobuf 3.19.5 (#1379)

* fix(deps): allow protobuf 3.19.5

* explicitly exclude protobuf 4.21.0

* update changelog/version
  • Loading branch information
parthea authored Oct 10, 2022
1 parent 28deba6 commit d908a5c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
[1]: https://pypi.org/project/google-cloud-bigquery/#history


## [3.3.5](https://github.com/googleapis/python-bigquery/compare/v3.3.4...v3.3.5) (2022-10-10)


### Bug Fixes

* **deps:** Allow protobuf 3.19.5 ([#1379](https://github.com/googleapis/python-bigquery/issues/1379)) ([3e4a074](https://github.com/googleapis/python-bigquery/commit/3e4a074a981eb2920c5f9a711c253565d4844858))


## [3.3.4](https://github.com/googleapis/python-bigquery/compare/v3.3.3...v3.3.4) (2022-09-29)


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

__version__ = "3.3.4"
__version__ = "3.3.5"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"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.20.2, <5.0.0dev", # For the legacy proto-based types.
"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", # 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",
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ opentelemetry-instrumentation==0.20b0
opentelemetry-sdk==1.1.0
pandas==1.1.0
proto-plus==1.22.0
protobuf==3.20.2
protobuf==3.19.5
pyarrow==3.0.0
python-dateutil==2.7.3
requests==2.18.0
Expand Down

0 comments on commit d908a5c

Please sign in to comment.