Skip to content

fix: update typer version constraint to >=0.19 for Literal type support#265

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/update-typer-version-constraint
Draft

fix: update typer version constraint to >=0.19 for Literal type support#265
Copilot wants to merge 2 commits into
mainfrom
copilot/update-typer-version-constraint

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jun 4, 2026

Summary

Typer added typing.Literal support in 0.19.0. The previous constraint (>=0.12) allowed installations that would raise RuntimeError: Type not yet supported: typing.Literal['local', 'ray'] when invoking CLI commands like plugboard process run.

Changes

  • Bumped the typer lower-bound in pyproject.toml from >=0.12 to >=0.19

Copilot AI linked an issue Jun 4, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Update version constraint for Typer to support literals fix: update typer version constraint to >=0.19 for Literal type support Jun 4, 2026
Copilot AI requested a review from toby-coleman June 4, 2026 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: CLI commands emit Typer error

2 participants