Skip to content

Commit 8b472a7

Browse files
Merge branch 'tswast-3-8' of https://github.com/googleapis/python-bigquery-magics into tswast-3-8
2 parents 4ad8c37 + 1baf9cf commit 8b472a7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.10.1](https://github.com/googleapis/python-bigquery-magics/compare/v0.10.0...v0.10.1) (2025-07-07)
4+
5+
6+
### Dependencies
7+
8+
* Move spanner-graph-notebook back to version 1.1.6 ([#126](https://github.com/googleapis/python-bigquery-magics/issues/126)) ([17ee695](https://github.com/googleapis/python-bigquery-magics/commit/17ee6956c8fec740440836609a9106e900b63074))
9+
310
## [0.10.0](https://github.com/googleapis/python-bigquery-magics/compare/v0.9.0...v0.10.0) (2025-05-16)
411

512

bigquery_magics/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__ = "0.10.0"
15+
__version__ = "0.10.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"bigframes": ["bigframes >= 1.17.0"],
5858
"geopandas": ["geopandas >= 1.0.1"],
5959
"spanner-graph-notebook": [
60-
"spanner-graph-notebook >= 1.1.5",
60+
"spanner-graph-notebook >= 1.1.5, <= 1.1.6",
6161
"portpicker",
6262
],
6363
}

0 commit comments

Comments
 (0)