PyPi Package Constraints

PyPi Package Constraints
# -----------------------------------------------------------------------------
# written by: Lawrence McDaniel
#             https://lawrencemcdaniel.com
#
# usage:      additional global version constraints.
#             -r constraints.in
#
# -----------------------------------------------------------------------------
boto3==1.43.5
botocore==1.43.5
#urllib3-future==2.19.913    # required by niquests; pin to ensure it doesn't shadow urllib3
openmeteo-requests<1.5.0    # >=1.5.0 pulls niquests -> urllib3-future, which breaks boto3/botocore