Skip to content

Commit 1be8441

Browse files
Bump langchain from 0.1.5 to 0.1.7 (#113)
Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.1.5 to 0.1.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain-ai/langchain/releases">langchain's releases</a>.</em></p> <blockquote> <h2>v0.1.7</h2> <h2>What's Changed</h2> <ul> <li>Added LangGraph in framework parts of readme file by <a href="https://github.com/kartheekyakkala"><code>@​kartheekyakkala</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17279">langchain-ai/langchain#17279</a></li> <li>google-vertexai[patch]: Fixed SafetySettings handling in streaming API in VertexAI by <a href="https://github.com/rubenhak"><code>@​rubenhak</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17278">langchain-ai/langchain#17278</a></li> <li>google-genai[patch]: fix streaming, function calling by <a href="https://github.com/efriis"><code>@​efriis</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17268">langchain-ai/langchain#17268</a></li> <li>langchain_google_genai : Add missing _identifying_params property. by <a href="https://github.com/GMartin-dev"><code>@​GMartin-dev</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17224">langchain-ai/langchain#17224</a></li> <li>templates: simplify tool in gemini-functions-agent by <a href="https://github.com/efriis"><code>@​efriis</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17282">langchain-ai/langchain#17282</a></li> <li>google-genai[patch]: fix tool format, use protos by <a href="https://github.com/efriis"><code>@​efriis</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17284">langchain-ai/langchain#17284</a></li> <li>templates: simplify tool in gemini-functions-agent 2 by <a href="https://github.com/efriis"><code>@​efriis</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17283">langchain-ai/langchain#17283</a></li> <li>google-genai[patch]: release 0.0.8 by <a href="https://github.com/efriis"><code>@​efriis</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17285">langchain-ai/langchain#17285</a></li> <li>templates: gemini-functions-agent genai package bump by <a href="https://github.com/efriis"><code>@​efriis</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17286">langchain-ai/langchain#17286</a></li> <li>CI: Update documentation template by <a href="https://github.com/eyurtsev"><code>@​eyurtsev</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17325">langchain-ai/langchain#17325</a></li> <li>community[patch]: Fix typo in milvus vectorstore by <a href="https://github.com/decentNick"><code>@​decentNick</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17324">langchain-ai/langchain#17324</a></li> <li>core[patch]: Add unit test to cover different streaming format for json parsing by <a href="https://github.com/eyurtsev"><code>@​eyurtsev</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17063">langchain-ai/langchain#17063</a></li> <li>docstrings <code>core</code> update by <a href="https://github.com/leo-gan"><code>@​leo-gan</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/16813">langchain-ai/langchain#16813</a></li> <li>docstrings <code>community</code> update by <a href="https://github.com/leo-gan"><code>@​leo-gan</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/16810">langchain-ai/langchain#16810</a></li> <li>partner: nvidia-ai-endpoints model arguments (i.e. temperature) on construction bug by <a href="https://github.com/VKudlay"><code>@​VKudlay</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17290">langchain-ai/langchain#17290</a></li> <li>nvidia-ai-endpoints[patch]: release 0.0.3 by <a href="https://github.com/efriis"><code>@​efriis</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17345">langchain-ai/langchain#17345</a></li> <li>templates: gemini-functions-agent readme update by <a href="https://github.com/efriis"><code>@​efriis</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17288">langchain-ai/langchain#17288</a></li> <li>vertexai[patch]: rm deps by <a href="https://github.com/baskaryan"><code>@​baskaryan</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17077">langchain-ai/langchain#17077</a></li> <li>Upgrade configuration for Ruff v0.2.0 by <a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/16905">langchain-ai/langchain#16905</a></li> <li>Modify LLMs/Anyscale work with OpenAI API v1 by <a href="https://github.com/kylehh"><code>@​kylehh</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/14206">langchain-ai/langchain#14206</a></li> <li>Make some functions work with Milvus by <a href="https://github.com/hoanq1811"><code>@​hoanq1811</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/10695">langchain-ai/langchain#10695</a></li> <li>community[patch]: Fix Milvus add texts when ids=None by <a href="https://github.com/jaelgu"><code>@​jaelgu</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17021">langchain-ai/langchain#17021</a></li> <li>infra: add print rule to ruff by <a href="https://github.com/efriis"><code>@​efriis</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/16221">langchain-ai/langchain#16221</a></li> <li>Support serialization when inputs/outputs contain generators by <a href="https://github.com/hinthornw"><code>@​hinthornw</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17338">langchain-ai/langchain#17338</a></li> <li>infra: no print in newer partner packages by <a href="https://github.com/efriis"><code>@​efriis</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17353">langchain-ai/langchain#17353</a></li> <li>cli[patch]: integration template nits by <a href="https://github.com/baskaryan"><code>@​baskaryan</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/14691">langchain-ai/langchain#14691</a></li> <li>Update chat_models.py by <a href="https://github.com/mlFanatic"><code>@​mlFanatic</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/16924">langchain-ai/langchain#16924</a></li> <li>Improve graph cypher qa prompt by <a href="https://github.com/tomasonjo"><code>@​tomasonjo</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17380">langchain-ai/langchain#17380</a></li> <li>Updated doc for tools/pubmed with new functions: invoke. by <a href="https://github.com/PennlaineChu"><code>@​PennlaineChu</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17378">langchain-ai/langchain#17378</a></li> <li>docs: update documentation for file system tool integration by <a href="https://github.com/jiangzf93"><code>@​jiangzf93</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17377">langchain-ai/langchain#17377</a></li> <li>community: add gpt-4-turbo and gpt-4-0125 costs by <a href="https://github.com/mspronesti"><code>@​mspronesti</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17349">langchain-ai/langchain#17349</a></li> <li>tools:docs: update google_search.ipynb - change tool name by <a href="https://github.com/jexp"><code>@​jexp</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17354">langchain-ai/langchain#17354</a></li> <li>Update �Docs for TFIDFRetriever Import Path by <a href="https://github.com/ByeongUkChoi"><code>@​ByeongUkChoi</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17322">langchain-ai/langchain#17322</a></li> <li>add self discover notebook by <a href="https://github.com/hwchase17"><code>@​hwchase17</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17387">langchain-ai/langchain#17387</a></li> <li>openai[patch]: code cleaning by <a href="https://github.com/efriis"><code>@​efriis</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17355">langchain-ai/langchain#17355</a></li> <li>community: Add mmr and similarity_score_threshold retrieval to DatabricksVectorSearch by <a href="https://github.com/david-tempelmann"><code>@​david-tempelmann</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/16829">langchain-ai/langchain#16829</a></li> <li>community: AWS Athena Document Loader by <a href="https://github.com/abhijeethp"><code>@​abhijeethp</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/15625">langchain-ai/langchain#15625</a></li> <li>google-genai[minor]: add safety settings by <a href="https://github.com/Adi8885"><code>@​Adi8885</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/16836">langchain-ai/langchain#16836</a></li> <li>community: fixed vector similarity filtering by <a href="https://github.com/ablacklama"><code>@​ablacklama</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/16967">langchain-ai/langchain#16967</a></li> <li>community[patch]: remove print by <a href="https://github.com/baskaryan"><code>@​baskaryan</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17435">langchain-ai/langchain#17435</a></li> <li>docs: fix typo in vikingdb.ipynb by <a href="https://github.com/eltociear"><code>@​eltociear</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17429">langchain-ai/langchain#17429</a></li> <li>infra: update pr template by <a href="https://github.com/baskaryan"><code>@​baskaryan</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17437">langchain-ai/langchain#17437</a></li> <li>infra: pr template nit by <a href="https://github.com/baskaryan"><code>@​baskaryan</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17438">langchain-ai/langchain#17438</a></li> <li>Updated docs for sitemap loader to use correct URL by <a href="https://github.com/PennlaineChu"><code>@​PennlaineChu</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17395">langchain-ai/langchain#17395</a></li> <li>docs:fix typo in question_answering quickstart.ipynb by <a href="https://github.com/minseon9"><code>@​minseon9</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17393">langchain-ai/langchain#17393</a></li> <li>community watsonx[patch]: Invoke callback prior to yielding token by <a href="https://github.com/h0rv"><code>@​h0rv</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17346">langchain-ai/langchain#17346</a></li> <li>community[patch]: doc loaders mypy fixes by <a href="https://github.com/h0rv"><code>@​h0rv</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17368">langchain-ai/langchain#17368</a></li> <li>Updated doc for integrations/chat/anthropic_functions <a href="https://redirect.github.com/langchain-ai/langchain/issues/15664">#15664</a> by <a href="https://github.com/Naveenkhasyap"><code>@​Naveenkhasyap</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/17226">langchain-ai/langchain#17226</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/langchain-ai/langchain/commit/b5d341656397de2a2935e5ddb637db5c52bac7f0"><code>b5d3416</code></a> experimental[patch]: Release 0.0.51 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/17484">#17484</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/de7c4b277c516b254ae16027b7629694cb3612ed"><code>de7c4b2</code></a> langchain[patch]: Release 0.1.7 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/17482">#17482</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/39342d98d6ec6b9a5ab8afdd3b3b2a9995819dcd"><code>39342d9</code></a> community[patch]: Release 0.0.20 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/17480">#17480</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/89b765ec27cd6ca272b7d99e317080bb1a3023e7"><code>89b765e</code></a> core[patch]: Release 0.1.23 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/17479">#17479</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/ab3d9446673556efcf4e5f9d407421d0f7cbbb00"><code>ab3d944</code></a> community[patch]: ElasticsearchStore: preserve user headers (<a href="https://redirect.github.com/langchain-ai/langchain/issues/16830">#16830</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/112e10e933aa462d580d77b4776ef462d2b59aaa"><code>112e10e</code></a> infra: azure release integration testing secrets (<a href="https://redirect.github.com/langchain-ai/langchain/issues/17476">#17476</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/9eb1b56e7342044eac99ea932f686651c19509c9"><code>9eb1b56</code></a> pinecone[patch]: release 0.0.2 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/17477">#17477</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/37678471c4ea2a5c20810ce7ba70049c422127fc"><code>3767847</code></a> openai[patch]: relax tiktoken constraint, release 0.0.6 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/17472">#17472</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/2df7387c917b0bede9981a1d09cf01c4c345f33e"><code>2df7387</code></a> langchain[patch]: Fix to avoid infinite loop during collapse chain in map red...</li> <li><a href="https://github.com/langchain-ai/langchain/commit/5d06797905bfdafb90d2f29f7b7540dd190e1502"><code>5d06797</code></a> community[minor]: integrate chat models with Yuan2.0 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/16575">#16575</a>)</li> <li>Additional commits viewable in <a href="https://github.com/langchain-ai/langchain/compare/v0.1.5...v0.1.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=langchain&package-manager=pip&previous-version=0.1.5&new-version=0.1.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3786e0d commit 1be8441

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

poetry.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pytest-mock = "^3.10.0"
2222
syrupy = "^4.0.2"
2323
pytest-watcher = ">=0.3.4,<0.5.0"
2424
pytest-asyncio = ">=0.21.1,<0.24.0"
25-
langchain = ">=0.0.352,<0.1.6"
25+
langchain = ">=0.0.352,<0.1.8"
2626
pytest-docker = ">=2.0.1,<4.0.0"
2727
pytest-xdist = "^3.5.0"
2828
openai = "^1.6.0"

0 commit comments

Comments
 (0)