|
22 | 22 | "author": "Traceloop", |
23 | 23 | "license": "Apache-2.0", |
24 | 24 | "engines": { |
25 | | - "node": ">=14" |
| 25 | + "node": ">=20" |
26 | 26 | }, |
27 | 27 | "files": [ |
28 | 28 | "dist/**/*.js", |
|
37 | 37 | "publishConfig": { |
38 | 38 | "access": "public" |
39 | 39 | }, |
| 40 | + "peerDependencies": { |
| 41 | + "@langchain/core": ">=1.0.0 <2.0.0" |
| 42 | + }, |
| 43 | + "peerDependenciesMeta": { |
| 44 | + "@langchain/core": { |
| 45 | + "optional": false |
| 46 | + } |
| 47 | + }, |
40 | 48 | "dependencies": { |
41 | | - "@langchain/core": "^0.3.80", |
| 49 | + "@langchain/core": ">=1.0.0 <2.0.0", |
42 | 50 | "@opentelemetry/api": "^1.9.0", |
43 | 51 | "@opentelemetry/core": "^2.0.1", |
44 | 52 | "@opentelemetry/instrumentation": "^0.203.0", |
45 | | - "@opentelemetry/semantic-conventions": "^1.38.0", |
| 53 | + "@opentelemetry/semantic-conventions": "^1.40.0", |
46 | 54 | "@traceloop/ai-semantic-conventions": "workspace:*", |
47 | 55 | "tslib": "^2.8.1" |
48 | 56 | }, |
49 | 57 | "devDependencies": { |
50 | | - "@langchain/community": "^0.3.59", |
51 | | - "@langchain/openai": "^0.6.2", |
| 58 | + "@langchain/core": "^1.0.0", |
| 59 | + "@langchain/community": "^1.0.0", |
| 60 | + "@langchain/openai": "^1.0.0", |
52 | 61 | "@opentelemetry/context-async-hooks": "^2.0.1", |
53 | 62 | "@opentelemetry/sdk-trace-node": "^2.0.1", |
54 | 63 | "@pollyjs/adapter-fetch": "^6.0.6", |
|
58 | 67 | "@traceloop/instrumentation-bedrock": "workspace:*", |
59 | 68 | "@types/mocha": "^10.0.10", |
60 | 69 | "@types/node": "^24.0.15", |
61 | | - "langchain": "^0.3.37", |
| 70 | + "@langchain/classic": "^1.0.0", |
| 71 | + "@langchain/textsplitters": "^1.0.0", |
| 72 | + "langchain": "^1.0.0", |
62 | 73 | "mocha": "^11.7.1", |
63 | 74 | "ts-mocha": "^11.1.0" |
64 | 75 | }, |
|
0 commit comments