Skip to content

Commit 9033a1c

Browse files
committed
Publish 2.31.2
SHA256 hashes: jupyter-ai-core-2.31.2.tgz: 6791351532add3921cae56628bb980b05494517b309ff68db2e713d58582e971 jupyter_ai-2.31.2-py3-none-any.whl: ea36877a41f2e6f5b31dcc5a4f2c9deabd7ca02abe7d9ceae93a9e239ab17f91 jupyter_ai-2.31.2.tar.gz: c858a56cbe0ae76a3fdf993680c70c7b67eb0dbacd5981ebbce457313dc2f408 jupyter_ai_magics-2.31.2-py3-none-any.whl: 8d86baa9e4cd95ef40136421b337cf2d0479134cc5626289acae5490558c805c jupyter_ai_magics-2.31.2.tar.gz: 6bbe3266ebf02f774114b8012d10edd2b1f8dc65aa8647693b64dc80a3b8326e
1 parent 5709d6e commit 9033a1c

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

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

5+
## 2.31.2
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
8+
9+
### Bugs fixed
10+
11+
- Add `default_completions_model` trait [#1303](https://github.com/jupyterlab/jupyter-ai/pull/1303) ([@srdas](https://github.com/srdas))
12+
- Pass `model_parameters` trait to embedding & completion models [#1298](https://github.com/jupyterlab/jupyter-ai/pull/1298) ([@srdas](https://github.com/srdas))
13+
14+
### Contributors to this release
15+
16+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2025-03-26&to=2025-04-03&type=c))
17+
18+
[@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)
19+
20+
<!-- <END NEW CHANGELOG ENTRY> -->
21+
522
## 2.31.1
623

724
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
@@ -21,8 +38,6 @@
2138

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

24-
<!-- <END NEW CHANGELOG ENTRY> -->
25-
2641
## 2.31.0
2742

2843
This release notably:

lerna.json

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "2.31.2",
55
"npmClient": "yarn",
66
"useNx": true
77
}

package.json

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

packages/jupyter-ai-magics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/magics",
3-
"version": "2.31.1",
3+
"version": "2.31.2",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/test",
3-
"version": "2.31.1",
3+
"version": "2.31.2",
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

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

packages/jupyter-ai/pyproject.toml

Lines changed: 1 addition & 1 deletion
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.1,<3.0.0",
31+
"jupyter_ai_magics>=2.31.2,<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)