Skip to content
Commit 9f4ad4a6 authored by Andrew Leech's avatar Andrew Leech
Browse files

Replace wrapt patching with truststore integration

Modernizes the package architecture by replacing complex monkey-patching
with truststore's native SSL context injection. This provides better
compatibility, reliability, and aligns with the Python ecosystem direction.

Key changes:
- Replace wrapt dependency with truststore (>=0.8.0)
- Update Python requirement to >=3.10 (truststore minimum)
- Simplify wrapt_requests.py from ~80 lines to ~12 lines
- Remove complex HTTPAdapter patching in favor of inject_into_ssl()
- Update package description and documentation

🤖 Generated with [Claude Code](https://claude.ai/code

)

Co-Authored-By: default avatarClaude <noreply@anthropic.com>
parent 9a2a81d4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment