Skip to content

Commit 4a53ff1

Browse files
committed
Add changeset
1 parent a3eaf42 commit 4a53ff1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changeset/slow-trains-pay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@e2b/code-interpreter-python": patch
3+
---
4+
5+
Fix problem with running multiple code interpreters at the same time

python/e2b_code_interpreter/messaging.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
import uuid
66
from concurrent.futures import Future
77
from queue import Queue
8-
from typing import Callable, Dict, List, Any, Optional
8+
from typing import Callable, Dict, Any, Optional
99

1010
from e2b import ProcessMessage
1111
from e2b.constants import TIMEOUT
1212
from e2b.sandbox import TimeoutException
1313
from e2b.sandbox.websocket_client import WebSocket
1414
from e2b.utils.future import DeferredFuture
15-
from pydantic import ConfigDict, PrivateAttr, BaseModel
1615

1716
from e2b_code_interpreter.models import Execution, Result, Error
1817

0 commit comments

Comments
 (0)