Skip to content

build(deps): bump construct-typing from 0.7.0 to 0.8.0 in /clients/py#811

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/clients/py/construct-typing-0.8.0
Closed

build(deps): bump construct-typing from 0.7.0 to 0.8.0 in /clients/py#811
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/clients/py/construct-typing-0.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Bumps construct-typing from 0.7.0 to 0.8.0.

Release notes

Sourced from construct-typing's releases.

v0.8.0

Breaking changes:

  • csfield should only be used for constructs that cannot build from None. Every other construct should use the new csfield_noinit, csfield_const or csfield_default.
  • Removed wildcard imports, so it may be necessary to change some import statements in your code when you use non-public APIs.
  • Bumped minimum required Python version to 3.10 (previously: 3.9 which has reached end-of-life).
  • Removed version.py, use importlib.metadata instead to get the version number.

New features:

  • Added csfield_const to create dataclass fields that are excluded from constructor and have a constant value.
  • Added csfield_default to create dataclass fields that have a default value.
  • Added csfield_noinit to create dataclass fields that are excluded from constructor.

Changes:

  • Optimize type stubs for Computed, Default and Rebuild in conjunction with ty.
  • Optimize type stubs for Checksum, to represent that it can build from None.
  • Use PEP604 union syntax "X | Y" instead of "Union[X, Y]" and "X | None" instead of "Optional[X]" in type hints.

Organizational changes:

  • Use uv as a project management tool and poe as a task runner.
Changelog

Sourced from construct-typing's changelog.

[0.8.0] - 2026-07-20

Breaking changes:

  • csfield should only be used for constructs that cannot build from None. Every other construct should use the new csfield_noinit, csfield_const or csfield_default.
  • Removed wildcard imports, so it may be necessary to change some import statements in your code when you use non-public APIs.
  • Bumped minimum required Python version to 3.10 (previously: 3.9 which has reached end-of-life).
  • Removed version.py, use importlib.metadata instead to get the version number.

New features:

  • Added csfield_const to create dataclass fields that are excluded from constructor and have a constant value.
  • Added csfield_default to create dataclass fields that have a default value.
  • Added csfield_noinit to create dataclass fields that are excluded from constructor.

Changes:

  • Optimize type stubs for Computed, Default and Rebuild in conjunction with ty.
  • Optimize type stubs for Checksum, to represent that it can build from None.
  • Use PEP604 union syntax "X | Y" instead of "Union[X, Y]" and "X | None" instead of "Optional[X]" in type hints.

Organizational changes:

  • Use uv as a project management tool and poe as a task runner.
Commits
  • 1259b8a Prepare Changelog for new release 0.8.0
  • ceb8257 Merge pull request #43 from timrid/more-pyright-fixes
  • 3518f8e Enable more pyright rules and fix some typing issues
  • f7f1ed4 Merge pull request #42 from timrid/remove-typing-optional
  • 270d277 Use PEP604 union syntax "X | Y" instead of "Union[X, Y]" and "X | None" inste...
  • f2c0d19 Merge pull request #41 from timrid/split-csfield-in-multiple-csfields
  • a70cff4 Enable more pyright rules
  • f5d2e53 Add more type checking and explicit DataclassFieldError
  • d176700 Reverting some unnecessary changes in the tests
  • fcdc90c Fixed type hit
  • 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 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 [construct-typing](https://github.com/timrid/construct-typing) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/timrid/construct-typing/releases)
- [Changelog](https://github.com/timrid/construct-typing/blob/main/CHANGELOG.md)
- [Commits](timrid/construct-typing@v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: construct-typing
  dependency-version: 0.8.0
  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 Jul 21, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) July 21, 2026 09:05
@dependabot @github

dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #815.

@dependabot dependabot Bot closed this Jul 23, 2026
auto-merge was automatically disabled July 23, 2026 09:04

Pull request was closed

@dependabot
dependabot Bot deleted the dependabot/pip/clients/py/construct-typing-0.8.0 branch July 23, 2026 09:04
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