Skip to content

Commit

Permalink
docs: standard test version badge (#28247)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Nov 21, 2024
1 parent d110860 commit 96c6723
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"First, let's install 2 dependencies:\n",
"\n",
"- `langchain-core` will define the interfaces we want to import to define our custom tool.\n",
"- `langchain-tests==0.3.3` will provide the standard tests we want to use.\n",
"- `langchain-tests` will provide the standard tests we want to use. Recommended to pin to the latest version: <img src=\"https://img.shields.io/pypi/v/langchain-tests\" style={{position:\"relative\",top:4,left:3}} />\n",
"\n",
":::note\n",
"\n",
"Because added tests in new versions of `langchain-tests` will always break your CI/CD pipelines, we recommend pinning the \n",
"Because added tests in new versions of `langchain-tests` can break your CI/CD pipelines, we recommend pinning the \n",
"version of `langchain-tests` to avoid unexpected changes.\n",
"\n",
":::"
Expand All @@ -29,7 +29,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install -U langchain-core langchain-tests==0.3.2 pytest pytest-socket"
"%pip install -U langchain-core langchain-tests pytest pytest-socket"
]
},
{
Expand Down

0 comments on commit 96c6723

Please sign in to comment.