Commit ·
e2af417
1
Parent(s): 6e10a74
Fix langsmith version conflict: update from 0.4.32 to >=0.6.3 for base image compatibility
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -119,7 +119,7 @@ dependencies = [
|
|
| 119 |
"langgraph-prebuilt",
|
| 120 |
"langgraph-runtime-inmem==0.14.1",
|
| 121 |
"langgraph-sdk==0.2.9",
|
| 122 |
-
"langsmith
|
| 123 |
"lazy-object-proxy==1.12.0",
|
| 124 |
"litellm==1.77.7",
|
| 125 |
"livekit==1.0.13",
|
|
|
|
| 119 |
"langgraph-prebuilt",
|
| 120 |
"langgraph-runtime-inmem==0.14.1",
|
| 121 |
"langgraph-sdk==0.2.9",
|
| 122 |
+
"langsmith>=0.6.3",
|
| 123 |
"lazy-object-proxy==1.12.0",
|
| 124 |
"litellm==1.77.7",
|
| 125 |
"livekit==1.0.13",
|