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

RE2022-266: Vendor aioarango #547

Merged
merged 2 commits into from
Nov 16, 2023
Merged

RE2022-266: Vendor aioarango #547

merged 2 commits into from
Nov 16, 2023

Commits on Nov 15, 2023

  1. Vendor aioarango pt1

    Vendor the seemingly abandonware aioarango python package so we can bump
    dependency versions. Removed code that we don't need (Foxx etc.) and
    removed a deprecated call in the ArangoClient.version() method.
    
    Next step: bump dependencies to the latest version and see what breaks.
    MrCreosote committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3b18d68 View commit details
    Browse the repository at this point in the history
  2. Bump asynio dependencies

    ... now that it's vendored.
    
    Things seem to work. I'd've expected catastrophic failure if httpx no
    longer worked with aioarango, but the spot checks I did all worked. It
    did require some futzing with log settings to prevent httpx from
    spamming the logs.
    MrCreosote committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e307869 View commit details
    Browse the repository at this point in the history