Skip to content

Commit fb583ca

Browse files
committed
chore: release 0.0.5
1 parent 7bd3a34 commit fb583ca

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
# Changelog
44

5+
## 0.0.5
6+
7+
- Added `AsyncE2BSandbox` backed by `e2b.AsyncSandbox`.
8+
- Added async E2B provider lifecycle methods for `dcode` async flows.
9+
510
## 0.0.4
611

712
- Added a Deep Agents Code sandbox provider entry point so `dcode --sandbox e2b`

langchain_e2b/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# Keep the `x-release-please-version` annotation — release-please uses it to
44
# bump `__version__` in sync with `pyproject.toml` on every release PR.
5-
__version__ = "0.0.4" # x-release-please-version
5+
__version__ = "0.0.5" # x-release-please-version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2020
]
2121

22-
version = "0.0.4"
22+
version = "0.0.5"
2323
requires-python = ">=3.11,<4.0"
2424
dependencies = [
2525
"deepagents>=0.6.0,<0.7.0",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)