feat(core): Upgrade all langchain related dependencies (#9504)

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-05-24 14:43:17 +02:00
committed by GitHub
parent 6ea8607716
commit a77e8dd79e
18 changed files with 997 additions and 938 deletions

View File

@@ -39,6 +39,7 @@
"dist/**/*"
],
"devDependencies": {
"@langchain/core": "^0.2.0",
"@types/deep-equal": "^1.0.1",
"@types/express": "^4.17.21",
"@types/jmespath": "^0.15.0",
@@ -65,7 +66,6 @@
"recast": "0.21.5",
"title-case": "3.0.3",
"transliteration": "2.3.5",
"xml2js": "0.6.2",
"@langchain/core": "0.1.61"
"xml2js": "0.6.2"
}
}