Why is "SQLAlchemy" not an optional dependency? #25733
alonme-loops
started this conversation in
General
Replies: 1 comment
-
It is also a problem for me. If I install many integrations simultaneously, SQLAlchemy gives me an error on the versioning of packages. It looks like SQLAlchemy is not good at keeping up speed with the updates. This is a big issue in production when we need to address the security problems with package updates. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why is SQLAlchemy a required dependency? there are many use cases for Langchain that don't require SQLA.
This is an issue for me as i want to integrate langchain into an older codebase which uses SQLA older than 1.4
Beta Was this translation helpful? Give feedback.
All reactions