Skip to content

Bump python-cypher from 0.16.2 to 0.20.1 - #13

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/python-cypher-0.20.1
Open

Bump python-cypher from 0.16.2 to 0.20.1#13
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/python-cypher-0.20.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Copy link
Copy Markdown
Contributor

Bumps python-cypher from 0.16.2 to 0.20.1.

Changelog

Sourced from python-cypher's changelog.

0.20.1 -- 08/27/2022

0.20.0 -- 03/19/2022

  • Added -- the ability to define custom quotes for labels, properties, and map_keys
import pyper
pyper.builder.QUOTES['propery'] = '"' # this will quote properties with a " instead of `

0.19.0 -- 1/21/2022

  • Fixed -- removed an unused hashable import to make Pypher python 3.10 compatable. Thanks Peter Bábics (@​pbabics)

0.18.1 -- 7/31/2020

  • Fixed -- no longer binding python values of True and False, they will return true and false in the resulting cypher.

0.18.0 -- 7/8/2020

  • Added max as a predefined function
  • Added create_statement and create_function to the tester
  • Added a new param called hops for specifying a single hop number.min_hops and max_hops are reserved for specifying variable length relationships. If hops is specified, and one (or both) of min_hops and max_hops is specified, an error is raised. If just one of min_hops or max_hops is specified, then the range is only bounded on that side.

0.17.2 -- 11/26/2019

BugFix

  • Fixed an issue with the interactive tester where defining a custom Func or Statement inline would throw an already registered error

0.17.1 -- 11/26/2019

BugFix

  • Fixed an error where custom Func or Statement sub-classed classes were not properly referenced when building out the final Pypher object.

0.17.0 -- 10/08/2019

Added

  • Bitwise operators that compile down to apoc calls
    • BAND

... (truncated)

Commits

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 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 [python-cypher](https://github.com/emehrkay/pypher) from 0.16.2 to 0.20.1.
- [Changelog](https://github.com/emehrkay/Pypher/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emehrkay/pypher/commits)

---
updated-dependencies:
- dependency-name: python-cypher
  dependency-version: 0.20.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 May 15, 2026
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