macadmins / jamf-pro-sdk-python

A client library for the Jamf Pro APIs and webhooks.
https://macadmins.github.io/jamf-pro-sdk-python/
MIT License
51 stars 10 forks source link

Fix malformed XML when model contains enums #49

Closed brysontyrrell closed 4 months ago

brysontyrrell commented 4 months ago

Configure Pydantic model to use enum values when performing a dump.

Fixes #46