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

textsplitters[patch]: Bump dependency range for @langchain/textsplitters #5693

Merged
merged 1 commit into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/langchain-textsplitters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"author": "LangChain",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there! I noticed that the dependency for "@langchain/core" has been updated in the package.json file. This change is flagged for your review to ensure it aligns with the project's peer/dev/hard dependency requirements. Keep up the great work!

"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.0 <0.3.0",
"@langchain/core": ">0.2.0 <0.3.0",
"js-tiktoken": "^1.0.12"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10252,7 +10252,7 @@ __metadata:
resolution: "@langchain/textsplitters@workspace:libs/langchain-textsplitters"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.0 <0.3.0"
"@langchain/core": ">0.2.0 <0.3.0"
"@langchain/scripts": ~0.0.14
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down
Loading