rx-dwoodward

Results 3 issues of rx-dwoodward

## Change Summary Following on from [this PR](https://github.com/pydantic/pydantic/pull/9042) about adding a `v1.py` namespace to pydantic to better follow the v2 syntax of importing v1 objects, imports such as: ```python from...

ready for review

Adds pydantic v1 support through validators like `__get_validators__` and a custom `.to_dict()` method expected to be used alongside `Config.json_encoders` in pydantic v1 style `BaseModel`'s. I altered the testing structure for...

Hi UPath maintainers 🫡 Just came across this package this morning after having the same need for a pathlib-style API backed by fsspec - nice to see its already an...

enhancement :rocket: