Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the python-requirements group across 1 directory with 24 updates #126

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps the python-requirements group with 24 updates in the / directory:

Package From To
aiohttp 3.10.10 3.11.7
blinker 1.8.2 1.9.0
flask 3.0.3 3.1.0
greenlet 3.0.3 3.1.1
httpcore 1.0.6 1.0.7
jiter 0.6.1 0.7.1
langchain 0.3.4 0.3.8
langchain-community 0.3.3 0.3.8
langchain-core 0.3.13 0.3.21
langchain-openai 0.2.3 0.2.9
langchain-text-splitters 0.3.0 0.3.2
langsmith 0.1.137 0.1.145
marshmallow 3.23.0 3.23.1
openai 1.52.2 1.55.0
orjson 3.10.10 3.10.12
packaging 24.1 24.2
pydantic 2.9.2 2.10.1
pydantic-core 2.23.4 2.27.1
pydantic-settings 2.5.2 2.6.1
quart 0.19.8 0.19.9
regex 2024.9.11 2024.11.6
tqdm 4.66.5 4.67.1
werkzeug 3.0.6 3.1.3
yarl 1.16.0 1.18.0

Updates aiohttp from 3.10.10 to 3.11.7

Release notes

Sourced from aiohttp's releases.

3.11.7

Bug fixes

  • Fixed the HTTP client not considering the connector's force_close value when setting the Connection header -- by :user:bdraco.

    Related issues and pull requests on GitHub: #10003.

Miscellaneous internal changes

  • Improved performance of serializing HTTP headers -- by :user:bdraco.

    Related issues and pull requests on GitHub: #10014.


3.11.6

Bug fixes

  • Restored the force_close method to the ResponseHandler -- by :user:bdraco.

    Related issues and pull requests on GitHub: #9997.


3.11.5

Bug fixes

  • Fixed the ANY method not appearing in :meth:~aiohttp.web.UrlDispatcher.routes -- by :user:bdraco.

    Related issues and pull requests on GitHub:

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.11.7 (2024-11-21)

Bug fixes

  • Fixed the HTTP client not considering the connector's force_close value when setting the Connection header -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:10003.

Miscellaneous internal changes

  • Improved performance of serializing HTTP headers -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:10014.


3.11.6 (2024-11-19)

Bug fixes

  • Restored the force_close method to the ResponseHandler -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:9997.


3.11.5 (2024-11-19)

... (truncated)

