Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9.15.5
version: 9.15.9

- name: Setup Node.js 20
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@e2b/code-interpreter",
"version": "2.3.3",
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@9.15.9",
"description": "E2B Code Interpreter - Stateful code execution",
"homepage": "https://e2b.dev",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"format": "pnpm --if-present --recursive run format",
"changeset": "pnpx @changesets/cli"
},
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@9.15.9",
"devDependencies": {
"@changesets/read": "^0.6.2",
"changeset": "^0.2.6",
Expand Down
92 changes: 46 additions & 46 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@e2b/code-interpreter-python",
"private": true,
"version": "2.4.1",
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@9.15.9",
"scripts": {
"test": "poetry run pytest -n 4 --verbose -x",
"example": "poetry run python3 example.py",
Expand Down
18 changes: 9 additions & 9 deletions template/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ jupyter-server==2.16.0
ipykernel==6.29.5
ipython==9.2.0

orjson==3.11.5
orjson==3.11.7
pandas==2.2.3
matplotlib==3.10.3
matplotlib==3.10.8
pillow==11.3.0

# Latest version for
Expand All @@ -16,10 +16,10 @@ aiohttp==3.13.3
beautifulsoup4==4.13.4
bokeh==3.8.2
gensim==4.3.3 # unmaintained, blocking numpy and scipy bump
imageio==2.37.0
joblib==1.5.0
imageio==2.37.2
joblib==1.5.3
librosa==0.11.0
nltk==3.9.1
nltk==3.9.2
numpy==1.26.4 # bump blocked by gensim
numba==0.61.2
opencv-python==4.11.0.86
Expand All @@ -29,16 +29,16 @@ kaleido==1.0.0
pytest==8.3.5
python-docx==1.1.2
pytz==2025.2
requests==2.32.4
requests==2.32.5
scikit-image==0.25.2
scikit-learn==1.6.1
scipy==1.13.1 # bump blocked by gensim
seaborn==0.13.2
soundfile==0.13.1
spacy==3.8.2 # doesn't work on 3.13.x
spacy==3.8.11 # doesn't work on 3.13.x
textblob==0.19.0
tornado==6.5.1
tornado==6.5.4
urllib3==2.6.3
xarray==2025.4.0
xlrd==2.0.1
xlrd==2.0.2
sympy==1.14.0
2 changes: 1 addition & 1 deletion template/server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ fastapi==0.111.0
httpx==0.27.0
websockets==12.0
uvicorn[standard]==0.30.1
requests==2.32.4
requests==2.32.5
pydantic==2.9.1
Loading