2.29.0
This release notably upgrades to LangChain v0.3 and Pydantic v2. You can now use the latest LangChain & Pydantic APIs available in the same environment as Jupyter AI! 🎉
Note that just running pip install -U jupyter-ai
may not upgrade LangChain partner packages like langchain-aws
or langchain-openai
, as these are listed as optional dependencies.
Therefore, to upgrade all LangChain packages in your environment along with Jupyter AI, we strongly recommend running this command to upgrade:
pip install -U "jupyter-ai[all]"