betagouv / SPPNautSPO

Generator and S3 interface for SPPNaut Startup
European Union Public License 1.2
0 stars 0 forks source link

Bump py-partiql-parser from 0.1.0 to 0.3.7 in /PDFGenerator/http #154

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps py-partiql-parser from 0.1.0 to 0.3.7.

Changelog

Sourced from py-partiql-parser's changelog.

CHANGELOG

0.3.6

  • Allow where-clauses for lists, such as where a[1] = '..'

0.3.5

  • Packaging improvements: Include source-files in the release, and update the version nr

0.3.4

  • Packaging improvements: Include tests/__init__.py in the release and add project links to PyPi

0.3.3

  • S3: Fix behaviour for nested FROM-queries (s3object[*].name)

0.3.2

  • Improves the SelectEncoder behaviour to also encode CaseInsensitiveDict's
  • Ensure FROM-queries such as s3object[*] do not fail (NOTE: the correct behaviour is not correct yet)

0.3.1

  • Expose a custom JSON encoder, SelectEncoder, in order to encode custom objects returned by our API such as Variable json.dumps(x, indent=None, separators=(",", ":"), cls=SelectEncoder)

0.3.0

  • Support for multiple WHERE-clauses
  • Additional API: DynamoDBStatementParser.get_query_metadata

0.2.1

  • Minor bugfix - s3object should be case-insensitive.

0.2.0

  • Support for DynamoDB Statements.
  • Removed print-statements and some warnings.
Commits
  • 01a282d Fix package build - tests should not be a standalone module
  • 1d9376e Prep release 0.3.6
  • 4fa9ed6 Bug: Query DynamoDB item that contains a list
  • fbb7da2 Bug: Query DynamoDB item that contains a list
  • 72668e3 Techdebt: Replace sure with regular assertions
  • 4427edb Techdebt: Replace sure with regular assertions
  • 7af964e Release 0.3.5
  • dd585a2 Add py_partiql_parser to packages list
  • 7138237 Add py_partiql_parser to packages list
  • 46743a5 Packaging: Add project URLs to PyPi
  • 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 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)