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

chore(core,langchain,community): Relax langsmith deps #7556

Merged
merged 1 commit into from
Jan 20, 2025
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 examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"ioredis": "^5.3.2",
"js-yaml": "^4.1.0",
"langchain": "workspace:*",
"langsmith": "^0.2.8",
"langsmith": ">=0.2.8 <0.4.0",
"mongodb": "^6.3.0",
"pg": "^8.11.0",
"pickleparser": "^0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion langchain-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"camelcase": "6",
"decamelize": "1.2.0",
"js-tiktoken": "^1.0.12",
"langsmith": "^0.2.8",
"langsmith": ">=0.2.8 <0.4.0",
"mustache": "^4.2.0",
"p-queue": "^6.6.2",
"p-retry": "4",
Expand Down
2 changes: 1 addition & 1 deletion langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@
"js-tiktoken": "^1.0.12",
"js-yaml": "^4.1.0",
"jsonpointer": "^5.0.1",
"langsmith": "^0.2.8",
"langsmith": ">=0.2.8 <0.4.0",
"openapi-types": "^12.1.3",
"p-retry": "4",
"uuid": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-community/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"flat": "^5.0.2",
"js-yaml": "^4.1.0",
"langchain": ">=0.2.3 <0.3.0 || >=0.3.4 <0.4.0",
"langsmith": "^0.2.8",
"langsmith": ">=0.2.8 <0.4.0",
"uuid": "^10.0.0",
"zod": "^3.22.3",
"zod-to-json-schema": "^3.22.5"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12010,7 +12010,7 @@ __metadata:
jsdom: ^22.1.0
jsonwebtoken: ^9.0.2
langchain: ">=0.2.3 <0.3.0 || >=0.3.4 <0.4.0"
langsmith: ^0.2.8
langsmith: ">=0.2.8 <0.4.0"
llmonitor: ^0.5.9
lodash: ^4.17.21
lunary: ^0.7.10
Expand Down Expand Up @@ -12448,7 +12448,7 @@ __metadata:
jest: ^29.5.0
jest-environment-node: ^29.6.4
js-tiktoken: ^1.0.12
langsmith: ^0.2.8
langsmith: ">=0.2.8 <0.4.0"
ml-matrix: ^6.10.4
mustache: ^4.2.0
p-queue: ^6.6.2
Expand Down Expand Up @@ -27852,7 +27852,7 @@ __metadata:
ioredis: ^5.3.2
js-yaml: ^4.1.0
langchain: "workspace:*"
langsmith: ^0.2.8
langsmith: ">=0.2.8 <0.4.0"
mongodb: ^6.3.0
pg: ^8.11.0
pickleparser: ^0.2.1
Expand Down Expand Up @@ -33464,7 +33464,7 @@ __metadata:
js-tiktoken: ^1.0.12
js-yaml: ^4.1.0
jsonpointer: ^5.0.1
langsmith: ^0.2.8
langsmith: ">=0.2.8 <0.4.0"
openai: ^4.41.1
openapi-types: ^12.1.3
p-retry: 4
Expand Down Expand Up @@ -33549,9 +33549,9 @@ __metadata:
languageName: unknown
linkType: soft

"langsmith@npm:^0.2.8":
version: 0.2.8
resolution: "langsmith@npm:0.2.8"
"langsmith@npm:>=0.2.8 <0.4.0":
version: 0.2.15
resolution: "langsmith@npm:0.2.15"
dependencies:
"@types/uuid": ^10.0.0
commander: ^10.0.1
Expand All @@ -33564,7 +33564,7 @@ __metadata:
peerDependenciesMeta:
openai:
optional: true
checksum: 8695df08a09b9885b0308c66fbf9802edbe20e286fec3db8faa75ed1893a7aafae014441e311677bb60abb33af49da7f7d8404f55fffbdad5aec61cf65215fc8
checksum: 72dbc86c72e186b3228ec754abc1c98fd17e62aee337375c228ba83da6dd6aaa0eea0acb0ca2c754e6c33f69ab0e11d39a122a7e51b6b33100ce95395aa57e9a
languageName: node
linkType: hard

Expand Down
Loading