Skip to content

build(deps-dev): bump dataclasses-avroschema from 0.61.0 to 0.63.7 #393

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps dataclasses-avroschema from 0.61.0 to 0.63.7.

Release notes

Sourced from dataclasses-avroschema's releases.

0.63.7 (2024-10-17)

Fix

  • AttributeError exception raised when trying to generate schema from AvroModel itself and not a subclass of it. Closes #739 (#777)

[master 14d657d] bump: version 0.63.6 → 0.63.7 2 files changed, 8 insertions(+), 2 deletions(-)

0.63.6 (2024-10-16)

Fix

  • model generation simplified. Closes #746 (#776)

[master 0a2991e] bump: version 0.63.5 → 0.63.6 2 files changed, 8 insertions(+), 2 deletions(-)

0.63.5 (2024-10-11)

Fix

  • make context optional during dezerialization. Serialization utils included in docs. SerializationType included (#774)

[master 34daed3] bump: version 0.63.4 → 0.63.5 2 files changed, 8 insertions(+), 2 deletions(-)

0.63.4 (2024-10-10)

Refactor

  • Module schema_generator renamed to main. Some type hints improvements (#773)

[master cb33acd] bump: version 0.63.3 → 0.63.4 2 files changed, 8 insertions(+), 2 deletions(-)

0.63.3 (2024-10-09)

Fix

  • serialization improvements for nested unions. Related to #763 (#770)

[master cb5d127] bump: version 0.63.2 → 0.63.3 2 files changed, 8 insertions(+), 2 deletions(-)

0.63.2 (2024-09-27)

Fix

  • serialiaze properly unions when types are similar. Closes #749 (#751)

... (truncated)

Changelog

Sourced from dataclasses-avroschema's changelog.

0.63.7 (2024-10-17)

Fix

  • AttributeError exception raised when trying to generate schema from AvroModel itself and not a subclass of it. Closes #739 (#777)

0.63.6 (2024-10-16)

Fix

  • model generation simplified. Closes #746 (#776)

0.63.5 (2024-10-11)

Fix

  • make context optional during dezerialization. Serialization utils included in docs. SerializationType included (#774)

0.63.4 (2024-10-10)

Refactor

  • Module schema_generator renamed to main. Some type hints improvements (#773)

0.63.3 (2024-10-09)

Fix

  • serialization improvements for nested unions. Related to #763 (#770)

0.63.2 (2024-09-27)

Fix

  • serialiaze properly unions when types are similar. Closes #749 (#751)

0.63.1 (2024-09-24)

Fix

  • Explicit all to make mypy happy (#757)

0.63.0 (2024-09-13)

Feat

  • add serialization support for AvroRecord (faust.Record). Closes #743 (#744)

0.62.11 (2024-08-26)

... (truncated)

Commits
  • 14d657d bump: version 0.63.6 → 0.63.7
  • d969b07 fix: AttributeError exception raised when trying to generate schema from Avro...
  • 0a2991e bump: version 0.63.5 → 0.63.6
  • 98c6331 fix: model generation simplified. Closes #746 (#776)
  • 1207e06 docs: Update README.md (#775)
  • 34daed3 bump: version 0.63.4 → 0.63.5
  • 315e3ca fix: make context optional during dezerialization. Serialization utils includ...
  • cb33acd bump: version 0.63.3 → 0.63.4
  • b8f7b8d refactor: Module schema_generator renamed to main. Some type hints improvemen...
  • 7417046 build(deps-dev): bump types-pytz (#766)
  • 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 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 [dataclasses-avroschema](https://github.com/marcosschroh/dataclasses-avroschema) from 0.61.0 to 0.63.7.
- [Release notes](https://github.com/marcosschroh/dataclasses-avroschema/releases)
- [Changelog](https://github.com/marcosschroh/dataclasses-avroschema/blob/master/CHANGELOG.md)
- [Commits](marcosschroh/dataclasses-avroschema@0.61.0...0.63.7)

---
updated-dependencies:
- dependency-name: dataclasses-avroschema
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 21, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2024

Superseded by #396.

@dependabot dependabot bot closed this Oct 28, 2024
@dependabot dependabot bot deleted the dependabot/pip/dataclasses-avroschema-0.63.7 branch October 28, 2024 02:58
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