Skip to content

Commit e4df0f1

Browse files
committed
Publish 3.0.0beta7
SHA256 hashes: jupyter-ai-core-3.0.0-beta.7.tgz: d6bf93bfe47a7e8f0b4188d230b3b694b1e758a983811263724cbec47e488d41 jupyter_ai-3.0.0b7-py3-none-any.whl: 8ed224fd3778a32c2a56373fd5b1edb7f67ef07f91bc85b44e2adc6d77cc26a3 jupyter_ai-3.0.0b7.tar.gz: 8961998d33fd583389efd20a28785569fd43c6118e614ac78f1636d01734c61f jupyter_ai_magics-3.0.0b7-py3-none-any.whl: e5252668da418cd55786c5bb0134c2da2b82195ad7a7b62358422824f0642238 jupyter_ai_magics-3.0.0b7.tar.gz: 13b18f3b608ac1cd51d98378ea2a823d802188b58ff186d833b5e8748097c440
1 parent 55aff83 commit e4df0f1

File tree

7 files changed

+36
-8
lines changed

7 files changed

+36
-8
lines changed

CHANGELOG.md

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

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

5+
## 3.0.0beta7
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
8+
9+
### Enhancements made
10+
11+
- Upgrade to `jupyterlab-chat` v0.17.0 [#1480](https://github.com/jupyterlab/jupyter-ai/pull/1480) ([@dlqqq](https://github.com/dlqqq))
12+
- Add `api_base` to common model parameters [#1478](https://github.com/jupyterlab/jupyter-ai/pull/1478) ([@jonahjung22](https://github.com/jonahjung22))
13+
- [magics] Add options to include the API url & key with alias [#1477](https://github.com/jupyterlab/jupyter-ai/pull/1477) ([@srdas](https://github.com/srdas))
14+
- Simplify model parameter REST API [#1475](https://github.com/jupyterlab/jupyter-ai/pull/1475) ([@jonahjung22](https://github.com/jonahjung22))
15+
- Add model parameter type dropdown [#1473](https://github.com/jupyterlab/jupyter-ai/pull/1473) ([@jonahjung22](https://github.com/jonahjung22))
16+
- [magics] Add `--api-base` and `--api-key-name` arguments [#1471](https://github.com/jupyterlab/jupyter-ai/pull/1471) ([@srdas](https://github.com/srdas))
17+
- Show the AI settings in the right area with Jupyter Notebook [#1470](https://github.com/jupyterlab/jupyter-ai/pull/1470) ([@jtpio](https://github.com/jtpio))
18+
19+
### Bugs fixed
20+
21+
- Fix empty directory for Jupyter AI config [#1472](https://github.com/jupyterlab/jupyter-ai/pull/1472) ([@andreyvelich](https://github.com/andreyvelich))
22+
23+
### Maintenance and upkeep improvements
24+
25+
- fixes directory of pr template [#1474](https://github.com/jupyterlab/jupyter-ai/pull/1474) ([@jonahjung22](https://github.com/jonahjung22))
26+
27+
### Contributors to this release
28+
29+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2025-08-22&to=2025-09-10&type=c))
30+
31+
[@andreyvelich](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aandreyvelich+updated%3A2025-08-22..2025-09-10&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Abrichet+updated%3A2025-08-22..2025-09-10&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2025-08-22..2025-09-10&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aellisonbg+updated%3A2025-08-22..2025-09-10&type=Issues) | [@jonahjung22](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ajonahjung22+updated%3A2025-08-22..2025-09-10&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ajtpio+updated%3A2025-08-22..2025-09-10&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2025-08-22..2025-09-10&type=Issues)
32+
33+
<!-- <END NEW CHANGELOG ENTRY> -->
34+
535
## 3.0.0beta6
636

737
This release includes several major upgrades to Jupyter AI v3, most notably migrating from Langchain to LiteLLM.
@@ -40,8 +70,6 @@ There are some minor breaking changes:
4070

4171
[@andrii-i](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aandrii-i+updated%3A2025-07-25..2025-08-22&type=Issues) | [@cszhbo](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Acszhbo+updated%3A2025-07-25..2025-08-22&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2025-07-25..2025-08-22&type=Issues) | [@jonahjung22](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ajonahjung22+updated%3A2025-07-25..2025-08-22&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2025-07-25..2025-08-22&type=Issues)
4272

43-
<!-- <END NEW CHANGELOG ENTRY> -->
44-
4573
## 3.0.0beta5
4674

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

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": "3.0.0-beta.6",
4+
"version": "3.0.0-beta.7",
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": "3.0.0-beta.6",
3+
"version": "3.0.0-beta.7",
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": "3.0.0-beta.6",
3+
"version": "3.0.0-beta.7",
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": "3.0.0-beta.6",
3+
"version": "3.0.0-beta.7",
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": "3.0.0-beta.6",
3+
"version": "3.0.0-beta.7",
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
@@ -29,7 +29,7 @@ dependencies = [
2929
# pydantic <2.10.0 raises a "protected namespaces" error in JAI
3030
# - See: https://docs.pydantic.dev/latest/api/config/#pydantic.config.ConfigDict.protected_namespaces
3131
"pydantic>=2.10.0,<3",
32-
"jupyter_ai_magics>=3.0.0b6,<4.0.0",
32+
"jupyter_ai_magics>=3.0.0b7,<4.0.0",
3333
# traitlets>=5.6 is required in JL4
3434
"traitlets>=5.6",
3535
"deepmerge>=2.0,<3",

0 commit comments

Comments
 (0)