Skip to content

Commit

Permalink
Update asyncssh (#925)
Browse files Browse the repository at this point in the history
# Pull Request

## Title

Update asyncssh

---

## Description

- See also #783

---

## Type of Change

_Indicate the type of change by choosing one (or more) of the
following:_

- 🛠️ Bug fix

---

---------

Co-authored-by: Sergiy Matusevych <[email protected]>
  • Loading branch information
bpkroth and motus authored Jan 11, 2025
1 parent d32c158 commit 440b237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlos_bench/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def _get_long_desc_from_readme(base_url: str) -> dict:
extra_requires: dict[str, list[str]] = { # pylint: disable=consider-using-namedtuple-or-dataclass
# Additional tools for extra functionality.
"azure": ["azure-storage-file-share", "azure-identity", "azure-keyvault"],
"ssh": ["asyncssh<2.15.0"], # FIXME: asyncssh 2.15.0 has a bug that breaks the tests
"ssh": ["asyncssh>=2.19.0"],
"storage-sql-duckdb": ["sqlalchemy", "alembic", "duckdb_engine"],
"storage-sql-mysql": ["sqlalchemy", "alembic", "mysql-connector-python"],
"storage-sql-postgres": ["sqlalchemy", "alembic", "psycopg2"],
Expand Down

0 comments on commit 440b237

Please sign in to comment.