chiri

Results 19 comments of chiri

Another test: https://github.com/Tishka17/aiogram_dialog/blob/develop/tests/test_group.py#L166

maybe drop poetry and use uv?

> maybe drop poetry and use uv? this will also speed up CI and clean a little bit it up

Hi, maybe make this PR code as a separate package? like https://github.com/nyudenkov/pysentry?

https://github.com/pydantic/pydantic/releases/tag/v2.12.0

As a replacement, I would like to suggest my lib: [`yaml-rs`](https://pypi.org/project/yaml-rs/0.0.6/#description) (Well, it seems that the signature will change for `dumps()`, so this will require breaking changes. I think it...

> PyYAML is a YAML 1.1 parser, switching it out for yaml-rs which is a YAML 1.2 parser will introduce behavior changes. > > Don't get me wrong, I'm all...

> It's up to the mantainers to decide but I have a question as I'm unfamiliar with the YAML format: is 1.2 not backwards compatible with 1.1? If yes, `msgspec`...

> [@chirizxc](https://github.com/chirizxc) is there a strict requirement as to why `dumps()` has a different signature? Could this be circumvented somehow? https://github.com/jcrist/msgspec/blob/a46a2c6f8b5991ebbe90fb1d2a9cb96628fd2311/src/msgspec/yaml.py#L86-L99 and https://github.com/lava-sh/yaml-rs/blob/main/python/yaml_rs/__init__.py#L63-L64