Skip to content

Commit

Permalink
Temporary fix to boto3 issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
robotichead committed Jan 20, 2025
1 parent 69baa95 commit 329cd71
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/deployment_files/template_pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = [
"simplejson",
"pillow>=10.0.1",
"urllib3",
"boto3",
"boto3==1.35.99",
"azure-storage-blob",
"azure-identity",
"pip>=19.2",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-nearbeach.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12.1
python-version: 3.13.1
- name: Update Pip and Install Required Python Libraries
run: |
python3 -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion NearBeach/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Django>=4.2.15
simplejson
pillow>=10.0.1
urllib3>2.2.2
boto3
boto3==1.35.99
azure-storage-blob
azure-identity>=1.16.1

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = [
"simplejson",
"pillow>=10.0.1",
"urllib3",
"boto3",
"boto3==1.35.99",
"azure-storage-blob",
"azure-identity",
"pip>=19.2",
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ Django>=4.2.15
simplejson
pillow>=10.0.1
urllib3>=2.2.2
boto3
boto3==1.35.99
botocore==1.35.99
azure-storage-blob
azure-identity>=1.16.1

Expand Down

0 comments on commit 329cd71

Please sign in to comment.