bleak icon indicating copy to clipboard operation
bleak copied to clipboard

bleak: use Python 3.10 type unions

Open dlech opened this issue 2 months ago • 2 comments

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 avatar Oct 25 '25 22:10 dlech

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

dlech avatar Oct 25 '25 22:10 dlech

CI is failing because of https://github.com/sphinx-doc/sphinx/issues/11211.

dlech avatar Oct 25 '25 22:10 dlech