Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps construct-typing from 0.7.0 to 0.8.1.

Release notes

Sourced from construct-typing's releases.

v0.8.1

New features:

  • Added Subconstruct, SymmetricAdapter, Tunnel and Validator to construct_typed as subscriptable types.

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.1] - 2026-07-23

New features:

  • Added Subconstruct, SymmetricAdapter, Tunnel and Validator to construct_typed as subscriptable types.

[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
  • 4a45594 Prepare release 0.8.1
  • 7a9e86d Merge pull request #44 from timrid/add-subconstruct
  • efce645 typed: Added Subconstruct, SymmetricAdapter, Tunnel and Validator to ...
  • 58cb768 Merge pull request #45 from timrid/pep639-license
  • 6ce810d Use license declaration according to PEP639
  • 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...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 23, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) July 23, 2026 09:04
Bumps [construct-typing](https://github.com/timrid/construct-typing) from 0.7.0 to 0.8.1.
- [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.1)

---
updated-dependencies:
- dependency-name: construct-typing
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/clients/py/construct-typing-0.8.1 branch from c327091 to 02cb6d0 Compare July 24, 2026 09: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.

0 participants