Skip to content

Commit 1af267a

Browse files
authored
Updated SDK beta versions in docs (#732)
- updated beta versions of code interpreter, core and desktop SDKs in the install guide
1 parent 78fae77 commit 1af267a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • apps/web/src/app/(docs)/docs/sandbox/installing-beta-sdks

apps/web/src/app/(docs)/docs/sandbox/installing-beta-sdks/page.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ npm i @e2b/code-interpreter@beta
1010
```
1111

1212
```bash {{ language: 'python' }}
13-
pip install e2b-code-interpreter==1.2.0b4
13+
pip install e2b-code-interpreter==1.2.0b5
1414
```
1515
</CodeGroup>
1616

@@ -22,7 +22,7 @@ npm i e2b@beta
2222
```
2323

2424
```bash {{ language: 'python' }}
25-
pip install e2b==1.2.0b4
25+
pip install e2b==1.2.0b6
2626
```
2727
</CodeGroup>
2828

@@ -34,6 +34,6 @@ npm i @e2b/desktop@beta
3434
```
3535

3636
```bash {{ language: 'python' }}
37-
pip install e2b-desktop==1.2.0b1
37+
pip install e2b-desktop==1.7.1b1
3838
```
3939
</CodeGroup>

0 commit comments

Comments
 (0)