Skip to content

deps(deps): bump neo4j from 5.28.1 to 6.0.2 - #425

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/neo4j-6.0.2
Open

deps(deps): bump neo4j from 5.28.1 to 6.0.2#425
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/neo4j-6.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 7, 2025

Copy link
Copy Markdown
Contributor

Bumps neo4j from 5.28.1 to 6.0.2.

Release notes

Sourced from neo4j's releases.

Neo4j Python Driver 6.0.2

https://github.com/neo4j/neo4j-python-driver/wiki/6.x-changelog#602

Neo4j Python Driver 6.0.1

https://github.com/neo4j/neo4j-python-driver/wiki/6.x-changelog#601

Neo4j Python Driver 6.0.0

https://github.com/neo4j/neo4j-python-driver/wiki/6.x-changelog#600

Neo4j Python Driver 6.0.0a1 (alpha)

https://github.com/neo4j/neo4j-python-driver/wiki/6.x-changelog#600a1

Neo4j Python Driver 5.28.2 (LTS)

https://github.com/neo4j/neo4j-python-driver/wiki/5.x-changelog#5282-lts

Changelog

Sourced from neo4j's changelog.

Neo4j Driver Change Log (breaking/major changes only)

See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.

NEXT RELEASE

  • No breaking or major changes.

Version 6.0

  • Python 3.7, 3.8, and 3.9 support has been dropped.
  • Remove deprecated package alias neo4j-driver. Use pip install neo4j instead.
  • Remove setup.py. Please use a recent enough packaging/build tool that supports pyproject.toml
  • Remove deprecated modules:
    • neo4j.conf
    • neo4j.data
    • neo4j.meta
    • neo4j.packstream
    • neo4j.routing
    • neo4j.time.arithmetic
    • neo4j.time.clock_implementation
    • neo4j.time.hydration
    • neo4j.time.metaclasses
    • neo4j.work
    • neo4j.work.query
    • neo4j.work.summary
  • Remove deprecated exports from neo4j:
    • log, Config, PoolConfig, SessionConfig, WorkspaceConfig (internal - no replacement)
    • SummaryNotificationPosition (use SummaryInputPosition instead)
  • api.Version has been removed as it's unused now.
    ServerInfo.protocol_version now is a tuple[int, int] insteadof a api.Version. This should be drop-in replacement is most cases:
    • Version was a sup-type of tuple[int, int]
    • ServerInfo.protocol_version was already documented and typed as tuple[int, int]
    • Version's additional methods were undocumented and shouldn't have been used
  • Changed errors raised under certain circumstances
    • ConfigurationError if the passed auth parameters is not valid (instead of AuthError)
      • This improves the differentiation between DriverError for client-side errors and Neo4jError for server-side errors.
    • access_mode configuration option
      • ValueError on invalid value (instead of ClientError)
      • Consistently check the value (also for non-routing drivers)
    • neo4j.exceptions.UnsupportedServerProduct if no common bolt protocol version could be negotiated with the server (instead of internal neo4j._exceptions.BoltHandshakeError).
      UnsupportedServerProduct is now a subclass of ConfigurationError (instead of Exception directly).
    • connection_acquisition_timeout configuration option
      • Raise ValueError on invalid values (instead of ClientError).
      • Consistently restrict the value to be strictly positive
      • New ConnectionAcquisitionTimeoutError (subclass of DriverError) instead of ClientError (subclass of Neo4jError) the timeout is exceeded.
        • This improves the differentiation between DriverError for client-side errors and Neo4jError for server-side

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [neo4j](https://github.com/neo4j/neo4j-python-driver) from 5.28.1 to 6.0.2.
- [Release notes](https://github.com/neo4j/neo4j-python-driver/releases)
- [Changelog](https://github.com/neo4j/neo4j-python-driver/blob/6.x/CHANGELOG.md)
- [Commits](neo4j/neo4j-python-driver@5.28.1...6.0.2)

---
updated-dependencies:
- dependency-name: neo4j
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 7, 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