v1.0.10
Note: This release impacts all categories. No changes to the underlying API, only includes changes to SDK usage.
- Pydantic introduced a "break" to their 1.x libs by adding in a .v1 submodule that does not mirror the one that comes with pydantic v2. To get around this we now force the usage of the v1 submodule only if the pydantic version is v2.
- Many minor upgrades to code and code snippet quality.