Skip to content

Commit 3e66664

Browse files
committed
Publish 3.0.0beta5
SHA256 hashes: jupyter-ai-core-3.0.0-beta.5.tgz: 36f0039e38d80cfe23796302d127fd7add21ad3c336d220556106880aae8a818 jupyter_ai-3.0.0b5-py3-none-any.whl: efdc1686600e8e8a30f342e82f23eab2fa8573e8f9cde45701194e9c59921f83 jupyter_ai-3.0.0b5.tar.gz: e582b365adbc3483760a3ae06536a90cdeafcc6445f4990ee907f3a70d013336 jupyter_ai_magics-3.0.0b5-py3-none-any.whl: d613d1282309bfa875836cf6ffcf2dfd0b473f958d1ac70236b58df68fd7df13 jupyter_ai_magics-3.0.0b5.tar.gz: f64b72b2c46982c73501b87527878ef431fceb2c673dcf660c4a541ac6ffa6b9
1 parent 3935266 commit 3e66664

File tree

7 files changed

+28
-8
lines changed

7 files changed

+28
-8
lines changed

CHANGELOG.md

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

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

5+
## 3.0.0beta5
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
8+
9+
### Enhancements made
10+
11+
- Add file attachment directly to JupyternautPersona when file is included in message [#1419](https://github.com/jupyterlab/jupyter-ai/pull/1419) ([@joadoumie](https://github.com/joadoumie))
12+
- Add VertexAI model provider [#1417](https://github.com/jupyterlab/jupyter-ai/pull/1417) ([@anthonyhungnguyen](https://github.com/anthonyhungnguyen))
13+
14+
### Maintenance and upkeep improvements
15+
16+
- Run pre-commit [#1423](https://github.com/jupyterlab/jupyter-ai/pull/1423) ([@dlqqq](https://github.com/dlqqq))
17+
- Remove config schema and legacy v2 persona references [#1420](https://github.com/jupyterlab/jupyter-ai/pull/1420) ([@dlqqq](https://github.com/dlqqq))
18+
19+
### Contributors to this release
20+
21+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2025-07-10&to=2025-07-25&type=c))
22+
23+
[@anthonyhungnguyen](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aanthonyhungnguyen+updated%3A2025-07-10..2025-07-25&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2025-07-10..2025-07-25&type=Issues) | [@joadoumie](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ajoadoumie+updated%3A2025-07-10..2025-07-25&type=Issues)
24+
25+
<!-- <END NEW CHANGELOG ENTRY> -->
26+
527
## 3.0.0beta4
628

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

2244
[@andrii-i](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aandrii-i+updated%3A2025-07-07..2025-07-10&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2025-07-07..2025-07-10&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aellisonbg+updated%3A2025-07-07..2025-07-10&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2025-07-07..2025-07-10&type=Issues)
2345

24-
<!-- <END NEW CHANGELOG ENTRY> -->
25-
2646
## 3.0.0beta3
2747

2848
([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.4",
4+
"version": "3.0.0-beta.5",
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.4",
3+
"version": "3.0.0-beta.5",
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.4",
3+
"version": "3.0.0-beta.5",
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.4",
3+
"version": "3.0.0-beta.5",
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.4",
3+
"version": "3.0.0-beta.5",
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.0b4,<4.0.0",
32+
"jupyter_ai_magics>=3.0.0b5,<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)