Skip to content

Commit 3cc963f

Browse files
committed
Publish 2.31.3
SHA256 hashes: jupyter-ai-core-2.31.3.tgz: 0d89b460c087443906961696b74728e5ed59205a53de4b4748d8bdee33ca0569 jupyter_ai-2.31.3-py3-none-any.whl: 38546bde780a683ab0f1c30aabc0f2cbe3537765c044fc8b865eb47f0a5f7b62 jupyter_ai-2.31.3.tar.gz: e5f445e0c20104f9ec9180ec27c2025d44b791f127971285c99e5f6f0b549472 jupyter_ai_magics-2.31.3-py3-none-any.whl: b8916c788102a55503113a4fdd68c2fc916b2936b7d37bc67c7b1d1879cced00 jupyter_ai_magics-2.31.3.tar.gz: 2311b56d81e6954f101ad81c99524ea99f711bf60fbdbd3661b6b072dfb69ef1
1 parent 42ff451 commit 3cc963f

File tree

7 files changed

+26
-8
lines changed

7 files changed

+26
-8
lines changed

CHANGELOG.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 2.31.3
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
8+
9+
### Bugs fixed
10+
11+
- [2.x] Expand edge case handling in ConfigManager [#1321](https://github.com/jupyterlab/jupyter-ai/pull/1321) ([@dlqqq](https://github.com/dlqqq))
12+
13+
### Documentation improvements
14+
15+
- Update documentation to show usage with OpenRouter API and URL [#1318](https://github.com/jupyterlab/jupyter-ai/pull/1318) ([@srdas](https://github.com/srdas))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2025-04-03&to=2025-04-15&type=c))
20+
21+
[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2025-04-03..2025-04-15&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aellisonbg+updated%3A2025-04-03..2025-04-15&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2025-04-03..2025-04-15&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ameeseeksmachine+updated%3A2025-04-03..2025-04-15&type=Issues)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 2.31.2
626

727
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
@@ -17,8 +37,6 @@
1737

1838
[@meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ameeseeksmachine+updated%3A2025-03-26..2025-04-03&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2025-03-26..2025-04-03&type=Issues)
1939

20-
<!-- <END NEW CHANGELOG ENTRY> -->
21-
2240
## 2.31.1
2341

2442
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "2.31.2",
4+
"version": "2.31.3",
55
"npmClient": "yarn",
66
"useNx": true
77
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/monorepo",
3-
"version": "2.31.2",
3+
"version": "2.31.3",
44
"description": "A generative AI extension for JupyterLab",
55
"private": true,
66
"keywords": [

packages/jupyter-ai-magics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/magics",
3-
"version": "2.31.2",
3+
"version": "2.31.3",
44
"description": "Jupyter AI magics Python package. Not published on NPM.",
55
"private": true,
66
"homepage": "https://github.com/jupyterlab/jupyter-ai",

packages/jupyter-ai-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/test",
3-
"version": "2.31.2",
3+
"version": "2.31.3",
44
"description": "Jupyter AI test package. Not published on NPM or PyPI.",
55
"private": true,
66
"homepage": "https://github.com/jupyterlab/jupyter-ai",

packages/jupyter-ai/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/core",
3-
"version": "2.31.2",
3+
"version": "2.31.3",
44
"description": "A generative AI extension for JupyterLab",
55
"keywords": [
66
"jupyter",

packages/jupyter-ai/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
# pydantic <2.10.0 raises a "protected namespaces" error in JAI
2929
# - See: https://docs.pydantic.dev/latest/api/config/#pydantic.config.ConfigDict.protected_namespaces
3030
"pydantic>=2.10.0,<3",
31-
"jupyter_ai_magics>=2.31.2,<3.0.0",
31+
"jupyter_ai_magics>=2.31.3,<3.0.0",
3232
"dask[distributed]",
3333
# faiss-cpu is not distributed by the official repo.
3434
# v1.8.0.post0 should be excluded as it lacks macOS x86 wheels.

0 commit comments

Comments
 (0)