Core: Allow common collections in OptionSet and OptionList constructors (#2874)

* allow common collection in set and list option constructors

* allow any iterable of strings

* add return None

---------

Co-authored-by: beauxq <beauxq@yahoo.com>
This commit is contained in:
Jérémie Bolduc
2024-03-03 16:30:51 -05:00
committed by GitHub
parent 113c54f9be
commit 37a871eab1
3 changed files with 25 additions and 12 deletions

View File

@@ -11,3 +11,4 @@ certifi>=2023.11.17
cython>=3.0.8
cymem>=2.0.8
orjson>=3.9.10
typing-extensions>=4.7.0