File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed
packages/google-cloud-bigquery-storage/samples Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 5555 - name : Setup Python
5656 uses : actions/setup-python@v6
5757 with :
58- python-version : " 3.10 "
58+ python-version : " 3.14 "
5959 - name : Install nox
6060 run : |
6161 python -m pip install --upgrade setuptools pip wheel
8585 - name : Setup Python
8686 uses : actions/setup-python@v6
8787 with :
88- python-version : " 3.10 "
88+ python-version : " 3.14 "
8989 - name : Install nox
9090 run : |
9191 python -m pip install --upgrade setuptools pip wheel
@@ -113,7 +113,7 @@ jobs:
113113 - name : Setup Python
114114 uses : actions/setup-python@v6
115115 with :
116- python-version : " 3.10 "
116+ python-version : " 3.14 "
117117 - name : Install nox
118118 run : |
119119 python -m pip install --upgrade setuptools pip wheel
@@ -143,7 +143,7 @@ jobs:
143143 - name : Setup Python
144144 uses : actions/setup-python@v6
145145 with :
146- python-version : " 3.10 "
146+ python-version : " 3.14 "
147147 - name : Install nox
148148 run : |
149149 python -m pip install --upgrade setuptools pip wheel
Original file line number Diff line number Diff line change 5353 runs-on : ubuntu-latest
5454 steps :
5555 - name : Checkout
56- uses : actions/checkout@v5
56+ uses : actions/checkout@v6
5757 # Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
5858 # See https://github.com/googleapis/google-cloud-python/issues/12013
5959 # and https://github.com/actions/checkout#checkout-head.
Original file line number Diff line number Diff line change 11fastavro
2- google-cloud-bigquery-storage == 2.36.0
2+ google-cloud-bigquery-storage == 2.36.2
Original file line number Diff line number Diff line change 1- google-cloud-bigquery-storage == 2.36.0
1+ google-cloud-bigquery-storage == 2.36.2
22google-cloud-bigquery === 3.30.0 ; python_version < = '3.8'
3- google-cloud-bigquery == 3.40.0 ; python_version >= '3.9'
3+ google-cloud-bigquery == 3.40.1 ; python_version >= '3.9'
44pytest === 7.4.3 ; python_version == '3.7'
55pytest === 8.3.5 ; python_version == '3.8'
66pytest == 9.0.2 ; python_version >= '3.9'
Original file line number Diff line number Diff line change 1- google-auth == 2.47 .0
2- google-cloud-bigquery-storage == 2.36.0
1+ google-auth == 2.48 .0
2+ google-cloud-bigquery-storage == 2.36.2
33google-cloud-bigquery === 3.30.0 ; python_version < = '3.8'
4- google-cloud-bigquery == 3.40.0 ; python_version >= '3.9'
4+ google-cloud-bigquery == 3.40.1 ; python_version >= '3.9'
55pyarrow === 12.0.1 ; python_version == '3.7'
66pyarrow === 17.0.0 ; python_version == '3.8'
7- pyarrow == 23.0.0 ; python_version >= '3.9'
7+ pyarrow == 23.0.1 ; python_version >= '3.9'
88ipython === 7.31.1 ; python_version == '3.7'
99ipython === 8.10.0 ; python_version == '3.8'
1010ipython === 8.18.1 ; python_version == '3.9'
1111ipython === 8.33.0 ; python_version == '3.10'
12- ipython == 9.9 .0 ; python_version >= '3.11'
12+ ipython == 9.10 .0 ; python_version >= '3.11'
1313ipywidgets == 8.1.8
1414pandas === 1.3.5 ; python_version == '3.7'
1515pandas === 2.0.3 ; python_version == '3.8'
16- pandas == 2.3.3 ; python_version >= '3.9'
17- tqdm == 4.67.1
16+ pandas == 3.0.1 ; python_version >= '3.9'
17+ tqdm == 4.67.3
1818db-dtypes === 1.4.2 ; python_version < = '3.8'
1919db-dtypes == 1.5.0 ; python_version >= '3.9'
You can’t perform that action at this time.
0 commit comments