aws / fmeval

Foundation Model Evaluations Library
http://aws.github.io/fmeval
Apache License 2.0
187 stars 42 forks source link

chore: pin boto3 and botocore versions #190

Closed danielezhu closed 7 months ago

danielezhu commented 7 months ago

Description of changes: This PR pins both boto3 and botocore to version 1.34.24 because newer versions of boto3 and botocore are facing this issue, which the Boto team is still investigating. Based on the many responses in that thread, it seems the solution for now is to simply use an older version of boto3/botocore.

I'm choosing version 1.34.24 specifically because these versions are the last versions that I have confirmed to work properly with urllib3 version 1.26.18, which we use.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

danielezhu commented 7 months ago

Doing a deeper dive into the issue, so closing the PR for now.