File tree Expand file tree Collapse file tree 7 files changed +26
-8
lines changed
Expand file tree Collapse file tree 7 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 2.31.3
6+
7+ ([ Full Changelog] ( https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@2.31.2...42ff451442ddbca940457d00b9981c7d5f5dc904 ) )
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/core@2.31.1...5709d6e1fbc3dd8e82ba9bb04d86ee8e7ce11211 ) )
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/core@2.31.0...0c6f2721e59504fff5e97833bd98bad593f97c43 ) )
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments