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

Dependabot monitoring PyPi dependencies(deps): Bump dataclass-wizard from 0.34.0 to 0.35.0 #227

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps dataclass-wizard from 0.34.0 to 0.35.0.

Changelog

Sourced from dataclass-wizard's changelog.

0.35.0 (2025-01-19)

Features and Improvements

  • V1 Opt-In:
    • Add support for Patterned Date and Time:
      • Naive Date/Time/Datetime
      • Timezone-aware Time/Datetime
      • UTC Time/Datetime
    • Update :func:Alias and :func:AliasPath to support multiple aliases and nested path(s)
    • Update the KeyCase.AUTO setting (specified via v1_key_case='AUTO') to correctly handle multiple possible keys for the field (e.g., it doesn't latch onto the first encountered key but now tries all valid key case transformations at runtime). This now results in expected or desired behavior (fixes :issue:175)
    • Float to Int Conversion Change: In V1 Opt-in (via Meta setting v1=True), floats or float strings with fractional parts (e.g., 123.4 or "123.4") are no longer silently converted to integers. Instead, they now raise an error. However, floats without fractional parts (e.g., 3.0 or "3.0") will continue to convert to integers as before.
    • Add documentation:
      • Patterned Date and Time
      • Aliases
    • Add tests for coverage
  • Optimize logic for determining if an annotated type is a TypedDict
  • Update requirements-bench.txt to correctly capture all Benchmark-related dependencies

Bugfixes

  • Ensure the py.typed marker is included in the source distribution (fixes :issue:173)
  • Address a minor bug in object path parsing that did not correctly interpret quoted literal values within blocks such as braces []
Commits
  • dace343 Bump version: 0.34.0 → 0.35.0
  • 1c4a06f v0.35.0: Patterned Date and Time, Finalize Alias and AliasPath (#174)
  • 78f5a2d Docs: Changes to Dark Mode for the better :-)
  • See full diff 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 [dataclass-wizard](https://github.com/rnag/dataclass-wizard) from 0.34.0 to 0.35.0.
- [Changelog](https://github.com/rnag/dataclass-wizard/blob/main/HISTORY.rst)
- [Commits](rnag/dataclass-wizard@v0.34.0...v0.35.0)

---
updated-dependencies:
- dependency-name: dataclass-wizard
  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 Pull requests that update Python code labels Jan 20, 2025
@ebb-earl-co ebb-earl-co merged commit 0f6dda2 into develop Jan 20, 2025
25 checks passed
@ebb-earl-co ebb-earl-co deleted the dependabot/pip/develop/dataclass-wizard-0.35.0 branch January 20, 2025 15:12
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.

1 participant