Skip to content

v1.0.10

Compare
Choose a tag to compare
@rmkonnur rmkonnur released this 21 Jun 16:22
· 7 commits to main since this release
6ceae34

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.