Skip to content

Commit d908a5c

Browse files
authored
chore(main): release 3.3.5 (#1384)
* fix(deps): allow protobuf 3.19.5 (#1379) * fix(deps): allow protobuf 3.19.5 * explicitly exclude protobuf 4.21.0 * update changelog/version
1 parent 28deba6 commit d908a5c

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
[1]: https://pypi.org/project/google-cloud-bigquery/#history
66

77

8+
## [3.3.5](https://github.com/googleapis/python-bigquery/compare/v3.3.4...v3.3.5) (2022-10-10)
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** Allow protobuf 3.19.5 ([#1379](https://github.com/googleapis/python-bigquery/issues/1379)) ([3e4a074](https://github.com/googleapis/python-bigquery/commit/3e4a074a981eb2920c5f9a711c253565d4844858))
14+
15+
816
## [3.3.4](https://github.com/googleapis/python-bigquery/compare/v3.3.3...v3.3.4) (2022-09-29)
917

1018

google/cloud/bigquery/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "3.3.4"
15+
__version__ = "3.3.5"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"google-cloud-core >= 1.4.1, <3.0.0dev",
4343
"google-resumable-media >= 0.6.0, < 3.0dev",
4444
"packaging >= 14.3, <22.0.0dev",
45-
"protobuf >= 3.20.2, <5.0.0dev", # For the legacy proto-based types.
45+
"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.
4646
"python-dateutil >= 2.7.2, <3.0dev",
4747
"pyarrow >= 3.0.0, < 10.0dev",
4848
"requests >= 2.18.0, < 3.0.0dev",

testing/constraints-3.7.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ opentelemetry-instrumentation==0.20b0
1818
opentelemetry-sdk==1.1.0
1919
pandas==1.1.0
2020
proto-plus==1.22.0
21-
protobuf==3.20.2
21+
protobuf==3.19.5
2222
pyarrow==3.0.0
2323
python-dateutil==2.7.3
2424
requests==2.18.0

0 commit comments

Comments
 (0)