Releases: Roche/foxops-client-python
Releases · Roche/foxops-client-python
v0.5.0
What's Changed
- Updates dependencies for Python 3.14 support by @tech1ndex in #53
- Bump actions/download-artifact from 3 to 4 by @dependabot[bot] in #41
- Bump actions/upload-artifact from 3 to 4 by @dependabot[bot] in #40
- Bump actions/setup-python from 4 to 5 by @dependabot[bot] in #39
- Bump actions/checkout from 3 to 4 by @dependabot[bot] in #19
Full Changelog: v0.4.0...v0.5.0
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.