Official Python SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
The current version on pypi for requests is 2.26.0
This will allow projects using Filestack as a dependency to not be restricted to a specific pinned version, but also allow slightly older versions like the current 2.25.1.
Question: Perhaps it should be even broader like >=2.23.0 . Since I added the updated pinned version in a PR here. There don't seem to have been any breaking changes since 2.23 even.
Notes
requests
Release Notes2.26.0
Question: Perhaps it should be even broader like
>=2.23.0
. Since I added the updated pinned version in a PR here. There don't seem to have been any breaking changes since 2.23 even.