Refactor/unify sandbox client (#6735)
* chore: update sandbox-adapter to version 0.0.35 * refactor: unify sandbox creation through getSandboxClient * refactor: Simplify sandbox instance handling logic * feat: Add support for custom create config in sandbox
Showing
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
| ... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@apidevtools/json-schema-ref-parser": "^11.7.2", | "@apidevtools/json-schema-ref-parser": "^11.7.2", | ||
| "@fastgpt-sdk/sandbox-adapter": "^0.0.34", | "@fastgpt-sdk/sandbox-adapter": "^0.0.35", | ||
| "@fastgpt-sdk/otel": "catalog:", | "@fastgpt-sdk/otel": "catalog:", | ||
| "@fastgpt-sdk/storage": "catalog:", | "@fastgpt-sdk/storage": "catalog:", | ||
| "@fastgpt/global": "workspace:*", | "@fastgpt/global": "workspace:*", | ||
| ... | ... |
Please
register
or
sign in
to comment