Skip to content
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

Update fastavro requirement from <1.4.11,>=0.22.8 to >=0.22.8,<1.7.3 #161

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

Updates the requirements on fastavro to permit the latest version.

Changelog

Sourced from fastavro's changelog.

2023-02-22 version 1.7.2

2023-01-27 version 1.7.1

2022-10-26 version 1.7.0

2022-09-09 version 1.6.1

  • Fix a bug where the strict options were not catching extra fields (@​scottbelden in PR #639)
  • Better conform to the specification by having records match via unqualified names (@​scottbelden in PR #636)

2022-08-15 version 1.6.0

2022-07-29 version 1.5.4

  • Add options for "strict" and "strict_allow_default" when calling writer functions (@​scottbelden in PR #628)
  • Fix an issue where the json_reader would fail to decode a map of records (@​scottbelden in PR #630)

2022-07-19 version 1.5.3

  • Add return_record_name_override option that will override the return_record_name option for unions that contain no more than one record (@​untereiner in PR #626)

2022-06-27 version 1.5.2

2022-06-08 version 1.5.1

2022-06-07 version 1.5.0

  • Improve type hints (@​scottbelden in PR #606)
  • Fix a bug where a reader schema should have matched the writer schema but it wasn't (@​scottbelden in PR #603)
  • Fix some issues in the generate functions so that the names are valid avro names

2022-05-18 version 1.4.12

  • Fix issue where custom logical types were not working for the json_reader (@​arop in PR #598)

2022-04-26 version 1.4.11

2022-03-04 version 1.4.10

  • Add ability to load schemas stored in any directory structure rather than needing all schemas to exist in the same folder (@​SerikDM in PR #582)

2022-01-07 version 1.4.9

... (truncated)

Commits
  • 0af9c80 1.7.2
  • f821e72 allow union default errors when a reader schema is supplied (#677)
  • 7359a85 allow values like nan for float and double defaults
  • a1a2d36 updates for new version of black
  • 56a31e3 1.7.1
  • f4e6fe4 Bump pypa/cibuildwheel from 2.11.4 to 2.12.0
  • 218c3cc allow ints as default values for floats
  • c6d7e90 Bump pypa/cibuildwheel from 2.11.3 to 2.11.4
  • 9349de1 Bump pypa/cibuildwheel from 2.11.2 to 2.11.3
  • dbd72b9 fix 3.10 version
  • Additional commits viewable in compare view

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)

Updates the requirements on [fastavro](https://github.com/fastavro/fastavro) to permit the latest version.
- [Release notes](https://github.com/fastavro/fastavro/releases)
- [Changelog](https://github.com/fastavro/fastavro/blob/master/ChangeLog)
- [Commits](fastavro/fastavro@0.22.8...1.7.2)

---
updated-dependencies:
- dependency-name: fastavro
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 27, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants