Tomas Valenta
3b2a17d299
Fix process info type
2024-11-15 12:32:10 -08:00
Mish Ushakov
8e49b2abc1
Add user by e-mail ( #470 )
...
pending https://github.com/e2b-dev/billing/pull/18
2024-11-15 20:10:26 +01:00
Mish Ushakov
ffee743f9e
updated user invite message
2024-11-15 20:03:12 +01:00
Vasek Mlejnsky
30ca0512bf
Fix wrong command in docs
2024-11-13 14:47:01 -08:00
Mish Ushakov
46edac597b
add user by e-mail
2024-11-12 16:41:20 +01:00
Vasek Mlejnsky
58cadf1ee8
Update readme
2024-11-11 11:46:36 -08:00
Mish Ushakov
592deaf7da
added sandbox and templates overview to dashboard ( #468 )
2024-11-07 20:04:10 +01:00
Mish Ushakov
e5f29e60f4
removed unused import (Team) on Templates.tsx
2024-11-07 19:55:29 +01:00
Mish Ushakov
1d9a6569bb
added sandbox and templates overview to dashboard
2024-11-07 19:50:02 +01:00
Vasek Mlejnsky
f26ec10619
Fix quotes
2024-11-06 15:45:18 -05:00
Vasek Mlejnsky
af018eee37
Fix quotes
2024-11-06 15:29:53 -05:00
Vasek Mlejnsky
aedb0f3afb
Add note about how to invite people to team
2024-11-06 15:27:12 -05:00
Jakub Novak
ba78ba09d5
Improve READMEs and links to get access token / api key
2024-11-04 10:53:40 -08:00
github-actions[bot]
5d4fb0d8e7
[skip ci] Release new versions
2024-11-04 18:35:34 +00:00
Jakub Novak
8c5c52a4bb
Fix bug in bun when uploading files
e2b@1.0.4
2024-11-04 10:30:49 -08:00
github-actions[bot]
6332979ff6
[skip ci] Release new versions
2024-11-03 23:55:22 +00:00
Jakub Novák
01ffd4d215
Make python dependencies more lenient ( #464 )
...
I cannot run `pipenv run e2b-code-interpreter` as I get a dependency
conflict with an existing package which requires `attr >= 24.0`
This change will allow `e2b-code-interpreter` to be used in more places
@e2b/python-sdk@1.0.3
2024-11-03 15:53:10 -08:00
Jakub Novak
ecceb711fc
Add changeset
2024-11-03 15:49:29 -08:00
Jakub Novak
a87098e979
Remove typing-extensions from dependencies, fix version of httpcore + httpx, update poetry lock
2024-11-03 15:48:28 -08:00
Brendan Maginnis
d8b5b1acbd
Make dependencies more lenient
2024-11-01 09:51:18 +00:00
Jakub Novak
8234a3dbf8
Don't show sidepanel on auth
2024-10-29 22:37:48 -07:00
Jakub Novak
89984335f9
Validate user ID with regex
2024-10-29 22:32:09 -07:00
Tomas Valenta
732a8db0dc
Merge branch 'main' of https://github.com/e2b-dev/E2B
2024-10-28 14:11:46 -07:00
Tomas Valenta
497bdc95d9
Fix sandbox killing in tests
2024-10-28 14:11:42 -07:00
github-actions[bot]
1405b6e1f7
[skip ci] Release new versions
2024-10-26 04:52:47 +00:00
Jakub Novák
a739ac2b4f
Add rate limit error ( #461 )
...
# Description
There's only general exception raised right now. I've added specific
exception when the request is denied because of throttling
@e2b/python-sdk@1.0.2
e2b@1.0.3
2024-10-25 21:46:11 -07:00
Jakub Novak
9fa4eba07b
Add changeset
2024-10-25 21:44:55 -07:00
Vasek Mlejnsky
c7c225c824
Update docs
2024-10-24 08:18:56 -07:00
github-actions[bot]
7d776cf1d7
[skip ci] Release new versions
2024-10-24 04:58:46 +00:00
Tomas Valenta
eac45929dd
Merge branch 'main' of https://github.com/e2b-dev/E2B
@e2b/cli@1.0.5
2024-10-23 21:44:06 -07:00
Tomas Valenta
722b75e1b0
Increase sandbox refresh timeout for CLI spawned sandboxes
2024-10-23 21:44:02 -07:00
Jakub Novak
f49a2ea38b
Improve texting
2024-10-22 21:57:08 -07:00
Jakub Novak
80f2159cc7
Add rate limit error
2024-10-22 21:41:08 -07:00
Jakub Novak
d051dfd699
Fix permissions and fix missing files from release
2024-10-22 13:59:47 -07:00
Jakub Novak
d69317437c
Respect the limit from pytest configuration
2024-10-22 13:38:24 -07:00
Jakub Novak
7ee473c98d
Remove conflicting secret from workflow
2024-10-22 13:04:11 -07:00
Jakub Novak
55e56326a9
Remove the working directory
2024-10-22 13:02:33 -07:00
Jakub Novak
b461d7351c
Fix the error with if condition
2024-10-22 13:00:05 -07:00
Jakub Novak
f185b317e7
Move publishing to separate workflow
2024-10-22 12:55:10 -07:00
Jakub Novak
ee4f850d0d
Add changeset
2024-10-22 11:35:28 -07:00
Jakub Novak
6bd8212f42
Handle rate limit errors in JS SDK
2024-10-22 11:35:28 -07:00
Jakub Novak
12b9f0d5cb
[skip ci] Change always to !cancelled, so we can cancel the workflow
2024-10-21 20:36:03 -07:00
Tomas Valenta
aa302edc96
Change exception descriptions; Add TODO comment
2024-10-21 10:35:54 -07:00
Tomas Valenta
1e2daa3331
Remove outdated comment
2024-10-20 17:48:17 -07:00
Vasek Mlejnsky
3b7327422d
Update docs
2024-10-20 11:39:09 -07:00
github-actions[bot]
da94e153d8
[skip ci] Release new versions
2024-10-19 00:34:31 +00:00
Jakub Novak
1560cb2b54
Add changeset
@e2b/cli@1.0.4
2024-10-18 17:29:42 -07:00
Jakub Novak
69befd6914
Show log times in milliseconds
2024-10-18 17:29:42 -07:00
Jakub Novak
f1b2795b50
Return bun tests
2024-10-18 17:29:42 -07:00
Mish Ushakov
1c2c7ee53a
updated "Connect LLMs to E2B" guide
2024-10-18 12:01:39 +02:00