VOICEVOX / voicevox_core

無料で使える中品質なテキスト読み上げソフトウェア、VOICEVOXのコア
https://voicevox.hiroshiba.jp/
MIT License
844 stars 114 forks source link

PyO3をv0.20.3に更新 #753

Closed qryxip closed 5 months ago

qryxip commented 6 months ago

内容

pyo3と、それに伴いpyo3-asyncioを更新します。

関連 Issue

その他

qryxip commented 5 months ago

とりあえずtypeshedのStrPath = str | PathLike[str]に記述を合わせました。

https://github.com/python/typeshed/blob/49b1a1a96a90946ff8885792eec30acb5cf39af0/stdlib/_typeshed/__init__.pyi#L159

エイリアスとしてStrPathを宣言するかどうかは、Pythonのバージョンが3.8ということもあるので保留します…