security: patch LangGrinch vulnerability in langchain-core

This commit is contained in:
RinZ27 2026-02-05 10:43:05 +07:00
parent e9470b69c4
commit 66a02b3193
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"langchain-core>=0.3.81",
"backtrader>=1.9.78.123",
"chainlit>=2.5.5",
"langchain-anthropic>=0.3.15",

View File

@ -13,6 +13,7 @@ setup(
url="https://github.com/TauricResearch",
packages=find_packages(),
install_requires=[
"langchain-core>=0.3.81",
"langchain>=0.1.0",
"langchain-openai>=0.0.2",
"langchain-experimental>=0.0.40",