Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps pydantic-avro from 0.7.1 to 0.9.1.

Release notes

Sourced from pydantic-avro's releases.

v0.9.1

pypi package: https://pypi.org/project/pydantic-avro/0.9.1/

v0.9.0

What's Changed

Full Changelog: godatadriven/pydantic-avro@v0.8.1...v0.9.0

v0.8.1

pypi package: https://pypi.org/project/pydantic-avro/0.8.1/

v0.8.0

Support for overriding avro type conversion.

E.g.,

from datetime import datetime
from pydantic import Field
from pydantic_avro.base import AvroBase 
class ExampleModel(AvroBase):
field1: int = Field(..., avro_type="long")  # Explicitly set Avro type to "long"
field2: datetime = Field(..., avro_type="timestamp-millis")  # Explicitly set Avro type to "timestamp-millis"

pypi package: https://pypi.org/project/pydantic-avro/0.8.0/

v0.7.3

pypi package: https://pypi.org/project/pydantic-avro/0.7.3/

v0.7.2

pypi package: https://pypi.org/project/pydantic-avro/0.7.2/

Commits
  • a1a764c Bump version to 0.9.1
  • 26c1c4b Merge pull request #150 from dan1elt0m/feature/fix-lock
  • 7f89a89 Run poetry lock
  • d0ad6a0 Merge pull request #144 from danb27/main
  • 890be8d Merge branch 'main' into main
  • 84f2630 Merge pull request #149 from godatadriven/dependabot/pip/coverage-7.6.1
  • 709d633 Bump coverage from 7.5.3 to 7.6.1
  • b3db038 fix: compatibility issues
  • 2d0c372 chore: formatting + if -> elif
  • 7035b14 feat: support discriminated unions
  • 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 [pydantic-avro](https://github.com/godatadriven/pydantic-avro) from 0.7.1 to 0.9.1.
- [Release notes](https://github.com/godatadriven/pydantic-avro/releases)
- [Commits](godatadriven/pydantic-avro@v0.7.1...v0.9.1)

---
updated-dependencies:
- dependency-name: pydantic-avro
  dependency-version: 0.9.1
  dependency-type: direct:production
  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:uv Pull requests that update python:uv code labels Dec 29, 2025
@coderabbitai
Copy link

coderabbitai bot commented Dec 29, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@sonarqubecloud
Copy link

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 31, 2025

Looks like pydantic-avro is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 31, 2025
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant