Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Django~=4.2.9
boto3~=1.34.161
pymysql==1.1.1
python-dotenv~=1.0.1
requests~=2.25.1
requests~=2.31.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reason I downgraded the request version is because requests 2.31.0 had some version conflict when being used with Python 3.8. I forgot what the exact conflict was, but before we merge this PR we will need to do some testing by

  1. Uploading the python.zip to s3 in personal account
  2. Running EC2 tests for each Python version (3.8, 3.9, 3.10, 3.11, 3.12)
  3. Ensure that all tests pass

schedule~=1.2.1
opentelemetry-sdk==1.27.0
opentelemetry-api==1.27.0