Skip to content

Bump pyserde from 0.8.3 to 0.9.8#127

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pyserde-0.9.8
Closed

Bump pyserde from 0.8.3 to 0.9.8#127
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pyserde-0.9.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 21, 2023

Copy link
Copy Markdown

Bumps pyserde from 0.8.3 to 0.9.8.

Release notes

Sourced from pyserde's releases.

v0.9.8

What's Changed

New features

CI

Other changes

Full Changelog: yukinarit/pyserde@v0.9.7...v0.9.8

v0.9.7

A bug for optional unions was fixed, Thanks @​soaxelbrooke!

@serde
@dataclass(frozen=True)
class Bar:
    request: Optional[Union[str, int]]
  • docs: add @​soaxelbrooke as a contributor (063e705)
  • Add support for optional unions (075949b)
  • Add typing-utils for compatibility with python ver < 3.8 (620b9f6)
  • Rely on compay.get_args instead of adding dependency (d93f894)

v0.9.6

  • Recursive dataclasses are supported in #290
    @dataclass
    class Recur:
        f: Optional['Recur']
    serde(Recur)

  • typing.FrozenSet and typing.DefaultDict are supported in #285,#286
    @serde
    @dataclass
    class Foo:
        a: FrozenSet[int]
        b: DefaultDict[str, List[int]]

... (truncated)

Commits
  • 6ad29b4 Merge pull request #310 from yukinarit/publish
  • a7999a0 Publish with Github Actions
  • 21fccac Merge pull request #307 from yukinarit/upgrade-codecov-action
  • 8817c63 Use poetry-dynamic-versioning
  • 09eb95d Upgrade codecov-action to v3
  • ff7874f Merge pull request #306 from yukinarit/upgrade-setup-python
  • 290d43d Upgrade to setup-python@v4 and enable caching
  • 62fc461 Merge pull request #305 from yukinarit/refactor-ci-scripts
  • a11a333 Update CI scripts
  • 4edbf88 Merge pull request #304 from yukinarit/add-release.yml
  • 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)

Bumps [pyserde](https://github.com/yukinarit/pyserde) from 0.8.3 to 0.9.8.
- [Release notes](https://github.com/yukinarit/pyserde/releases)
- [Commits](yukinarit/pyserde@v0.8.3...v0.9.8)

---
updated-dependencies:
- dependency-name: pyserde
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 21, 2023
@dependabot @github

dependabot Bot commented on behalf of github Feb 27, 2023

Copy link
Copy Markdown
Author

Superseded by #128.

@dependabot dependabot Bot closed this Feb 27, 2023
@dependabot
dependabot Bot deleted the dependabot/pip/pyserde-0.9.8 branch February 27, 2023 06:14
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