chore: add sqlalchemy to test dependencies

# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-05-23 10:30:13 -07:00
parent 51945f1e57
commit fb5cf1f353
2 changed files with 7 additions and 0 deletions

View file

@ -91,6 +91,8 @@ test = [
"datasets",
"autoevals",
"transformers",
"sqlalchemy",
"sqlalchemy[asyncio]>=2.0.41",
]
docs = [
"sphinx-autobuild",