Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(vulnerability): updating langchain version and fixing srt parser … #203

Merged
merged 2 commits into from
Feb 11, 2025

Conversation

gamer496
Copy link
Collaborator

langchain version update for:
https://github.com/Cognigy/Cognigy-CLI/security/dependabot/67

srt-parser-2 used in langchain compiles based on esm. Since we use commonjs, using srt-parser-2 version which uses esm causes langchain compilation to fail. In order to fix that, we either move our package to esm or fix srt-parser-2 to a version which supports commonjs. I went with approach 2, therefore had to revert version of srt-parser-2.

@gamer496 gamer496 merged commit dbf92e4 into develop Feb 11, 2025
4 checks passed
@XavierJordaMurria
Copy link
Collaborator

🎉 This PR is included in version 1.6.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants