Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 6a07d41

Browse files
authored
Merge branch 'main' into update-autodetect
2 parents b329cd0 + 156e518 commit 6a07d41

10 files changed

Lines changed: 45 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@
55
[1]: https://pypi.org/project/google-cloud-bigquery/#history
66

77

8+
## [3.32.0](https://github.com/googleapis/python-bigquery/compare/v3.31.0...v3.32.0) (2025-05-12)
9+
10+
11+
### Features
12+
13+
* Add dataset access policy version attribute ([#2169](https://github.com/googleapis/python-bigquery/issues/2169)) ([b7656b9](https://github.com/googleapis/python-bigquery/commit/b7656b97c1bd6c204d0508b1851d114719686655))
14+
* Add preview support for incremental results ([#2145](https://github.com/googleapis/python-bigquery/issues/2145)) ([22b80bb](https://github.com/googleapis/python-bigquery/commit/22b80bba9d0bed319fd3102e567906c9b458dd02))
15+
* Add WRITE_TRUNCATE_DATA enum ([#2166](https://github.com/googleapis/python-bigquery/issues/2166)) ([4692747](https://github.com/googleapis/python-bigquery/commit/46927479085f13fd326e3f2388f60dfdd37f7f69))
16+
* Adds condition class and assoc. unit tests ([#2159](https://github.com/googleapis/python-bigquery/issues/2159)) ([a69d6b7](https://github.com/googleapis/python-bigquery/commit/a69d6b796d2edb6ba453980c9553bc9b206c5a6e))
17+
* Support BigLakeConfiguration (managed Iceberg tables) ([#2162](https://github.com/googleapis/python-bigquery/issues/2162)) ([a1c8e9a](https://github.com/googleapis/python-bigquery/commit/a1c8e9aaf60986924868d54a0ab0334e77002a39))
18+
* Update the AccessEntry class with a new condition attribute and unit tests ([#2163](https://github.com/googleapis/python-bigquery/issues/2163)) ([7301667](https://github.com/googleapis/python-bigquery/commit/7301667272dfbdd04b1a831418a9ad2d037171fb))
19+
20+
21+
### Bug Fixes
22+
23+
* `query()` now warns when `job_id` is set and the default `job_retry` is ignored ([#2167](https://github.com/googleapis/python-bigquery/issues/2167)) ([ca1798a](https://github.com/googleapis/python-bigquery/commit/ca1798aaee2d5905fe688d3097f8ee5c989da333))
24+
* Empty record dtypes ([#2147](https://github.com/googleapis/python-bigquery/issues/2147)) ([77d7173](https://github.com/googleapis/python-bigquery/commit/77d71736fcc006d3ab8f8ba17955ad5f06e21876))
25+
* Table iterator should not use bqstorage when page_size is not None ([#2154](https://github.com/googleapis/python-bigquery/issues/2154)) ([e89a707](https://github.com/googleapis/python-bigquery/commit/e89a707b162182ededbf94cc9a0f7594bc2be475))
26+
827
## [3.31.0](https://github.com/googleapis/python-bigquery/compare/v3.30.0...v3.31.0) (2025-03-20)
928

1029

google/cloud/bigquery/version.py

Lines changed: 1 addition & 1 deletion
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.31.0"
15+
__version__ = "3.32.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-testutils==1.6.0
1+
google-cloud-testutils==1.6.2
22
pytest==8.3.5
33
mock==5.2.0
44
pytest-xdist==3.6.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-bigquery==3.31.0
2-
google-auth-oauthlib==1.2.1
2+
google-auth-oauthlib==1.2.2

samples/geography/requirements.txt

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
11
attrs==25.3.0
2-
certifi==2025.1.31
2+
certifi==2025.4.26
33
cffi==1.17.1
4-
charset-normalizer==3.4.1
5-
click==8.1.8
4+
charset-normalizer==3.4.2
5+
click===8.1.8; python_version == '3.9'
6+
click==8.2.0; python_version >= '3.10'
67
click-plugins==1.1.1
78
cligj==0.7.2
8-
db-dtypes==1.4.2
9+
db-dtypes==1.4.3
910
Fiona==1.10.1
1011
geojson==3.2.0
1112
geopandas==1.0.1
1213
google-api-core==2.24.2
13-
google-auth==2.38.0
14+
google-auth==2.40.1
1415
google-cloud-bigquery==3.31.0
15-
google-cloud-bigquery-storage==2.30.0
16+
google-cloud-bigquery-storage==2.31.0
1617
google-cloud-core==2.4.3
1718
google-crc32c==1.7.1
1819
google-resumable-media==2.7.2
19-
googleapis-common-protos==1.69.2
20+
googleapis-common-protos==1.70.0
2021
grpcio==1.71.0
2122
idna==3.10
2223
munch==4.0.0
23-
mypy-extensions==1.0.0
24-
packaging==24.2
24+
mypy-extensions==1.1.0
25+
packaging==25.0
2526
pandas==2.2.3
2627
proto-plus==1.26.1
27-
pyarrow==19.0.1
28+
pyarrow==20.0.0
2829
pyasn1==0.6.1
2930
pyasn1-modules==0.4.2
3031
pycparser==2.22
@@ -33,10 +34,10 @@ python-dateutil==2.9.0.post0
3334
pytz==2025.2
3435
PyYAML==6.0.2
3536
requests==2.32.3
36-
rsa==4.9
37+
rsa==4.9.1
3738
Shapely===2.0.7; python_version == '3.9'
3839
Shapely==2.1.0; python_version >= '3.10'
3940
six==1.17.0
40-
typing-extensions==4.13.1
41+
typing-extensions==4.13.2
4142
typing-inspect==0.9.0
42-
urllib3==2.3.0
43+
urllib3==2.4.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-testutils==1.6.0
1+
google-cloud-testutils==1.6.2
22
pytest==8.3.5
33
mock==5.2.0
44
pytest-xdist==3.6.1

samples/magics/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bigquery_magics==0.9.0
2-
db-dtypes==1.4.2
2+
db-dtypes==1.4.3
33
google.cloud.bigquery==3.31.0
4-
google-cloud-bigquery-storage==2.30.0
4+
google-cloud-bigquery-storage==2.31.0
55
ipython===8.18.1
66
pandas==2.2.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-testutils==1.6.0
1+
google-cloud-testutils==1.6.2
22
pytest==8.3.5
33
mock==5.2.0
44
pytest-xdist==3.6.1

samples/notebooks/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
bigquery-magics==0.9.0
2-
db-dtypes==1.4.2
2+
db-dtypes==1.4.3
33
google-cloud-bigquery==3.31.0
4-
google-cloud-bigquery-storage==2.30.0
4+
google-cloud-bigquery-storage==2.31.0
55
ipython===8.18.1; python_version == '3.9'
6-
ipython==9.0.2; python_version >= '3.10'
6+
ipython==9.2.0; python_version >= '3.10'
77
matplotlib===3.9.2; python_version == '3.9'
8-
matplotlib==3.10.1; python_version >= '3.10'
8+
matplotlib==3.10.3; python_version >= '3.10'
99
pandas==2.2.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# samples/snippets should be runnable with no "extras"
2-
google-cloud-testutils==1.6.0
2+
google-cloud-testutils==1.6.2
33
pytest==8.3.5
44
mock==5.2.0
55
pytest-xdist==3.6.1

0 commit comments

Comments
 (0)