mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
infra: add SQLAlchemy to min version testing (#23186)
preventing issues like #22546 Notes: - this will only affect release CI. We may want to consider adding running unit tests with min versions to PR CI in some form - because this only affects release CI, it could create annoying issues releasing while I'm on vacation. Unless anyone feels strongly, I'll wait to merge this til when I'm back
This commit is contained in:
parent
f1f1f75782
commit
bd18faa2a0
1
.github/scripts/get_min_versions.py
vendored
1
.github/scripts/get_min_versions.py
vendored
@ -9,6 +9,7 @@ MIN_VERSION_LIBS = [
|
||||
"langchain-community",
|
||||
"langchain",
|
||||
"langchain-text-splitters",
|
||||
"SQLAlchemy",
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user