Releases: orbcorp/orb-python
Releases · orbcorp/orb-python
v2.24.0
v2.23.1
2.23.1 (2025-01-20)
Full Changelog: v2.23.0...v2.23.1
Bug Fixes
Chores
- internal: avoid pytest-asyncio deprecation warning (#501) (13c0146)
- internal: version bump (#497) (4fdc09b)
Documentation
v2.23.0
v2.22.0
v2.21.0
2.21.0 (2025-01-15)
Full Changelog: v2.20.0...v2.21.0
Features
- api: api update (#471) (d23ec0e)
- api: api update (#472) (0a22350)
- api: api update (#474) (d2fb2aa)
- api: api update (#477) (59c3a8b)
- api: api update (#478) (4036eca)
Bug Fixes
- client: only call .close() when needed (#481) (c14225c)
- correctly handle deserialising
clsfields (#485) (7a80005)
Chores
- add missing isclass check (#476) (cafafe4)
- client: simplify
Optional[object]to justobject(#475) (f684ed4) - internal: bump httpx dependency (#480) (6b04dea)
- internal: bump pyright dependency (#487) (667a330)
- internal: codegen related update (#473) (c24985f)
- internal: codegen related update (#484) (a429148)
- internal: update deps (#486) (4677063)
- internal: version bump (#469) (e95eb1d)
Documentation
v2.20.0
v2.19.0
2.19.0 (2024-12-12)
Full Changelog: v2.18.0...v2.19.0
Features
Chores
- internal: add support for TypeAliasType (#458) (b03a8ef)
- internal: bump pydantic dependency (#455) (da23d38)
- internal: bump pyright (#457) (2a4d14a)
- internal: version bump (#451) (11a7427)
- make the
Omittype public (#454) (f92f377)
Documentation
v2.18.0
v2.17.0
2.17.0 (2024-11-28)
Full Changelog: v2.16.0...v2.17.0
Features
- api updates (3dc9d02)
- api: api update (#436) (6f8c441)
- api: api update (#440) (790b52a)
- api: api update (#441) (e0268df)
- api: api update (#443) (285ba54)
Bug Fixes
Chores
- fix formatting (f3da812)
- internal: codegen related update (#442) (f3efb3f)
- internal: fix compat model_dump method when warnings are passed (#437) (e03dc3b)
- remove now unused
cached-propertydep (#439) (e5e8485)