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

Async client using httpx #55

Merged
merged 15 commits into from
Dec 15, 2023
Merged

Async client using httpx #55

merged 15 commits into from
Dec 15, 2023

Commits on Nov 7, 2023

  1. Test against Python 3.12

    William Tisäter committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    6ac8397 View commit details
    Browse the repository at this point in the history
  2. Install setuptools after testing

    William Tisäter committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8a32d7f View commit details
    Browse the repository at this point in the history
  3. Swap out pkg_resources for importlib

    William Tisäter committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    74776b4 View commit details
    Browse the repository at this point in the history
  4. Downgrade importlib-resources to 5.12.0

    William Tisäter committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a54b13d View commit details
    Browse the repository at this point in the history
  5. Always use compat package

    William Tisäter committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    5bf5c7a View commit details
    Browse the repository at this point in the history
  6. Read required packages in setup.py from requirements.txt

    William Tisäter committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8751353 View commit details
    Browse the repository at this point in the history
  7. Drop unused six and update docs

    William Tisäter committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    360702e View commit details
    Browse the repository at this point in the history
  8. Async client

    William Tisäter committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    56aeac3 View commit details
    Browse the repository at this point in the history
  9. Tidy up async wrapper

    William Tisäter committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a53888d View commit details
    Browse the repository at this point in the history
  10. Install requirements-dev.txt on CI

    William Tisäter committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    22b59d0 View commit details
    Browse the repository at this point in the history
  11. Add two more packages to requirements-dev.txt from CI

    William Tisäter committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d295f9b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Update bankid/jsonclient.py

    Co-authored-by: David Svenson <davidsvenson@outlook.com>
    tiwilliam and Majsvaffla authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d8cfc9d View commit details
    Browse the repository at this point in the history
  2. Update bankid/jsonclient.py

    Co-authored-by: David Svenson <davidsvenson@outlook.com>
    tiwilliam and Majsvaffla authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    750a944 View commit details
    Browse the repository at this point in the history
  3. Drop unused TypeVar

    William Tisäter committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c4e8222 View commit details
    Browse the repository at this point in the history
  4. Update bankid/jsonclient.py

    Co-authored-by: David Svenson <davidsvenson@outlook.com>
    tiwilliam and Majsvaffla authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d02908b View commit details
    Browse the repository at this point in the history