Skip to content

Migrate python collection types from typing types to native types#134

Open
chimosky wants to merge 3 commits intoroostorg:mainfrom
chimosky:migrate-to-native-types
Open

Migrate python collection types from typing types to native types#134
chimosky wants to merge 3 commits intoroostorg:mainfrom
chimosky:migrate-to-native-types

Conversation

@chimosky
Copy link

@chimosky chimosky commented Feb 5, 2026

Fixes #25

All linting and type checking tests pass.

@chimosky chimosky force-pushed the migrate-to-native-types branch from 4655e1d to 3c8e545 Compare February 6, 2026 16:42
@chimosky
Copy link
Author

@julietshen kindly review.

@julietshen
Copy link
Member

If @EXBreder has reviewed then it's good with me! @EXBreder is this good to go?

Signed-off-by: Chihurumnaya Ibiam <ibiamchihurumnaya@gmail.com>
I'm keeping them here so as to avoid a potential bug, it's used in type
checking and it makes sense to keep it, I've added a second type for
Union using UnionType.

Consistency with the placement of None for optional arguments has also
been improved.

Signed-off-by: Chihurumnaya Ibiam <ibiamchihurumnaya@gmail.com>
@chimosky chimosky force-pushed the migrate-to-native-types branch from 3c8e545 to bd615ba Compare February 23, 2026 13:25
@cassidyjames cassidyjames requested review from a team as code owners March 3, 2026 22:11
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.

migrate python collection types from typing types to native types (i.e. List[str] -> list[str])

4 participants