chore: add sqlalchemy to test dependencies (#2236)

# What does this PR do?


## Test Plan
This commit is contained in:
ehhuang 2025-05-23 10:33:38 -07:00 committed by GitHub
parent 51945f1e57
commit b054023800
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",