Skip to content

Commit

Permalink
feat: upgrade dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <toomas2d@gmail.com>
  • Loading branch information
Tomas2D committed Oct 15, 2024
1 parent b470e0c commit 21b3455
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 20 deletions.
4 changes: 2 additions & 2 deletions infra/bee-code-interpreter/k8s/bee-code-interpreter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ spec:
serviceAccountName: code-interpreter-sa
containers:
- name: code-interpreter
image: docker.io/iambeeagent/bee-code-interpreter:0.0.21
image: docker.io/iambeeagent/bee-code-interpreter:0.0.22
ports:
- containerPort: 50051
env:
- name: APP_EXECUTOR_IMAGE
value: docker.io/iambeeagent/bee-code-executor:0.0.21
value: docker.io/iambeeagent/bee-code-executor:0.0.22
- name: APP_FILE_STORAGE_PATH
value: /storage
volumeMounts:
Expand Down
26 changes: 9 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prepare": "husky && npm run _ensure_env"
},
"dependencies": {
"bee-agent-framework": "^0.0.28",
"bee-agent-framework": "^0.0.29",
"bee-observe-connector": "^0.0.3",
"dotenv": "^16.4.5",
"ollama": "^0.5.9",
Expand Down

0 comments on commit 21b3455

Please sign in to comment.