fix: Solve dependency issues#102
fix: Solve dependency issues#102ViaDézo1er / cedric (viadezo1er) wants to merge 2 commits intomainfrom
Conversation
Unresolved Import Errors — AnalysisRunning
|
6937b30 to
e52b66d
Compare
…ible with langchain_classic module fix: update imports to handle new langchain_core Also supports langchain_classic and langchain<1 Remove unused AgentAction import
…eferences of log_conn subsisted
d105f91 to
98ac9b1
Compare
Abhijeet Prasad (AbhiPrasad)
left a comment
There was a problem hiding this comment.
I think this is still in progress, but this will definitely need tests + expanding our nox setup.
Fix #112
langchain python pkg got updated, some submodules are now accessible with langchain_classic module
See comparison of submodules between langchain_classic and langchain
setup.py is never used in the dev workflow so that might cause issues since the dependencies used at packaging time are never tested.
The doc extra dependency can probably be deleted, especially since it can cause dependency issues.