Skip to content

Commit

Permalink
Merge pull request #117 from GatorEducator/HTTP-incompatibility
Browse files Browse the repository at this point in the history
Fix Attribute Error: 'HTTPResponse' object has no attribute 'strict'
  • Loading branch information
Yanqiao4396 authored Jun 6, 2023
2 parents 6ef8f61 + 5148d74 commit 42541d6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Poetry
uses: Gr1N/setup-poetry@v7
with:
poetry-version: 1.1.13
poetry-version: 1.5.0
- name: Setup Poetry
run: |
poetry --version
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Install Poetry
uses: Gr1N/setup-poetry@v7
with:
poetry-version: 1.1.13
poetry-version: 1.5.0
- name: Setup Poetry
run: |
poetry --version
Expand Down
26 changes: 21 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42541d6

Please sign in to comment.