Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Attribute Error: 'HTTPResponse' object has no attribute 'strict' #117

Merged
merged 7 commits into from
Jun 6, 2023

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    0063953 View commit details
    Browse the repository at this point in the history
  2. Bug: pin urll3 <=2.0

    Yanqiao4396 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    2982b96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cc0dd4 View commit details
    Browse the repository at this point in the history
  4. Bug: Upgrade Poetry version to newest

    Try out newest poetry build to fix bug http requests
    has no attribute strict
    Yanqiao4396 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    e4b5f8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b87dcb0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Bug: Remove urllab3 dep in pyproject.toml

    Specifying urllab3 in pyproject.toml doesn't help with the Requests bug. Delete it
    Yanqiao4396 authored May 23, 2023
    Configuration menu
    Copy the full SHA
    4c4a911 View commit details
    Browse the repository at this point in the history
  2. Feat: Upgrade Poetry to 1.5.0

    Upgrade Poetry in the workflow/main.yml to the newest version 1.5.0
    Yanqiao4396 authored May 23, 2023
    Configuration menu
    Copy the full SHA
    5148d74 View commit details
    Browse the repository at this point in the history