Releases: requests/requests-ntlm
Releases · requests/requests-ntlm
v1.3.0
What's Changed
- Fix type annotation problem by setting correct pyspnego min version by @jborean93 in #135
- Throw an exception in case of access denied by @AdrianVollmer in #138
- Favour pure NTLM provider and fix SPN by @jborean93 in #137
- Add type annotation and black/isort checks by @jborean93 in #140
- Update CI and version and ignore black diff by @jborean93 in #141
New Contributors
- @AdrianVollmer made their first contribution in #138
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Migrate to GHA for CI by @jborean93 in #129
- Migrate to PySPNEGO by @clubby789 in #126
- Add pyproject.toml for PEP518 compliance by @jborean93 in #131
New Contributors
- @clubby789 made their first contribution in #126
Full Changelog: v1.1.0...v1.2.0