resend / resend-python

resend's python sdk
MIT License
58 stars 6 forks source link

chore: Make requests>=2.31 #99

Closed drish closed 1 month ago

drish commented 1 month ago

The SDK was originally supporting python 3.7. Requests 2.32.0 requires 3.8+, so instead of pinning requests 2.32.0 which would make the resend python sdk dependent on python 3.8, im just making requests >= 2.31 so that we don't add the constraint of updating python version too.