Skip to content

Commit

Permalink
⬆️ v0.0.17
Browse files Browse the repository at this point in the history
- fix session restoring
- improve localbox
- fix codebox
- refactoring
  • Loading branch information
shroominic committed Aug 8, 2023
1 parent f702488 commit 722f3b6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
29 changes: 23 additions & 6 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "codeboxapi"
version = "0.0.16"
version = "0.0.17"
authors = ["Shroominic <[email protected]>"]
license = "MIT"
description = "CodeBox gives you an easy scalable and isolated python interpreter for your LLM Agents."
Expand Down Expand Up @@ -35,6 +35,7 @@ black = "^23"
flake8 = "^6"
isort = "^5"
pre-commit = "^3"
importlib-metadata = "^6"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 722f3b6

Please sign in to comment.