Removed unused LangChain OpenAI dependency - #115
Merged
mounacheikho-cmd merged 2 commits intoAug 25, 2026
Conversation
mounacheikho-cmd
merged commit Aug 25, 2026
3ad48fb
into
climateandtech:maintenance/third-round-security-updates
7 of 8 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #103.
Removes unused
langchain-openai==0.3.8, addressing Dependabot alert #128.The application uses LlamaIndex’s OpenAI provider and does not import
langchain_openai. Three analyzer tests were still mockinglangchain_openai.ChatOpenAI, even though the analyzer callsreport_analyst.core.analyzer.get_llm. Those mocks now target the provider factory actually used by the application.Validation
langchain-openaiis not installedpip checkpassedFull-suite validation used PR #104’s Chroma versions because the current Chroma pin does not build in the validation environment.