Releases: Roche/foxops-client-python
Releases · Roche/foxops-client-python
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.
v0.0.4
v0.0.3
v0.0.2
first test release
adding CI/CD workflows (#3) * adding CI/CD workflows Co-authored-by: Alexander Hungenberg <[email protected]>