Skip to content

Commit 722f3b6

Browse files
committed
⬆️ v0.0.17
- fix session restoring - improve localbox - fix codebox - refactoring
1 parent f702488 commit 722f3b6

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

poetry.lock

Lines changed: 23 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codeboxapi"
3-
version = "0.0.16"
3+
version = "0.0.17"
44
authors = ["Shroominic <[email protected]>"]
55
license = "MIT"
66
description = "CodeBox gives you an easy scalable and isolated python interpreter for your LLM Agents."
@@ -35,6 +35,7 @@ black = "^23"
3535
flake8 = "^6"
3636
isort = "^5"
3737
pre-commit = "^3"
38+
importlib-metadata = "^6"
3839

3940
[build-system]
4041
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)