From 31f61d4d7d243ec345c1d9c01f66e794979cfbf9 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:14:47 -0700 Subject: [PATCH] docs: v0.3 nits (#26556) --- docs/docs/versions/v0_3/index.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/versions/v0_3/index.mdx b/docs/docs/versions/v0_3/index.mdx index 91ee02477bb..4df5d44eeab 100644 --- a/docs/docs/versions/v0_3/index.mdx +++ b/docs/docs/versions/v0_3/index.mdx @@ -1,6 +1,6 @@ # LangChain v0.3 -*Last updated: 09.13.24* +*Last updated: 09.16.24* ## What's changed @@ -225,14 +225,14 @@ For help with the Pydantic 1 to 2 migration itself please refer to the [Pydantic As of 0.0.31, the `langchain-cli` relies on [gritql](https://about.grit.io/) for applying code mods. -## Installation +### Installation ```bash pip install -U langchain-cli langchain-cli --version # <-- Make sure the version is at least 0.0.31 ``` -## Usage +### Usage Given that the migration script is not perfect, you should make sure you have a backup of your code first (e.g., using version control like `git`).