Releases: Roche/foxops-client-python
Releases · Roche/foxops-client-python
v0.4.0
What's Changed
- Updates dependencies for Python 3.13 by @tech1ndex in #52
Full Changelog: v0.3.1...v0.4.0
v0.3.1
adding support for foxops v2.3 API
update types and API interface to foxops version 2.2 (#34) update types and API interface to foxops version 2.2
Remove pydantic Dependency / Remove allow_import parameter
Remove pydantic dependency
The objects returned by the functions are now dataclasses instead of pydantic objects
Removal of allow_import support
The create_incarnation call no longer supports the allow_import parameter. For that reason, also the return value was changed:
It now directly returns the IncarnationWithDetails object, instead of a tuple.
v0.1.2
v0.1.1
Initial Release
Initial release of the typed foxops API client library.
Comes in two flawors: Async and Synchronous.