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
44 stars 10 forks source link

Update criteria.py #42

Closed macnotes closed 1 month ago

macnotes commented 1 month ago

I was pulling smart groups and got a Pydantic validation error on a smart group that had a "more than" comparison operator on a numeric (drive full percentage, in my case). Should we add that operator? It seemed to resolve the issue without making any other changes.

Also, thanks for this SDK. I'm still having lots of "Ooh... I see what you did there..." moments.

image