Skip to content

deps: bump the all-dependencies group across 1 directory with 10 updates#74

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/all-dependencies-054d49737c
Open

deps: bump the all-dependencies group across 1 directory with 10 updates#74
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/all-dependencies-054d49737c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps the all-dependencies group with 10 updates in the / directory:

Package From To
openai 1.59.6 1.60.1
prompt-toolkit 3.0.48 3.0.50
langchain 0.3.14 0.3.15
langchain-community 0.3.14 0.3.15
langchain-core 0.3.29 0.3.31
langchain-openai 0.3.0 0.3.2
pydantic 2.9.2 2.10.6
pygments 2.18.0 2.19.1
litellm 1.51.0 1.59.8
pyinstaller 6.11.0 6.11.1

Updates openai from 1.59.6 to 1.60.1

Release notes

Sourced from openai's releases.

v1.60.1

1.60.1 (2025-01-24)

Full Changelog: v1.60.0...v1.60.1

Chores

Documentation

v1.60.0

1.60.0 (2025-01-22)

Full Changelog: v1.59.9...v1.60.0

Features

  • api: update enum values, comments, and examples (#2045) (e8205fd)

Chores

Documentation

  • readme: mention failed requests in request IDs (5f7c30b)

v1.59.9

1.59.9 (2025-01-20)

Full Changelog: v1.59.8...v1.59.9

Bug Fixes

  • tests: make test_get_platform less flaky (#2040) (72ea05c)

Chores

  • internal: avoid pytest-asyncio deprecation warning (#2041) (b901046)
  • internal: update websockets dep (#2036) (642cd11)

Documentation

... (truncated)

Changelog

Sourced from openai's changelog.

1.60.1 (2025-01-24)

Full Changelog: v1.60.0...v1.60.1

Chores

Documentation

1.60.0 (2025-01-22)

Full Changelog: v1.59.9...v1.60.0

Features

  • api: update enum values, comments, and examples (#2045) (e8205fd)

Chores

Documentation

  • readme: mention failed requests in request IDs (5f7c30b)

1.59.9 (2025-01-20)

Full Changelog: v1.59.8...v1.59.9

Bug Fixes

  • tests: make test_get_platform less flaky (#2040) (72ea05c)

Chores

  • internal: avoid pytest-asyncio deprecation warning (#2041) (b901046)
  • internal: update websockets dep (#2036) (642cd11)

Documentation

... (truncated)

Commits

Updates prompt-toolkit from 3.0.48 to 3.0.50

Release notes

Sourced from prompt-toolkit's releases.

3.0.50

Fixes:

  • Fixes non user impacting regression on the output rendering. Don't render cursor hide/show ANSI escape codes if not needed.

3.0.49

New features:

  • On Windows, use virtual terminal input when available.
  • Support for multiline suggestions.

Fixes:

  • Handle InvalidStateError during termination when using run_in_terminal/patch_stdout. This can happen in some cases during cancellation, probably when using anyio.
  • Fix cursor that remains in hidden state when the application exits. This can happen when the application doesn't show the cursor and erase_when_done is being used.

Breaking changes:

  • Drop support for Python 3.7
Changelog

Sourced from prompt-toolkit's changelog.

3.0.50: 2025-01-20

Fixes:

  • Fixes non user impacting regression on the output rendering. Don't render cursor hide/show ANSI escape codes if not needed.

3.0.49: 2025-01-20

New features:

  • On Windows, use virtual terminal input when available.
  • Support for multiline suggestions.

Fixes:

  • Handle InvalidStateError during termination when using run_in_terminal/patch_stdout. This can happen in some cases during cancellation, probably when using anyio.
  • Fix cursor that remains in hidden state when the application exits. This can happen when the application doesn't show the cursor and erase_when_done is being used.

Breaking changes:

  • Drop support for Python 3.7:
Commits

Updates langchain from 0.3.14 to 0.3.15

Release notes

Sourced from langchain's releases.

langchain-community==0.3.15

Changes since langchain-community==0.3.14

community[patch]: Release 0.3.15 (#29325) core[patch]: 0.3.31 (#29320) community[minor]: Refactoring PyMuPDF parser, loader and add image blob parsers (#29063) community: fix some features on Naver ChatModel & embedding model 2 (#29243) docs: fix broken Appearance of langchain_community/document_loaders/recursive_url_loader API Reference (#29305) (Community): Changing the BaseURL and Model for MiniMax (#29299) chatperplexity stream-citations in additional kwargs (#29273) [langchain_community.llms.xinference]: Rewrite _stream() method and support stream() method in xinference.py (#29259) community: Add cost per 1K tokens for fine-tuned model cached input (#29248) add mode arg to OBSFileLoader.load() method (#29246) community(pypdfloader): added page_label in metadata for pypdf loader (#29225) [langchain_community.llms.xinference]: fix error in xinference.py (#29216) [fix] Convert table names to list for compatibility in SQLDatabase (#29229) community: Fix ConfluenceLoader load() failure caused by deleted pages (#29232) [Community]: AzureOpenAIWhisperParser Authenication Fix (#29135) community: Deprecate Amazon Neptune resources in langchain-community (#29191) community: Fix rank-llm import paths for new 0.20.3 version (#29154) community: add missing format specifier in error log in CubeSemanticLoader (#29172) fix chatperplexity: remove 'stream' from params in _stream method (#29173) community: add init for unstructured file loader (#29101) Langchain_community: Fix issue with missing backticks in arango client (#29110) community: add init for UnstructuredHTMLLoader to solve pathlib paths (#29091) community: fix "confluence-loader" enable include_labels for documents loaded via CQL (#29089) partner: Update Upstage Model Names and Remove Deprecated Model (#29093) community[patch]: Refactoring PDF loaders: 01 prepare (#29062) community: Fix redundancy in code. (#29022)

langchain==0.3.15

Changes since langchain==0.3.14

langchain[patch]: Release 0.3.15 (#29322) core[patch]: 0.3.31 (#29320) Add Google-style docstring linting and update pyproject.toml (#29303) community: Additional parameters for OpenAIAssistantV2Runnable (#29207) langchain: support api key argument with OpenAI moderation chain (#29140) Add additional_instructions on openai assistan runs create. (#29164) langchain[patch]: update extended tests for compatibility with langchain-openai==0.3 (#29174)

Commits
  • ec5fae7 langchain[patch]: Release 0.3.15 (#29322)
  • 923e6fb core[patch]: 0.3.31 (#29320)
  • 06456c1 docs: update google_cloud_sql_mssql.ipynb (#29315)
  • d3ed9b8 text-splitters[minor]: Replace lxml and XSLT with BeautifulSoup in HTMLHeader...
  • 989eec4 core: Add ruff rule S101 (no assert) (#29267)
  • e5d62c6 core: Add ruff rule W293 (whitespaces) (#29272)
  • 4efc509 community[minor]: Refactoring PyMuPDF parser, loader and add image blob parse...
  • f175319 [feat] Added backwards compatibility for OllamaEmbeddings initialization (mig...
  • 7a95ffc community: fix some features on Naver ChatModel & embedding model 2 (#29243)
  • 5d64597 docs: fix broken Appearance of langchain_community/document_loaders/recursiv...
  • Additional commits viewable in compare view

Updates langchain-community from 0.3.14 to 0.3.15

Release notes

Sourced from langchain-community's releases.

langchain-community==0.3.15

Changes since langchain-community==0.3.14

community[patch]: Release 0.3.15 (#29325) core[patch]: 0.3.31 (#29320) community[minor]: Refactoring PyMuPDF parser, loader and add image blob parsers (#29063) community: fix some features on Naver ChatModel & embedding model 2 (#29243) docs: fix broken Appearance of langchain_community/document_loaders/recursive_url_loader API Reference (#29305) (Community): Changing the BaseURL and Model for MiniMax (#29299) chatperplexity stream-citations in additional kwargs (#29273) [langchain_community.llms.xinference]: Rewrite _stream() method and support stream() method in xinference.py (#29259) community: Add cost per 1K tokens for fine-tuned model cached input (#29248) add mode arg to OBSFileLoader.load() method (#29246) community(pypdfloader): added page_label in metadata for pypdf loader (#29225) [langchain_community.llms.xinference]: fix error in xinference.py (#29216) [fix] Convert table names to list for compatibility in SQLDatabase (#29229) community: Fix ConfluenceLoader load() failure caused by deleted pages (#29232) [Community]: AzureOpenAIWhisperParser Authenication Fix (#29135) community: Deprecate Amazon Neptune resources in langchain-community (#29191) community: Fix rank-llm import paths for new 0.20.3 version (#29154) community: add missing format specifier in error log in CubeSemanticLoader (#29172) fix chatperplexity: remove 'stream' from params in _stream method (#29173) community: add init for unstructured file loader (#29101) Langchain_community: Fix issue with missing backticks in arango client (#29110) community: add init for UnstructuredHTMLLoader to solve pathlib paths (#29091) community: fix "confluence-loader" enable include_labels for documents loaded via CQL (#29089) partner: Update Upstage Model Names and Remove Deprecated Model (#29093) community[patch]: Refactoring PDF loaders: 01 prepare (#29062) community: Fix redundancy in code. (#29022)

Commits
  • 536b44a community[patch]: Release 0.3.15 (#29325)
  • ec5fae7 langchain[patch]: Release 0.3.15 (#29322)
  • 923e6fb core[patch]: 0.3.31 (#29320)
  • 06456c1 docs: update google_cloud_sql_mssql.ipynb (#29315)
  • d3ed9b8 text-splitters[minor]: Replace lxml and XSLT with BeautifulSoup in HTMLHeader...
  • 989eec4 core: Add ruff rule S101 (no assert) (#29267)
  • e5d62c6 core: Add ruff rule W293 (whitespaces) (#29272)
  • 4efc509 community[minor]: Refactoring PyMuPDF parser, loader and add image blob parse...
  • f175319 [feat] Added backwards compatibility for OllamaEmbeddings initialization (mig...
  • 7a95ffc community: fix some features on Naver ChatModel & embedding model 2 (#29243)
  • Additional commits viewable in compare view

Updates langchain-core from 0.3.29 to 0.3.31

Release notes

Sourced from langchain-core's releases.

langchain-core==0.3.31

Changes since langchain-core==0.3.30

core[patch]: 0.3.31 (#29320) core: Add ruff rule S101 (no assert) (#29267) core: Add ruff rule W293 (whitespaces) (#29272)

langchain-core==0.3.30

Changes since langchain-core==0.3.29

core[patch]: release 0.3.30 (#29256) core: Add support for calls in get_function_nonlocals (#29255) DOC: Improve human input prompt in FewShotChatMessagePromptTemplate example (#29023) core: allow artifact in create_retriever_tool (#28903)

Commits
  • 923e6fb core[patch]: 0.3.31 (#29320)
  • 06456c1 docs: update google_cloud_sql_mssql.ipynb (#29315)
  • d3ed9b8 text-splitters[minor]: Replace lxml and XSLT with BeautifulSoup in HTMLHeader...
  • 989eec4 core: Add ruff rule S101 (no assert) (#29267)
  • e5d62c6 core: Add ruff rule W293 (whitespaces) (#29272)
  • 4efc509 community[minor]: Refactoring PyMuPDF parser, loader and add image blob parse...
  • f175319 [feat] Added backwards compatibility for OllamaEmbeddings initialization (mig...
  • 7a95ffc community: fix some features on Naver ChatModel & embedding model 2 (#29243)
  • 5d64597 docs: fix broken Appearance of langchain_community/document_loaders/recursiv...
  • 6c52378 Add Google-style docstring linting and update pyproject.toml (#29303)
  • Additional commits viewable in compare view

Updates langchain-openai from 0.3.0 to 0.3.2

Release notes

Sourced from langchain-openai's releases.

langchain-openai==0.3.2

Changes since langchain-openai==0.3.1

openai[patch]: fix int test (#29395) openai[patch]: detect old models in with_structured_output (#29392) Community: fix missing f-string modifier in oai structured output parsing error (#29326)

langchain-openai==0.3.1

Changes since langchain-openai==0.3.0

openai[patch]: fix Azure LLM test (#29302) openai[patch]: release 0.3.1 (#29301) anthropic[patch]: support parallel_tool_calls (#29257) docs: oai api ref nit (#29210) openai: disable streaming for o1 by default (#29147) docs: Update openai README.md (#29146)

Commits
  • 317fb86 openai[patch]: fix int test (#29395)
  • 8d566a8 openai[patch]: detect old models in with_structured_output (#29392)
  • b6ae7ca core: Cache RunnableLambda repr (#29199)
  • 618e550 core: Cache RunnableLambda deps (#29200)
  • f795ab9 docs: fix title rendered for integration package (#29387)
  • 8977451 docs: add Tilores provider and tools (#29244)
  • d5b8aab text-splitters[patch]: delete unused html_chunks_with_headers.xslt (#29340)
  • 8f2c11e core[patch]: fix API reference for draw_ascii (#29370)
  • 2df9daa docs: Update BedrockEmbeddings import example in aws.mdx (#29364)
  • e492123 community: missing mandatory parameter partition_key for AzureCosmosDBNoSqlVe...
  • Additional commits viewable in compare view

Updates pydantic from 2.9.2 to 2.10.6

Release notes

Sourced from pydantic's releases.

v2.10.6 2025-01-23

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.10.5...v2.10.6

v2.10.5 2024-12-18

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.10.4...v2.10.5

v2.10.4 2024-12-18

What's Changed

Packaging

Fixes

New Contributors

Full Changelog: pydantic/pydantic@v2.10.3...v2.10.4

v2.10.3 2024-12-03

What's Changed

Fixes

  • Set fields when defer_build is set on Pydantic dataclasses by @​Viicos in #10984
  • Do not resolve the JSON Schema reference for dict core schema keys by @​Viicos in #10989
  • Use the globals of the function when evaluating the return type for PlainSerializer and WrapSerializer functions by @​Viicos in #11008

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.10.6 (2025-01-23)

GitHub release

What's Changed

Fixes

v2.10.5 (2025-01-08)

GitHub release

What's Changed

Fixes

v2.10.4 (2024-12-18)

GitHub release

What's Changed

Packaging

Fixes

New Contributors

v2.10.3 (2024-12-03)

... (truncated)

Commits

Updates pygments from 2.18.0 to 2.19.1

Release notes

Sourced from pygments's releases.

2.19.1

  • Updated lexers:

    • Ini: Fix quoted string regression introduced in 2.19.0
    • Lua: Fix a regression introduced in 2.19.0

2.19.0

  • New lexers:

  • Updated lexers:

    • BQN: Various improvements (#2789)
    • C#: Fix number highlighting (#986, #2727), add file keyword (#2726, #2805, #2806), add various other keywords (#2745, #2770)
    • CSS: Add revert (#2766, #2775)
    • Debian control: Add Change-By field (#2757)
    • Elip: Improve punctuation handling (#2651)
    • Igor: Add int (#2801)
    • Ini: Fix quoted strings with embedded comment characters (#2767, #2720)
    • Java: Support functions returning types containing a question mark (#2737)
    • JavaScript: Support private identiiers (#2729, #2671)
    • LLVM: Add splat, improve floating-point number parsing (#2755)
    • Lua: Improve variable detection, add built-in functions (#2829)
    • Macaulay2: Update to 1.24.11 (#2800)
    • PostgreSQL: Add more EXPLAIN keywords (#2785), handle / (#2774)
    • S-Lexer: Fix keywords (#2082, #2750)
    • TransactSQL: Fix single-line comments (#2717)
    • Turtle: Fix triple quoted strings (#2744, #2758)
    • Typst: Various improvements (#2724)
    • Various: Add ^ as an operator to Matlab, Octave and Scilab (#2798)
    • Vyper: Add staticcall and extcall (#2719)
  • Mark file extensions for HTML/XML+Evoque as aliases (#2743)
  • Add a color for Operator.Word to the rrt style (#2709)
  • Fix broken link in the documentation (#2803, #2804)
  • Drop executable bit where not needed (#2781)
  • Reduce Mojo priority relative to Python in ``analyze_text´` (#2771, #2772)
  • Fix documentation builds (#2712)
  • Match example file names to the lexer's name (#2713, #2715)

... (truncated)

Changelog

Sourced from pygments's changelog.

Version 2.19.1

(released January 6th, 2025)

  • Updated lexers:

    • Ini: Fix quoted string regression introduced in 2.19.0
    • Lua: Fix a regression introduced in 2.19.0

Version 2.19.0

(released January 5th, 2025)

  • New lexers:

  • Updated lexers:

    • BQN: Various improvements (#2789)
    • C#: Fix number highlighting (#986, #2727), add file keyword (#2726, #2805, #2806), add various other keywords (#2745, #2770)
    • CSS: Add revert (#2766, #2775)
    • Debian control: Add Change-By field (#2757)
    • Elip: Improve punctuation handling (#2651)
    • Igor: Add int (#2801)
    • Ini: Fix quoted strings with embedded comment characters (#2767, #2720)
    • Java: Support functions returning types containing a question mark (#2737)
    • JavaScript: Support private identiiers (#2729, #2671)
    • LLVM: Add splat, improve floating-point number parsing (#2755)
    • Lua: Improve variable detection, add built-in functions (#2829)
    • Macaulay2: Update to 1.24.11 (#2800)
    • PostgreSQL: Add more EXPLAIN keywords (#2785), handle / (#2774)
    • S-Lexer: Fix keywords (#2082, #2750)
    • TransactSQL: Fix single-line comments (#2717)
    • Turtle: Fix triple quoted strings (#2744, #2758)
    • Typst: Various improvements (#2724)
    • Various: Add ^ as an operator to Matlab, Octave and Scilab (#2798)
    • Vyper: Add staticcall and extcall (#2719)
  • Mark file extensions for HTML/XML+Evoque as aliases (#2743)

... (truncated)

Commits

Updates litellm from 1.51.0 to 1.59.8

Release notes

Sourced from litellm's releases.

v1.59.7

What's Changed

Bumps the all-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [openai](https://github.com/openai/openai-python) | `1.59.6` | `1.60.1` |
| [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) | `3.0.48` | `3.0.50` |
| [langchain](https://github.com/langchain-ai/langchain) | `0.3.14` | `0.3.15` |
| [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.14` | `0.3.15` |
| [langchain-core](https://github.com/langchain-ai/langchain) | `0.3.29` | `0.3.31` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `0.3.0` | `0.3.2` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.9.2` | `2.10.6` |
| [pygments](https://github.com/pygments/pygments) | `2.18.0` | `2.19.1` |
| [litellm](https://github.com/BerriAI/litellm) | `1.51.0` | `1.59.8` |
| [pyinstaller](https://github.com/pyinstaller/pyinstaller) | `6.11.0` | `6.11.1` |



Updates `openai` from 1.59.6 to 1.60.1
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.59.6...v1.60.1)

Updates `prompt-toolkit` from 3.0.48 to 3.0.50
- [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases)
- [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG)
- [Commits](prompt-toolkit/python-prompt-toolkit@3.0.48...3.0.50)

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

Updates `langchain-community` from 0.3.14 to 0.3.15
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-community==0.3.14...langchain-community==0.3.15)

Updates `langchain-core` from 0.3.29 to 0.3.31
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-core==0.3.29...langchain-core==0.3.31)

Updates `langchain-openai` from 0.3.0 to 0.3.2
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-openai==0.3.0...langchain-openai==0.3.2)

Updates `pydantic` from 2.9.2 to 2.10.6
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.9.2...v2.10.6)

Updates `pygments` from 2.18.0 to 2.19.1
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.18.0...2.19.1)

Updates `litellm` from 1.51.0 to 1.59.8
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](https://github.com/BerriAI/litellm/commits)

Updates `pyinstaller` from 6.11.0 to 6.11.1
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v6.11.0...v6.11.1)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: prompt-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: langchain
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: langchain-community
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: langchain-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: langchain-openai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pygments
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: litellm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pyinstaller
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from alexdredmon as a code owner January 27, 2025 11:46
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 27, 2025
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants