Skip to content

Bump graphdatascience from 1.14 to 1.15.1 in /backend #1306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps graphdatascience from 1.14 to 1.15.1.

Release notes

Sourced from graphdatascience's releases.

1.15.1

We are happy to announce the release of graphdatascience, the GDS Python client, version 1.15.1. It is published to PyPI.

Documentation: https://neo4j.com/docs/graph-data-science-client/1.15.1/

Bug fixes

Fixed a bug where remote projections would fail when the database is clustered

Improvements

Allow creating sessions of size 512GB.

1.15

We are happy to announce the release of graphdatascience, the GDS Python client, version 1.15. It is published to PyPI.

Documentation: https://neo4j.com/docs/graph-data-science-client/1.15/

Breaking changes

  • Rename tenant_id to project_id in class graphdatascience.session.AuraAPICredentials.

New features

  • Allow the creation of fully standalone GDS Sessions by omitting the database connection information

Bug fixes

  • Fixed a bug, where write procedures would not properly log for GDS Sessions.

Improvements

  • Reduce calls to the Aura API during GdsSessions::get_or_create.
  • Improve error message when a query is interrupted by a signal (SIGINT or SIGTERM).
  • Improve error message if session is expired.
  • Improve robustness of Arrow client against connection errors such as FlightUnavailableError and FlightTimedOutError.
  • Return dedicated error class SessionStatusError if a session failed or expired.

Other changes

  • Aura API credentials will now be used to authenticate with the Session

Neo4j Graph Data Science Python Client 1.15a2

We are happy to announce the alpha release of graphdatascience, the GDS Python client, version 1.15a2. It is published to PyPI.

Documentation: https://neo4j.com/docs/graph-data-science-client/1.15-preview/

Breaking changes

... (truncated)

Changelog

Sourced from graphdatascience's changelog.

Changes in 1.15.1

Breaking changes

New features

Bug fixes

  • Fixed a bug where remote projections would fail when the database is clustered

Improvements

  • Allow creating sessions of size 512GB.

Other changes

Commits
  • 6b0a926 Temporarily switch to 1.15.1
  • c6e75ef Improve typing
  • b2aa537 Fix notebook filter
  • 87367d7 Prepare the python client for changes in RemoteOps protocol V3
  • a46cf2e Use the right protocol when cloning the query runner for remote projections
  • 6b6af9a Use hard coded bolt port to connect to cluster member when running a remote p...
  • 65d9b93 Make sure to close the projection query runner after remote projection is done
  • 7dbb8e9 Apply codestyle
  • 9598823 Add changelog
  • d9f802d Make sure to connect to the same instance when querying remote projection status
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [graphdatascience](https://github.com/neo4j/graph-data-science-client) from 1.14 to 1.15.1.
- [Release notes](https://github.com/neo4j/graph-data-science-client/releases)
- [Changelog](https://github.com/neo4j/graph-data-science-client/blob/1.15.1/changelog.md)
- [Commits](neo4j/graph-data-science-client@1.14...1.15.1)

---
updated-dependencies:
- dependency-name: graphdatascience
  dependency-version: 1.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants