langsmith 0.1.55 → 0.1.56-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +1 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "langsmith",
3
- "version": "0.1.55",
3
+ "version": "0.1.56-rc.0",
4
4
  "description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.",
5
5
  "packageManager": "yarn@1.22.19",
6
6
  "files": [
@@ -135,19 +135,11 @@
135
135
  "zod": "^3.23.8"
136
136
  },
137
137
  "peerDependencies": {
138
- "@langchain/core": "*",
139
- "langchain": "*",
140
138
  "openai": "*"
141
139
  },
142
140
  "peerDependenciesMeta": {
143
141
  "openai": {
144
142
  "optional": true
145
- },
146
- "langchain": {
147
- "optional": true
148
- },
149
- "@langchain/core": {
150
- "optional": true
151
143
  }
152
144
  },
153
145
  "lint-staged": {