Commits
  • bf04a1b Release 3.11.7 (#10019)
  • ed15e88 [PR #10014/50d23aee backport][3.11] Improve performance of serializing header...
  • 5bcf07d [PR #9961/c984a44b backport][3.11] Disable Python 3.14 builds (#10012)
  • c82c58a [PR #10003/78d1be5 backport][3.11] Fix client connection header not reflectin...
  • 496f649 [PR #10004/a334eef7 backport][3.11] Avoid building skip_headers in `ClientS...
  • d030c05 Increment version to 3.11.7.dev0 (#10002)
  • ff9602d Release 3.11.6 (#10000)
  • b7e3b30 [PR #9997/8c36b51 backport][3.11] Restore the force_close method to the `...
  • 81c33ec [PR #9991/7bbbd126 backport][3.11] Increase allowed benchmark run time to 7 m...
  • 25b49dc Increment version to 3.11.6.dev0 (#9993)
  • Additional commits viewable in compare view

Updates blinker from 1.8.2 to 1.9.0

Release notes

Sourced from blinker's releases.

1.9.0

This is the Blinker 1.9.0 feature release. A feature release may include new features, remove previously deprecated code, add new deprecations, or introduce potentially breaking changes. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades. Test with warnings treated as errors to be able to adapt to deprecation warnings early.

PyPI: https://pypi.org/project/blinker/1.9.0/ Changes: https://blinker.readthedocs.io/en/stable/#version-1-9-0 Milestone: https://github.com/pallets-eco/blinker/milestone/1?closed=1

  • Drop support for Python 3.8. #175
  • Remove previously deprecated __version__, receiver_connected, Signal.temporarily_connected_to and WeakNamespace. #172
  • Skip weakref signal cleanup if the interpreter is shutting down. #173
Changelog

Sourced from blinker's changelog.

Version 1.9.0

Released 2024-11-08

  • Drop support for Python 3.8. :pr:175
  • Remove previously deprecated __version__, receiver_connected, Signal.temporarily_connected_to and WeakNamespace. :pr:172
  • Skip weakref signal cleanup if the interpreter is shutting down. :issue:173
Commits
  • 669f3a0 release version 1.9.0
  • cfe116f try disabling attestions on test pypi
  • 16e4bd7 Merge pull request #174 from projectgus/bugfix/weakref_disconnect_shutdown
  • 42561fd Fix "Exception ignored" in weakref callback during interpreter shutdown.
  • dcce3e9 Merge pull request #175 from pallets-eco/drop-python3.8
  • efa95ea drop support for python 3.8
  • 8230518 update dev dependencies
  • 94f1202 update dev dependencies
  • 8c983ec remove previously deprecated code (#172)
  • f5915f3 set up pre-commit lite workflow
  • Additional commits viewable in compare view

Updates flask from 3.0.3 to 3.1.0

Release notes

Sourced from flask's releases.

3.1.0

This is the Flask 3.1.0 feature release. A feature release may include new features, remove previously deprecated code, add new deprecations, or introduce potentially breaking changes. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades. Test with warnings treated as errors to be able to adapt to deprecation warnings early.

PyPI: https://pypi.org/project/Flask/3.1.0/ Changes: https://flask.palletsprojects.com/en/stable/changes/#version-3-1-0 Milestone: https://github.com/pallets/flask/milestone/33?closed=1

  • Drop support for Python 3.8. #5623
  • Update minimum dependency versions to latest feature releases. Werkzeug >= 3.1, ItsDangerous >= 2.2, Blinker >= 1.9. #5624, #5633
  • Provide a configuration option to control automatic option responses. #5496
  • Flask.open_resource/open_instance_resource and Blueprint.open_resource take an encoding parameter to use when opening in text mode. It defaults to utf-8. #5504
  • Request.max_content_length can be customized per-request instead of only through the MAX_CONTENT_LENGTH config. Added MAX_FORM_MEMORY_SIZE and MAX_FORM_PARTS config. Added documentation about resource limits to the security page. #5625
  • Add support for the Partitioned cookie attribute (CHIPS), with the SESSION_COOKIE_PARTITIONED config. #5472
  • -e path takes precedence over default .env and .flaskenv files. load_dotenv loads default files in addition to a path unless load_defaults=False is passed. #5628
  • Support key rotation with the SECRET_KEY_FALLBACKS config, a list of old secret keys that can still be used for unsigning. Extensions will need to add support. #5621
  • Fix how setting host_matching=True or subdomain_matching=False interacts with SERVER_NAME. Setting SERVER_NAME no longer restricts requests to only that domain. #5553
  • Request.trusted_hosts is checked during routing, and can be set through the TRUSTED_HOSTS config. #5636
Changelog

Sourced from flask's changelog.

Version 3.1.0

Released 2024-11-13

  • Drop support for Python 3.8. :pr:5623
  • Update minimum dependency versions to latest feature releases. Werkzeug >= 3.1, ItsDangerous >= 2.2, Blinker >= 1.9. :pr:5624,5633
  • Provide a configuration option to control automatic option responses. :pr:5496
  • Flask.open_resource/open_instance_resource and Blueprint.open_resource take an encoding parameter to use when opening in text mode. It defaults to utf-8. :issue:5504
  • Request.max_content_length can be customized per-request instead of only through the MAX_CONTENT_LENGTH config. Added MAX_FORM_MEMORY_SIZE and MAX_FORM_PARTS config. Added documentation about resource limits to the security page. :issue:5625
  • Add support for the Partitioned cookie attribute (CHIPS), with the SESSION_COOKIE_PARTITIONED config. :issue:5472
  • -e path takes precedence over default .env and .flaskenv files. load_dotenv loads default files in addition to a path unless load_defaults=False is passed. :issue:5628
  • Support key rotation with the SECRET_KEY_FALLBACKS config, a list of old secret keys that can still be used for unsigning. Extensions will need to add support. :issue:5621
  • Fix how setting host_matching=True or subdomain_matching=False interacts with SERVER_NAME. Setting SERVER_NAME no longer restricts requests to only that domain. :issue:5553
  • Request.trusted_hosts is checked during routing, and can be set through the TRUSTED_HOSTS config. :issue:5636
Commits
  • ab81496 release version 3.1.0
  • 70602a1 remove test pypi
  • 6748a09 update dev dependencies
  • 22c48a7 Merge remote-tracking branch 'origin/stable'
  • 2eab96a use generic bases for session (#5638)
  • f49dbfd use generic bases for session
  • 7b21d43 configure and check request.trusted_hosts (#5637)
  • 4f7156f configure and check trusted_hosts
  • 10bdf61 setting SERVER_NAME does not restrict routing for both subdomain_matching...
  • 4995a77 fix subdomain_matching=False behavior
  • Additional commits viewable in compare view

Updates greenlet from 3.0.3 to 3.1.1

Changelog

Sourced from greenlet's changelog.

3.1.1 (2024-09-20)

  • Fix crashes on 32-bit PPC Linux. Note that there is no CI for this, and support is best effort; there may be other issues lurking. See issue 422 <https://github.com/python-greenlet/greenlet/issues/422>_.
  • Remove unnecessary logging sometimes during interpreter shutdown. See issue 426 <https://github.com/python-greenlet/greenlet/issues/426>_.
  • Fix some crashes on 32-bit PPC MacOS. This is a very old platform, and is only known to be tested on beta versions of an operating system that was never released, using the GCC 14 only provided by MacPorts; it may or may not work on the final MacOS X release that supported 32-bit PowerPC. It has the known issue of leaking memory when greenlets are used in multiple threads. Help debugging this would be appreciated. See PR 419 <https://github.com/python-greenlet/greenlet/pull/419>_.

3.1.0 (2024-09-10)

.. note::

This will be the last release to support Python 3.7 and 3.8.
  • Adds support for Python 3.13.

.. note::

greenlet will not work in no-gil (free threaded) builds of CPython. Internally, greenlet heavily depends on the GIL.

  • Greatly reduce the chances for crashes during interpreter shutdown. See issue 411 <https://github.com/python-greenlet/greenlet/issues/411>_.

Platform Support

Support for the following platforms was contributed by the community. Note that they are untested by this project's continuous integration services.

  • Hitachi's SuperH CPU <https://github.com/python-greenlet/greenlet/issues/166>_.
  • NetBSD on PowerPC. <https://github.com/python-greenlet/greenlet/pull/402>_
  • RiscV 64 with -fno-omit-frame-pointer <https://github.com/python-greenlet/greenlet/pull/404>. Note that there are known test failures <https://github.com/python-greenlet/greenlet/issues/403>, so this

... (truncated)

Commits
  • dd0a948 Preparing release 3.1.1
  • ab8d3bc Disable thread-local cleanup on 32-bit MacOS PPC with GCC. This will result i...
  • e9db22a Merge pull request #429 from python-greenlet/issue419redux
  • 6081a16 Merge pull request #419 from barracuda156/powerpc
  • dbf311a Greater safety and fewer assumptions doing cross-thread cleanup.
  • 9e8a90b Set back greenlet_thread_state.hpp file
  • 1bf374f Duplicate greenlet_thread_state.hpp history.
  • 64e0b4f Copy greenlet_thread_state.hpp into TThreadStateCreator.hpp
  • 358a2e8 Keep greenlet_thread_state.hpp
  • 5144f70 Sigh. Pip hides compiler output which is, you know, important, and the only w...
  • Additional commits viewable in compare view

Updates httpcore from 1.0.6 to 1.0.7

Release notes

Sourced from httpcore's releases.

Version 1.0.7 (November 15th, 2024)

  • Support proxy=… configuration on ConnectionPool(). (#974)
Changelog

Sourced from httpcore's changelog.

Version 1.0.7 (November 15th, 2024)

  • Support proxy=… configuration on ConnectionPool(). (#974)
Commits

Updates jiter from 0.6.1 to 0.7.1

Commits

Updates langchain from 0.3.4 to 0.3.8

Release notes

Sourced from langchain's releases.

langchain-core==0.3.8

Changes since langchain-core==0.3.7

core[patch]: Release 0.3.8 (#27046) core[patch]: Support injected tool args that are arbitrary types (#27045) core[patch]: fix init of RunnableAssign (#26903) multiple: update docs urls to latest 2 (#26837) core[patch]: improve index/aindex api when batch_size<n_docs (#25754) core[patch]: Add kwargs to Runnable (#27008) Merge pull request #26794

langchain-community==0.3.8

Changes since langchain-community==0.3.7

community[patch]: release 0.3.8 (#28316) community[patch]: fix errors introduced by pydantic 2.10 (#28297) community: list valid values for LanceDB constructor's mode argument (#28296) community: fix compatibility issue in kinetica chat model integration for Pydantic 2 (#28252) multiple: push deprecation removals to 1.0 (#28236) community: Outlines integration (#27449) community: Add deprecation warning for GigaChat integration in langchain-community (#28022) community: fix duplicate content (#28003) community: SamabanovaCloud tool calling and Structured output (#27967) community: fix some features on Naver ChatModel & embedding model (#28228) standard-tests: rename langchain_standard_tests to langchain_tests, release 0.3.2 (#28203) community: OpenSearchVectorStore: use engine set at init() time by default (#28147) multiple: langchain-standard-tests -> langchain-tests (#28139) community: add reka chat model integration (#27379) community: sambanovacloud llm integration (#27526) core[patch]: support numpy 2 (#27991) community: chore warn deprecate the tracer (#27159) Handled empty search result handling and updated the notebook (#27914)

langchain==0.3.8

Changes since langchain==0.3.7

langchain[patch]: release 0.3.8 (#28315) langchain[patch]: Compat with pydantic 2.10 (#28307) langchain[patch]: update deprecation message for MapReduceChain (#28304) community[patch]: fix errors introduced by pydantic 2.10 (#28297) infra: remove stale dockerfiles from repo (#28243) standard-tests: rename langchain_standard_tests to langchain_tests, release 0.3.2 (#28203) langchain: add missing punctuation in react_single_input.py (#28161) multiple: langchain-standard-tests -> langchain-tests (#28139) core[patch]: support numpy 2 (#27991) anthropic[major]: support python 3.13 (#27916) docs: document init_chat_model standard params (#27812)

langchain-core==0.3.7

Changes since langchain-core==0.3.6

... (truncated)

Commits

Updates langchain-community from 0.3.3 to 0.3.8

Release notes

Sourced from langchain-community's releases.

langchain-community==0.3.8

Changes since langchain-community==0.3.7

community[patch]: release 0.3.8 (#28316) community[patch]: fix errors introduced by pydantic 2.10 (#28297) community: list valid values for LanceDB constructor's mode argument (#28296) community: fix compatibility issue in kinetica chat model integration for Pydantic 2 (#28252) multiple: push deprecation removals to 1.0 (#28236) community: Outlines integration (#27449) community: Add deprecation warning for GigaChat integration in langchain-community (#28022) community: fix duplicate content (#28003) community: SamabanovaCloud tool calling and Structured output (#27967) community: fix some features on Naver ChatModel & embedding model (#28228) standard-tests: rename langchain_standard_tests to langchain_tests, release 0.3.2 (#28203) community: OpenSearchVectorStore: use engine set at init() time by default (#28147) multiple: langchain-standard-tests -> langchain-tests (#28139) community: add reka chat model integration (#27379) community: sambanovacloud llm integration (#27526) core[patch]: support numpy 2 (#27991) community: chore warn deprecate the tracer (#27159) Handled empty search result handling and updated the notebook (#27914)

langchain-community==0.3.7

Changes since langchain-community==0.3.6

community[patch]: release 0.3.7 (#28061) anthropic[major]: support python 3.13 (#27916) Improvement[Community]Improve Embeddings API (#28038)

langchain-community==0.3.6

Changes since langchain-community==0.3.5

community[patch]: Release 0.3.6 (#28046) community[patch]: Added type hinting to OpenSearch clients (#27946) Community: Google Books API Tool (#27307) docs: new stack diagram (#27972) community: handle chatdeepinfra jsondecode error (#27603) Add ChatModels wrapper for Cloudflare Workers AI (#27645) community: bytes as a source to AzureAIDocumentIntelligenceLoader (#26618) community: ZeroxPDFLoader (#27800) community: Memcached LLM Cache Integration (#27323) community: add InfinityRerank (#27043) community: Allow other than default parsers in SharePointLoader and OneDriveLoader (#27716) community: added Document.id support to opensearch vectorstore (#27945) community: re-arrange function call message parse logic for Qianfan (#27935) community: chroma error patch(attribute changed on chroma) (#27827) community: ✨ Use new OVHcloud batch embedding (#26209) community: update Vectara integration (#27869) community: fixed bug in GraphVectorStoreRetriever (#27846) community: set default output_token_limit value for PowerBIToolkit to fix validation error (#26308)

... (truncated)

Commits

Updates langchain-core from 0.3.13 to 0.3.21

Release notes

Sourced from langchain-core's releases.

langchain-core==0.3.21

Changes since langchain-core==0.3.20

core[patch]: release 0.3.21 (#28314) core[patch]: Compat pydantic 2.10 (#28308)

langchain-core==0.3.20

Changes since langchain-core==0.3.19

core[patch]: release 0.3.20 (#28293) core[patch]: support final AIMessage responses in tool_example_to_messages (#28267) core: add space at end of error message link (#28270) core[minor]: Add other langgraph packages to sys_info (#28190) standard-tests: rename langchain_standard_tests to langchain_tests, release 0.3.2 (#28203) multiple: langchain-standard-tests -> langchain-tests (#28139)

langchain-core==0.3.19

Changes since langchain-core==0.3.18

core: release 0.3.19 (#28137) core[patch]: add caching to get_function_nonlocals (#28131) core[patch]: support numpy 2 (#27991)

langchain-core==0.3.18

Changes since langchain-core==0.3.17

core: release 0.3.18 (#28070) core: added DeleteResponse to the module (#28069) core[patch]: Update doc-strings in callbacks (#28073) partners: add xAI chat integration (#28032)

langchain-core==0.3.17

Changes since langchain-core==0.3.16

Added tools as optional parameter in signature for BaseLanguageModel.get_num_tokens_from_messages.

core[patch]: release 0.3.17 (#28060) anthropic[major]: support python 3.13 (#27916)

langchain-core==0.3.16

Changes since langchain-core==0.3.15

core[patch]: Release 0.3.16 (#28045) docs: new stack diagram (#27972) langchain_core: add file_type option to make file type default as png (#27855) docs: fix trim_messages docstring (#27948) core[patch]: make oai tool description optional (#27756) core: fix CommaSeparatedListOutputParser to handle columns that may contain commas in it (#26365) langchain[patch]: Add warning in react agent (#26980) core: use friendlier names for duplicated nodes in mermaid output (#27747)

... (truncated)

Commits

Updates langchain-openai from 0.2.3 to 0.2.9

Release notes

Sourced from langchain-openai's releases.

langchain-openai==0.2.9

Changes since langchain-openai==0.2.8

openai: release 0.2.9, o1 streaming (#28197) multiple: langchain-standard-tests -> langchain-tests (#28139)

langchain-openai==0.2.8

Changes since langchain-openai==0.2.7

openai[patch]: release 0.2.8 (#28062) anthropic[major]: support python 3.13 (#27916)

langchain-openai==0.2.7

Changes since langchain-openai==0.2.6

openai[patch]: fix azure oai stream check (#28048) openai[patch]: Release 0.2.7 (#28047) openai[patch]: default to invoke on o1 stream() (#27983)

langchain-openai==0.2.6

Changes since langchain-openai==0.2.5

openai[patch]: release 0.2.6 (#27924)

langchain-openai==0.2.5

Changes since langchain-openai==0.2.4

integrations[patch]: bump core to 0.3.15 (#27805) openai[patch]: add check for none values when summing token usage (#27585)

langchain-openai==0.2.4

Changes since langchain-openai==0.2.3

openai[patch]: fix schema formatting util (#27685) openai[patch]: Release 0.2.4 (#27652) openai[patch]: accept json schema response format directly (#27623) partners/openai + community: Async Azure AD token provider support for Azure OpenAI (#27488)

Commits

Updates langchain-text-splitters from 0.3.0 to 0.3.2

Release notes

Sourced from langchain-text-splitters's releases.

langchain-text-splitters==0.3.2

Changes since langchain-text-splitters==0.3.1

many: use core 0.3.15 (#27834)

langchain-text-splitters==0.3.1

Changes since langchain-text-splitters==0.3.0

text-splitters[patch]: Release 0.3.1 (#27726) all: test 3.13 ci (#27197) Improvement[Community] Improve Document Loaders and Splitters (#27568) multiple: rely on asyncio_mode auto in tests (#27200) Improvement[text-splitter] Fix import of ExperimentalMarkdownSyntaxTextSplitter (#26703)

Commits
  • ee63d21 many: use core 0.3.15 (#27834)
  • c3c638c docs: Reference new databricks-langchain package (#27828)
  • 33d4455 docs: update VectorStore api reference url in retrievers.ipynb (#27814)
  • 9a4a630 docs: Update Retrievers and Runnable links in Retrievers subsection of retrie...
  • b0dfff4 Fixed broken link for TokenTextSplitter (#27824)
  • b4cb208 langchain[patch]: Add warning in react agent (#26980)
  • 2f62546 docs: fix more links (#27809)
  • e3ea365 core: use friendlier names for duplicated nodes in mermaid output (#27747)
  • 71f590d docs: fix more broken links (#27806)
  • c572d66 docs: Ontotext GraphDB QA Chain Update Documentation (Fix versions of librari...
  • Additional commits viewable in compare view

Updates langsmith from 0.1.137 to 0.1.145

Release notes

Sourced from langsmith's releases.

v0.1.145

What's Changed

New Contributors

Full Changelog: langchain-ai/langsmith-sdk@v0.1.144...v0.1.145

v0.1.144

What's Changed

Bumps the python-requirements group with 24 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.10.10` | `3.11.7` |
| [blinker](https://github.com/pallets-eco/blinker) | `1.8.2` | `1.9.0` |
| [flask](https://github.com/pallets/flask) | `3.0.3` | `3.1.0` |
| [greenlet](https://github.com/python-greenlet/greenlet) | `3.0.3` | `3.1.1` |
| [httpcore](https://github.com/encode/httpcore) | `1.0.6` | `1.0.7` |
| [jiter](https://github.com/pydantic/jiter) | `0.6.1` | `0.7.1` |
| [langchain](https://github.com/langchain-ai/langchain) | `0.3.4` | `0.3.8` |
| [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.3` | `0.3.8` |
| [langchain-core](https://github.com/langchain-ai/langchain) | `0.3.13` | `0.3.21` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `0.2.3` | `0.2.9` |
| [langchain-text-splitters](https://github.com/langchain-ai/langchain) | `0.3.0` | `0.3.2` |
| [langsmith](https://github.com/langchain-ai/langsmith-sdk) | `0.1.137` | `0.1.145` |
| [marshmallow](https://github.com/marshmallow-code/marshmallow) | `3.23.0` | `3.23.1` |
| [openai](https://github.com/openai/openai-python) | `1.52.2` | `1.55.0` |
| [orjson](https://github.com/ijl/orjson) | `3.10.10` | `3.10.12` |
| [packaging](https://github.com/pypa/packaging) | `24.1` | `24.2` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.9.2` | `2.10.1` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.23.4` | `2.27.1` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.5.2` | `2.6.1` |
| [quart](https://github.com/pallets/quart) | `0.19.8` | `0.19.9` |
| [regex](https://github.com/mrabarnett/mrab-regex) | `2024.9.11` | `2024.11.6` |
| [tqdm](https://github.com/tqdm/tqdm) | `4.66.5` | `4.67.1` |
| [werkzeug](https://github.com/pallets/werkzeug) | `3.0.6` | `3.1.3` |
| [yarl](https://github.com/aio-libs/yarl) | `1.16.0` | `1.18.0` |



Updates `aiohttp` from 3.10.10 to 3.11.7
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.10.10...v3.11.7)

Updates `blinker` from 1.8.2 to 1.9.0
- [Release notes](https://github.com/pallets-eco/blinker/releases)
- [Changelog](https://github.com/pallets-eco/blinker/blob/main/CHANGES.rst)
- [Commits](pallets-eco/blinker@1.8.2...1.9.0)

Updates `flask` from 3.0.3 to 3.1.0
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@3.0.3...3.1.0)

Updates `greenlet` from 3.0.3 to 3.1.1
- [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst)
- [Commits](python-greenlet/greenlet@3.0.3...3.1.1)

Updates `httpcore` from 1.0.6 to 1.0.7
- [Release notes](https://github.com/encode/httpcore/releases)
- [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md)
- [Commits](encode/httpcore@1.0.6...1.0.7)

Updates `jiter` from 0.6.1 to 0.7.1
- [Release notes](https://github.com/pydantic/jiter/releases)
- [Commits](pydantic/jiter@v0.6.1...v0.7.1)

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

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

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

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

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

Updates `langsmith` from 0.1.137 to 0.1.145
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](langchain-ai/langsmith-sdk@v0.1.137...v0.1.145)

Updates `marshmallow` from 3.23.0 to 3.23.1
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/marshmallow@3.23.0...3.23.1)

Updates `openai` from 1.52.2 to 1.55.0
- [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.52.2...v1.55.0)

Updates `orjson` from 3.10.10 to 3.10.12
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](ijl/orjson@3.10.10...3.10.12)

Updates `packaging` from 24.1 to 24.2
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@24.1...24.2)

Updates `pydantic` from 2.9.2 to 2.10.1
- [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.1)

Updates `pydantic-core` from 2.23.4 to 2.27.1
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.23.4...v2.27.1)

Updates `pydantic-settings` from 2.5.2 to 2.6.1
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.5.2...v2.6.1)

Updates `quart` from 0.19.8 to 0.19.9
- [Release notes](https://github.com/pallets/quart/releases)
- [Changelog](https://github.com/pallets/quart/blob/main/CHANGES.md)
- [Commits](pallets/quart@0.19.8...0.19.9)

Updates `regex` from 2024.9.11 to 2024.11.6
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](mrabarnett/mrab-regex@2024.9.11...2024.11.6)

Updates `tqdm` from 4.66.5 to 4.67.1
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.66.5...v4.67.1)

Updates `werkzeug` from 3.0.6 to 3.1.3
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@3.0.6...3.1.3)

Updates `yarl` from 1.16.0 to 1.18.0
- [Release notes](https://github.com/aio-libs/yarl/releases)
- [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst)
- [Commits](aio-libs/yarl@v1.16.0...v1.18.0)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: blinker
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: greenlet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: httpcore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: jiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: langchain
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: langchain-community
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: langchain-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: langchain-openai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: langchain-text-splitters
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: langsmith
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: marshmallow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: orjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: packaging
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: pydantic-settings
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: quart
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: tqdm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: werkzeug
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: yarl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 25, 2024
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