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

chore(deps): cap async_timeout<5.0.0 #31170

Merged
merged 5 commits into from
Nov 26, 2024
Merged

Commits on Nov 26, 2024

  1. chore(deps): cap async_timeout<5.0.0

    Some external libraries like langchain are capping async_timeout < 5.0, so aligning with this here, and adding a note for future reference. Also note that regenerating files with `pip-compile-multi` led to removing boto3, which is a good thing, and making that dependency optional in unit tests (will test if it's there, and skip if it isn't)
    mistercrunch committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    046a5f0 View commit details
    Browse the repository at this point in the history
  2. make boto3 optional

    mistercrunch committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    dfb87ff View commit details
    Browse the repository at this point in the history
  3. update submodule

    mistercrunch committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b7d2cd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9eb79a0 View commit details
    Browse the repository at this point in the history
  5. pin greenlet

    mistercrunch committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    0878330 View commit details
    Browse the repository at this point in the history