Skip to content

Bump the pip group across 1 directory with 2 updates#1

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/backend/pip-8182a2a938
Closed

Bump the pip group across 1 directory with 2 updates#1
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/backend/pip-8182a2a938

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 14, 2025

Bumps the pip group with 2 updates in the /backend directory: langchain and python-multipart.

Updates langchain from 0.1.9 to 0.2.5

Release notes

Sourced from langchain's releases.

langchain-groq==0.2.5

Changes since langchain-groq==0.2.4

groq[patch]: release 0.2.5 (#30168) groq[patch]: warn if model is not specified (#30161) core[patch]: update structured output tracing (#30123) core: basemessage.text() (#29078) groq[patch]: remove xfails (#29794) multiple: fix uv path deps (#29790) infra: add UV_FROZEN to makefiles (#29642) infra: migrate to uv (#29566)

langchain-pinecone==0.2.3

Changes since langchain-pinecone==0.2.2

pinecone[patch]: release 0.2.3 (#29741) pinecone[patch]: add support for python 3.13 (#29737) infra: add UV_FROZEN to makefiles (#29642) infra: migrate to uv (#29566)

langchain-xai==0.2.3

Changes since langchain-xai==0.2.2

xai: release 0.2.3 (#30790) xai[patch]: support reasoning content (#30758) partners[lint]: run pyupgrade to get code in line with 3.9 standards (#30781) Clean up numpy dependencies and speed up 3.13 CI with numpy>=2.1.0 (#30714)

langchain-chroma==0.2.3

Changes since langchain-chroma==0.2.2

chroma: release 0.2.3 (#30860) partners[lint]: run pyupgrade to get code in line with 3.9 standards (#30781) Clean up numpy dependencies and speed up 3.13 CI with numpy>=2.1.0 (#30714) docs: updates Chroma integration API ref docs (#29826) multiple: fix uv path deps (#29790)

langchain-chroma==0.2.2

Changes since langchain-chroma==0.2.1

chroma[patch]: release 0.2.2 (#29769) (Chroma): Small Fix in add_texts when checking for embeddings (#29766) infra: add UV_FROZEN to makefiles (#29642) infra: migrate to uv (#29566)

langchain-xai==0.2.2

Changes since langchain-xai==0.2.1

xai: release 0.2.2 (#30403) multiple: enforce standards on tool_choice (#30372)

... (truncated)

Commits

Updates python-multipart from 0.0.9 to 0.0.18

Release notes

Sourced from python-multipart's releases.

Version 0.0.18

What's Changed


Full Changelog: Kludex/python-multipart@0.0.17...0.0.18

Version 0.0.17

What's Changed


Full Changelog: Kludex/python-multipart@0.0.16...0.0.17

Version 0.0.16

What's Changed


Full Changelog: Kludex/python-multipart@0.0.15...0.0.16

Version 0.0.15

What's Changed

  • Replace FutureWarning to PendingDeprecationWarning #174.
  • Add missing files to SDist #171.

Full Changelog: Kludex/python-multipart@0.0.14...0.0.15

Version 0.0.14

What's Changed

Full Changelog: Kludex/python-multipart@0.0.13...0.0.14

Version 0.0.13

What's Changed

New Contributors

Full Changelog: Kludex/python-multipart@0.0.12...0.0.13

... (truncated)

Changelog

Sourced from python-multipart's changelog.

0.0.18 (2024-11-28)

  • Hard break if found data after last boundary on MultipartParser #189.

0.0.17 (2024-10-31)

  • Handle PermissionError in fallback code for old import name #182.

0.0.16 (2024-10-27)

  • Add dunder attributes to multipart package #177.

0.0.15 (2024-10-27)

  • Replace FutureWarning to PendingDeprecationWarning #174.
  • Add missing files to SDist #171.

0.0.14 (2024-10-24)

  • Fix import scheme for multipart module (#168).

0.0.13 (2024-10-20)

  • Rename import to python_multipart #166.

0.0.12 (2024-09-29)

  • Improve error message when boundary character does not match #124.
  • Add mypy strict typing #140.
  • Enforce 100% coverage #159.

0.0.11 (2024-09-28)

  • Improve performance, especially in data with many CR-LF #137.
  • Handle invalid CRLF in header name #141.

0.0.10 (2024-09-21)

  • Support on_header_begin #103.
  • Improve type hints on FormParser #104.
  • Fix OnFileCallback type #106.
  • Improve type hints #110.
  • Improve type hints on File #111.
  • Add type hint to helper functions #112.
  • Minor fix for Field.repr #114.
  • Fix use of chunk_size parameter #136.
  • Allow digits and valid token chars in headers #134.
  • Fix headers being carried between parts #135.
Commits

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 commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 14, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/backend/pip-8182a2a938 branch 2 times, most recently from 763f923 to 943b4f6 Compare May 14, 2025 19:42
Bumps the pip group with 2 updates in the /backend directory: [langchain](https://github.com/langchain-ai/langchain) and [python-multipart](https://github.com/Kludex/python-multipart).


Updates `langchain` from 0.1.9 to 0.2.5
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-ibm==0.1.9...langchain==0.2.5)

Updates `python-multipart` from 0.0.9 to 0.0.18
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md)
- [Commits](Kludex/python-multipart@0.0.9...0.0.18)

---
updated-dependencies:
- dependency-name: langchain
  dependency-version: 0.2.5
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: python-multipart
  dependency-version: 0.0.18
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/backend/pip-8182a2a938 branch from 943b4f6 to 3ae04a2 Compare May 16, 2025 02:46
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 9, 2026

Superseded by #4.

@dependabot dependabot bot closed this Jan 9, 2026
@dependabot dependabot bot deleted the dependabot/pip/backend/pip-8182a2a938 branch January 9, 2026 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants