stevenpackardblp

Results 4 issues of stevenpackardblp

In Marshmallow 3.13.0, the `default` and `missing` parameters of the `Field` object were deprecated and replaced with `dump_default` and `load_default` respectively. As these are new parameters added in version 3.13.0,...

requires-follow-up

When using the module with Python 3.10 in conjunction with requests-kerberos, a `SystemError` is thrown in the `channelBindings` function. This is the stack trace: ```console File "/usr/lib/python3.10/site-packages/requests/api.py", line 75, in...

Python 3.10 requires that the `Py_ssize_t` type is used for string lengths instead of `int`. Closes #88. By submitting a request, you represent that you have the right to license...

### I did this ``` $ curl -Ssl -u : --negotiate -H "Accept: application/json" --proxy http:// https:// curl: (66) Failed to find SSL backend for endpoint ``` ### I expected...

regression
TLS
authentication