Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mitigate getmoto#1793 by restricting maximum version for botocore.
botocore v1.11.0 changed it's internal implementation so that it now uses a different library for HTTP requests. This means that moto's mocking will not work, and test code will inadvertently call the live AWS service. As an interim solution to reduce the impact of this breakage, we restrict the "required" (ie. recommended) version of botocore so that users will be less likely to use an incompatible version, and will receive a pip warning when they do.
- Loading branch information