jdkandersson / OpenAlchemy

Define SQLAlchemy models using the OpenAPI specification.
https://openapi-sqlalchemy.readthedocs.io/en/latest/
Apache License 2.0
47 stars 13 forks source link

Bump sqlalchemy-mixins from 1.3 to 1.4 #338

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps sqlalchemy-mixins from 1.3 to 1.4.

Release notes

Sourced from sqlalchemy-mixins's releases.

Add typing and improve serialization

  • Add typing (#72)
  • Add support for column exclusion during serialization (#73)
  • Minor bug fixes and code cleanup
Commits
  • 986ec5c build: Increase version
  • c92e21d Merge pull request #73 from PrasanthChettri/exclude_to_dict
  • c8f6057 added None as default argument for exclude
  • c911c81 added exclude as optional argument, rewrote tests
  • c58e5fb added functionality to exclude columns from being serialzed
  • c6b2059 Merge pull request #72 from absent1706/add_typing
  • 1231395 refactor: Add newlines
  • 9de7dfb fix: Backward compatibility with python 3.6
  • 63de877 fix: Backward compatibility with python 3.5
  • ecc4018 feat: Add typing stub files
  • 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)