Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps astlab from 0.4.3 to 0.5.0.

Release notes

Sourced from astlab's releases.

v0.5.0

Release Notes

New Features

  • Added type alias AST builder with full support for defining and rendering TypeAlias constructs.
  • Introduced type variable (TypeVar) and enum support within the AST model.
  • Implemented comprehensive handling of type variables and aliases across all Python versions (<3.12 and ≥3.12).
  • Enabled forward reference resolution in AST generation, limited to Python 3.14 and above.

Improvements

  • Enhanced TypeLoader error reporting for clearer diagnostics.

  • Refactored DefaultASTResolver to use DFS post-order traversal and partially support forward references.

  • Simplified and improved ASTResolver interface:

    • Removed Expr from TypeRef alias.
    • Introduced a dedicated TypeExpr alias.
    • Removed redundant resolve_annotation method.

Documentation

  • Updated README.md to reflect new type alias, enum, and TypeVar features.
  • Bumped minor version to mark API enhancement.

Full Changelog: zerlok/astlab@v0.4.5...v0.5.0

v0.4.5

What's Changed

Full Changelog: zerlok/astlab@v0.4.4...v0.4.5

v0.4.4

Release Notes – v0.x.x

Features:

  • Added support for Python 3.14.
  • Added index and slice expression support.

Bug Fixes:

  • Fixed TypeInspector optional handling for Python 3.14 compatibility.

Dependency Updates:

  • mypy updated from 1.17.1 → 1.18.2
  • pytest updated from 8.4.1 → 8.4.2
  • pytest-cov updated from 6.2.1 → 7.0.0

... (truncated)

Commits
  • c2cb227 Merge pull request #15 from zerlok/type-alias-and-vars
  • c5c5cb0 allow forward refs only from python 3.14
  • 4fd217e update README.md and minor version
  • 95523ac fully support forward ref case and type vars in python < 3.12
  • f4f31bb refactor ASTResolver interface
  • cf578d0 refactor DefaultASTResolver
  • 3062178 add enum & type var types, support type var and type alias AST
  • 66efcfa add type alias AST builder and support type vars
  • 8917711 improve TypeLoader errors
  • d9c6dc2 Merge pull request #14 from zerlok/fix-type-alias-expression-for-python312
  • 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 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 [astlab](https://github.com/zerlok/astlab) from 0.4.3 to 0.5.0.
- [Release notes](https://github.com/zerlok/astlab/releases)
- [Commits](zerlok/astlab@v0.4.3...v0.5.0)

---
updated-dependencies:
- dependency-name: astlab
  dependency-version: 0.5.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 Nov 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2026

Superseded by #32.

@dependabot dependabot bot closed this Jan 1, 2026
@dependabot dependabot bot deleted the dependabot/pip/astlab-0.5.0 branch January 1, 2026 12: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