2023-05-23 09:53:56 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-types-yaml: updated to 6.0.12.10 6.0.12.10 Improve dump/serialize types * Add overloads to return `str` or `bytes`, instead of `Any`. * Mark some arguments as keyword-only. * Add missing default values. |
2023-05-17 09:08:20 by Adam Ciarcinski | Files touched by this commit (4) |
Log message: py-types-yaml: added version 6.0.12.9 This is a PEP 561 type stub package for the PyYAML package. It can be used by type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check code that uses PyYAML. |