Cesar Garza
Cesar Garza
Creating this PR as a draft as I'm not fully convinced these changes would add value beyond cleaning up the client generation output. # Overview Here's the breakdown of warnings...
The project currently has `dev` hardcoded in [_version.py](https://github.com/digitalocean/pydo/blob/main/src/pydo/_version.py#L7). The version is used when setting the `user-agent` header for requests. The code should include logic to fetch the `metadata.version` using something...
Upgrades supported python and pytest versions. Also adds a github workflow to run tests on pull requests (currently only runs the kind tests).
When trying to integrate into an internal JWKS endpoint, `PyJWKClient.get_jwk_set()` returns `http.client.IncompleteRead`. I can fetch the content via curl. As an aside, I also successfully get the response using both...