Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/e2b-dev/e2b
Browse files Browse the repository at this point in the history
  • Loading branch information
mlejva committed Nov 6, 2023
2 parents 311af40 + 800d84d commit 777635d
Show file tree
Hide file tree
Showing 7 changed files with 79 additions and 71 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@algolia/autocomplete-core": "^1.7.3",
"@e2b/sdk": "0.8.0",
"@e2b/sdk": "^0.8.1",
"@headlessui/react": "^1.7.15",
"@headlessui/tailwindcss": "^0.2.0",
"@mdx-js/loader": "^2.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@balena/dockerignore": "^1.0.2",
"@e2b/sdk": "^0.8.0",
"@e2b/sdk": "^0.8.1",
"@iarna/toml": "^2.2.5",
"@nodelib/fs.walk": "^2.0.0",
"async-listen": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@e2b/sdk",
"version": "0.8.0",
"version": "0.8.1",
"description": "E2B SDK that give agents cloud environments",
"homepage": "https://e2b.dev",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/python-sdk/e2b/utils/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


def resolve_path(path: str, cwd: Optional[str] = None) -> str:
warning = f"Path starts with %()s and cwd isn't set. The path {path} will evaluate to `%()s`, which may not be what you want."
warning = f"Path starts with {{0}} and cwd isn't set. The path {path} will evaluate to `{{1}}`, which may not be what you want."
if path.startswith("./"):
result = PurePosixPath(cwd or "/home/user", path).as_posix()
if not cwd:
Expand Down
2 changes: 1 addition & 1 deletion packages/python-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@e2b/python-sdk",
"private": true,
"version": "0.10.0",
"version": "0.10.1",
"scripts": {
"test": "poetry run pytest -n 1 --verbose",
"postVersion": "poetry version $(pnpm pkg get version --workspaces=false | tr -d \\\")",
Expand Down
2 changes: 1 addition & 1 deletion packages/python-sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "e2b"
version = "0.10.0"
version = "0.10.1"
description = "E2B SDK that give agents cloud environments"
authors = ["e2b <hello@e2b.dev>"]
license = "MIT"
Expand Down
Loading

1 comment on commit 777635d

@vercel
Copy link

@vercel vercel bot commented on 777635d Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

e2b-docs – ./apps/docs

e2b-docs-git-main-e2b.vercel.app
e2b-docs-e2b.vercel.app
e2b-docs.vercel.app

Please sign in to comment.