Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump langchain from 0.0.312 to 0.0.317 (#16)
Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.312 to 0.0.317. <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.0.317</h2> <h2>What's Changed</h2> <ul> <li>Sitemap specify default filter url by <a href="https://github.com/eyurtsev"><code>@eyurtsev</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11925">langchain-ai/langchain#11925</a></li> <li>Anonymizer small fixes by <a href="https://github.com/maks-operlejn-ds"><code>@maks-operlejn-ds</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11915">langchain-ai/langchain#11915</a></li> <li>Add security note to recursive url loader by <a href="https://github.com/eyurtsev"><code>@eyurtsev</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11934">langchain-ai/langchain#11934</a></li> <li>Add Baichuan chat model by <a href="https://github.com/maiqingqiang"><code>@maiqingqiang</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11923">langchain-ai/langchain#11923</a></li> <li>Revised notebook and add delete to MyScale vector store by <a href="https://github.com/mpskex"><code>@mpskex</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11848">langchain-ai/langchain#11848</a></li> <li>Add Cohere retrieval augmented generation to retrievers by <a href="https://github.com/billytrend-cohere"><code>@billytrend-cohere</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11483">langchain-ai/langchain#11483</a></li> <li>Update bge_huggingface.ipynb by <a href="https://github.com/staoxiao"><code>@staoxiao</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/8960">langchain-ai/langchain#8960</a></li> <li>GCSFileLoader retrieve blob custom metadata and append to document metadata by <a href="https://github.com/bharatl"><code>@bharatl</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11066">langchain-ai/langchain#11066</a></li> <li>feat: support ChatModels Qianfan <code>QianfanChatEndpoint</code> function_call by <a href="https://github.com/NuODaniel"><code>@NuODaniel</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11107">langchain-ai/langchain#11107</a></li> <li>Add Graph interface by <a href="https://github.com/gkorland"><code>@gkorland</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11012">langchain-ai/langchain#11012</a></li> <li>Chroma batching by <a href="https://github.com/tazarov"><code>@tazarov</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11203">langchain-ai/langchain#11203</a></li> <li>Upgrade to newer black (23.10) and ruff (first 0.1.x!) versions. by <a href="https://github.com/obi1kenobi"><code>@obi1kenobi</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11944">langchain-ai/langchain#11944</a></li> <li>Use traceable context by <a href="https://github.com/hinthornw"><code>@hinthornw</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11896">langchain-ai/langchain#11896</a></li> <li>zep: Memory Retriever MMR Support & Docs Updates by <a href="https://github.com/danielchalef"><code>@danielchalef</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11954">langchain-ai/langchain#11954</a></li> <li>Update playwright documentation by <a href="https://github.com/eyurtsev"><code>@eyurtsev</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11949">langchain-ai/langchain#11949</a></li> <li>Add documentation to tools by <a href="https://github.com/eyurtsev"><code>@eyurtsev</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11938">langchain-ai/langchain#11938</a></li> <li>SingleStoreDBChatMessageHistory: Add jupiter notebook with usage example by <a href="https://github.com/volodymyr-memsql"><code>@volodymyr-memsql</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11941">langchain-ai/langchain#11941</a></li> <li>Type hints on varargs and kwargs that take anything should be <code>Any</code>. by <a href="https://github.com/obi1kenobi"><code>@obi1kenobi</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11950">langchain-ai/langchain#11950</a></li> <li>bearly api key docs by <a href="https://github.com/baskaryan"><code>@baskaryan</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11981">langchain-ai/langchain#11981</a></li> <li>Fix <code>invalid escape sequence</code> warnings by using raw strings for regexes. by <a href="https://github.com/obi1kenobi"><code>@obi1kenobi</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11943">langchain-ai/langchain#11943</a></li> <li>Ensure dict() does not raise not implemented error, which should instead be raised in our custom method save() by <a href="https://github.com/nfcampos"><code>@nfcampos</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11970">langchain-ai/langchain#11970</a></li> <li>Make prompt validation opt-in by <a href="https://github.com/nfcampos"><code>@nfcampos</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11973">langchain-ai/langchain#11973</a></li> <li>chore: remove duplicated export variables by <a href="https://github.com/lxxonx"><code>@lxxonx</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11962">langchain-ai/langchain#11962</a></li> <li>Hub Runnable by <a href="https://github.com/efriis"><code>@efriis</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11946">langchain-ai/langchain#11946</a></li> <li>fix chroma from_texts bug by <a href="https://github.com/baskaryan"><code>@baskaryan</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11984">langchain-ai/langchain#11984</a></li> <li>bump 317 by <a href="https://github.com/baskaryan"><code>@baskaryan</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11986">langchain-ai/langchain#11986</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/staoxiao"><code>@staoxiao</code></a> made their first contribution in <a href="https://redirect.github.com/langchain-ai/langchain/pull/8960">langchain-ai/langchain#8960</a></li> <li><a href="https://github.com/bharatl"><code>@bharatl</code></a> made their first contribution in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11066">langchain-ai/langchain#11066</a></li> <li><a href="https://github.com/tazarov"><code>@tazarov</code></a> made their first contribution in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11203">langchain-ai/langchain#11203</a></li> <li><a href="https://github.com/lxxonx"><code>@lxxonx</code></a> made their first contribution in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11962">langchain-ai/langchain#11962</a></li> </ul> <h2>CVEs</h2> <p>Fix for: CVE-2023-46229 (<a href="https://redirect.github.com/langchain-ai/langchain/pull/11925">langchain-ai/langchain#11925</a>)</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/langchain-ai/langchain/compare/v0.0.316...v0.0.317">https://github.com/langchain-ai/langchain/compare/v0.0.316...v0.0.317</a></p> <h2>v0.0.316</h2> <h2>What's Changed</h2> <ul> <li>Update SQL cookbook by <a href="https://github.com/rlancemartin"><code>@rlancemartin</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11870">langchain-ai/langchain#11870</a></li> <li>Add security considerations by <a href="https://github.com/eyurtsev"><code>@eyurtsev</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11869">langchain-ai/langchain#11869</a></li> <li>Add LCEL to prompt doc by <a href="https://github.com/baskaryan"><code>@baskaryan</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11875">langchain-ai/langchain#11875</a></li> <li>Add LCEL to output parser doc by <a href="https://github.com/baskaryan"><code>@baskaryan</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11880">langchain-ai/langchain#11880</a></li> <li>Add deps and minor cleaning to cookbooks by <a href="https://github.com/rlancemartin"><code>@rlancemartin</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11886">langchain-ai/langchain#11886</a></li> <li>update CONTRIBUTING.md by <a href="https://github.com/leo-gan"><code>@leo-gan</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11872">langchain-ai/langchain#11872</a></li> <li>Add security.md by <a href="https://github.com/eyurtsev"><code>@eyurtsev</code></a> in <a href="https://redirect.github.com/langchain-ai/langchain/pull/11881">langchain-ai/langchain#11881</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/35c7c1f0506993fe871698a62b579c1762a8c231"><code>35c7c1f</code></a> bump 317 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/11986">#11986</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/122af2effeccb0233e830e95c82f070877c34746"><code>122af2e</code></a> fix chroma from_texts bug (<a href="https://redirect.github.com/langchain-ai/langchain/issues/11984">#11984</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/c149954cc5dec176729ee61434d27b41dfa4488f"><code>c149954</code></a> Hub Runnable (<a href="https://redirect.github.com/langchain-ai/langchain/issues/11946">#11946</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/9e24626e87630047bfbcdd71a483856f1b548353"><code>9e24626</code></a> chore: remove duplicated export variables (<a href="https://redirect.github.com/langchain-ai/langchain/issues/11962">#11962</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/6bd9c1d2b323667c5483ab14b8a3ce7d9494d7fe"><code>6bd9c1d</code></a> Make prompt validation opt-in (<a href="https://redirect.github.com/langchain-ai/langchain/issues/11973">#11973</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/9bc7e1851a1bddbcfa1b0b8d258cfb470234051a"><code>9bc7e18</code></a> Ensure dict() does not raise not implemented error, which should instead be r...</li> <li><a href="https://github.com/langchain-ai/langchain/commit/653cf56e0e7e2b65844292260586ff2aa4dff415"><code>653cf56</code></a> Lint</li> <li><a href="https://github.com/langchain-ai/langchain/commit/debcf053ebd7c628550b37f6cba188ec63691b3d"><code>debcf05</code></a> Fix <code>invalid escape sequence</code> warnings by using raw strings for regexes. (<a href="https://redirect.github.com/langchain-ai/langchain/issues/11">#11</a>...</li> <li><a href="https://github.com/langchain-ai/langchain/commit/e4ae6902442656a0931a8a847af4e2661f20469f"><code>e4ae690</code></a> Sort order</li> <li><a href="https://github.com/langchain-ai/langchain/commit/8e1b1db90db40513f2e404a526938c0344884804"><code>8e1b1db</code></a> bearly api key docs (<a href="https://redirect.github.com/langchain-ai/langchain/issues/11981">#11981</a>)</li> <li>Additional commits viewable in <a href="https://github.com/langchain-ai/langchain/compare/v0.0.312...v0.0.317">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.0.312&new-version=0.0.317)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/fynnfluegge/codeqai/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information