Skip to content

bleak: use Python 3.10 type unions#1848

Open
dlech wants to merge 1 commit into
hbldh:developfrom
dlech:py310-type-unions
Open

bleak: use Python 3.10 type unions#1848
dlech wants to merge 1 commit into
hbldh:developfrom
dlech:py310-type-unions

Conversation

@dlech

@dlech dlech commented Oct 25, 2025

Copy link
Copy Markdown
Collaborator

Since we now require Python 3.10+, we can use the new union type syntax e.g. str | None of using typing.Optional or typing.Union.

Since we now require Python 3.10+, we can use the new union type syntax
e.g. str | None of using typing.Optional or typing.Union.
@dlech

dlech commented Oct 25, 2025

Copy link
Copy Markdown
Collaborator Author

Probably should wait on merging this one in order to not conflict with other ongoing work.

@dlech

dlech commented Oct 25, 2025

Copy link
Copy Markdown
Collaborator Author

CI is failing because of sphinx-doc/sphinx#11211.

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.

1 participant