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.4 in /PDFGenerator/http #124

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps py-partiql-parser from 0.1.0 to 0.3.4.

Changelog

Sourced from py-partiql-parser's changelog.

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
  • 46743a5 Packaging: Add project URLs to PyPi
  • b2e8892 Packaging - explicitly include test directory
  • 01b04fd Linting
  • 15e8876 Prep release 0.3.3
  • 4eff610 Merge branch 'main' of github.com:getmoto/py-partiql-parser into main
  • f03ae61 S3: Fix behaviour for nested FROM-clauses
  • 6787b5d Update CHANGELOG.md
  • d05ffd7 Prep release 0.3.2
  • 2fa4b04 Add support for querying lists (s3object[*])
  • ab6258d Improve JSON parser/encoder
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #150.