NYPL-Simplified / server_core

Shared data model and utilities for Library Simplified server applications
7 stars 11 forks source link

Pin urllib3 to a pre-1.25 version to work around an Axis 360 ACS problem #1234

Closed leonardr closed 3 years ago

leonardr commented 3 years ago

Description

This branch pins urllib3 to the final 1.24 version as a way of avoiding https://jira.nypl.org/browse/SIMPLY-3477.

This is a temporary measure until either Axis 360 changes their ACS setup or we figure out a better long-term solution.

How Has This Been Tested?

Axis 360 fulfillment starts succeeding once urllib3 is downgraded to a 1.24 version.