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 23 updates #123

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
aiohttp 3.10.10 3.11.2
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.7
langchain-community 0.3.3 0.3.7
langchain-core 0.3.13 0.3.19
langchain-openai 0.2.3 0.2.8
langchain-text-splitters 0.3.0 0.3.2
langsmith 0.1.137 0.1.143
marshmallow 3.23.0 3.23.1
openai 1.52.2 1.54.4
orjson 3.10.10 3.10.11
packaging 24.1 24.2
pydantic-core 2.23.4 2.27.0
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.0
werkzeug 3.0.6 3.1.3
yarl 1.16.0 1.17.2

Updates aiohttp from 3.10.10 to 3.11.2

Release notes

Sourced from aiohttp's releases.

3.11.2

Bug fixes

  • Fixed improperly closed WebSocket connections generating an unhandled exception -- by :user:bdraco.

    Related issues and pull requests on GitHub: #9883.


3.11.1

Bug fixes

  • Added a backward compatibility layer to :class:aiohttp.RequestInfo to allow creating these objects without a real_url -- by :user:bdraco.

    Related issues and pull requests on GitHub: #9873.


3.11.0

Bug fixes

  • Raise :exc:aiohttp.ServerFingerprintMismatch exception on client-side if request through http proxy with mismatching server fingerprint digest: aiohttp.ClientSession(headers=headers, connector=TCPConnector(ssl=aiohttp.Fingerprint(mismatch_digest), trust_env=True).request(...) -- by :user:gangj.

    Related issues and pull requests on GitHub: #6652.

  • Modified websocket :meth:aiohttp.ClientWebSocketResponse.receive_str, :py:meth:aiohttp.ClientWebSocketResponse.receive_bytes, :py:meth:aiohttp.web.WebSocketResponse.receive_str & :py:meth:aiohttp.web.WebSocketResponse.receive_bytes methods to raise new :py:exc:aiohttp.WSMessageTypeError exception, instead of generic :py:exc:TypeError, when websocket messages of incorrect types are received -- by :user:ara-25.

    Related issues and pull requests on GitHub: #6800.

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.11.2 (2024-11-14)

Bug fixes

  • Fixed improperly closed WebSocket connections generating an unhandled exception -- by :user:bdraco.

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


3.11.1 (2024-11-14)

Bug fixes

  • Added a backward compatibility layer to :class:aiohttp.RequestInfo to allow creating these objects without a real_url -- by :user:bdraco.

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


3.11.0 (2024-11-13)

Bug fixes

  • Raise :exc:aiohttp.ServerFingerprintMismatch exception on client-side if request through http proxy with mismatching server fingerprint digest: aiohttp.ClientSession(headers=headers, connector=TCPConnector(ssl=aiohttp.Fingerprint(mismatch_digest), trust_env=True).request(...) -- by :user:gangj.

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

... (truncated)

Commits

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.7

Release notes

Sourced from langchain's releases.

langchain-core==0.3.7

Changes since langchain-core==0.3.6

core[patch]: Release 0.3.7 (#27004) core[patch]: fix structured prompt template format (#27003) core: Add ruff rules for pycodestyle Warning (W) (#26964) core[patch]: Add ruff rules for flake8-simplify (SIM) (#26848) docs: Upgrade examples with RunnableWithMessageHistory to langgraph memory (#26855) core: Add ruff rules for PIE (#26939) core[fix]: using async rate limiter methods in async code (#26914) core: Fix IndexError when trim_messages invoked with empty list (#26896)

langchain==0.3.7

Changes since langchain==0.3.6

many: use core 0.3.15 (#27834) langchain[patch]: Add warning in react agent (#26980)

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-core==0.3.6

Changes since langchain-core==0.3.5

core: release 0.3.6 (#26863) core: Add ruff rules for comprehensions (C4) (#26829) [Core] Add more interops tests (#26841) [Core] Inherit tracing metadata & tags (#26838) core: Run LangChainTracer inline (#26797) core[patch]: On Chain Start Fix for Chain Class (#26593) core[patch]: set default on Blob (#26787)

langchain==0.3.6

Changes since langchain==0.3.5

langchain: release 0.3.6 (#27768)

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)

... (truncated)

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 langchain-community from 0.3.3 to 0.3.7

Release notes

Sourced from langchain-community's releases.

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) community: read function call from tool_calls for Qianfan (#26208)

langchain-community==0.3.5

Changes since langchain-community==0.3.4

many: use core 0.3.15 (#27834) feat: add batch request support for text-embedding-v3 model (#26375) fix "WARNING: Received notification from DBMS server: {severity: WARN… (#27112) Update word_document.py | Fixed metadata["source"] for web paths (#27220) community: fix @​embeddingKey in azure cosmos db no sql (#27377) community: Update Polygon.io API (#27552) community: [fix] add missing tool_calls kwargs of delta message in openai adapter (#27492) community: Fix a validation error for MoonshotChat (#27801) community: add AzureOpenAIWhisperParser (#27796) community[patch]: cap SQLAlchemy and update deps (#27792) LangChain-Community - AzureCosmos Mongo vCore: Bug Fix when the data doesn't contain metadata field (#27772) community: OCI Generative AI tool calling bug fix (#26910)

langchain-community==0.3.4

Changes since langchain-community==0.3.3

community: release 0.3.4 (#27769)

... (truncated)

Commits

Updates langchain-core from 0.3.13 to 0.3.19

Release notes

Sourced from langchain-core's releases.

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)

langchain-core==0.3.15

Changes since langchain-core==0.2.42

core[patch]: update image util err msg (#27803) core[patch]: Release 0.3.15 (#27802) core[patch]: rm image loading (#27797) Improvement [docs] Improve api docs (#27787) core[patch]: Release 0.3.14 (#27764) core[patch]: make get_all_basemodel_annotations public (#27761) core[patch]: support bedrock converse -> openai tool (#27754) Support message trimming on single messages (#27729) core: JsonOutputParser UTF characters bug (#27306) core[patch]: Improve type checking for the tool decorator (#27460) core: test runner improvements (#27654) core[patch]: improve performance of InMemoryVectorStore (#27538)

... (truncated)

Commits
  • d3252b7 core: release 0.3.19 (#28137)
  • 585479e docs: add legacy LLM page to concepts index (#28135)
  • 39956a3 community: sambanovacloud llm integration (#27526)
  • d696728 partners/ollama: Enabled Token Level Streaming when Using Bind Tools for Chat...
  • 776e327 standard-tests[patch]: add test for async tool calling (#28133)
  • ed4952e core[patch]: add caching to get_function_nonlocals (#28131)
  • 74438f3 docs: add links to concept guides in how-tos (#28118)
  • ef2dc9e docs: update "quickstart" tutorial (#28096)
  • f122273 core[patch]: support numpy 2 (#27991)
  • cff70c2 docs: Add hyperlink to immediately show the table at the bottom of th… (#28102)
  • Additional commits viewable in compare view

Updates langchain-openai from 0.2.3 to 0.2.8

Release notes

Sourced from langchain-openai's releases.

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.143

Release notes

Sourced from langsmith's releases.

v0.1.143

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.1.142...v0.1.143

v0.1.142

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.1.141...v0.1.142

v0.1.141

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.1.140...v0.1.141

v0.1.140

What's Changed

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

| Package | From | To |
| --- | --- | --- |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.10.10` | `3.11.2` |
| [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.7` |
| [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.3` | `0.3.7` |
| [langchain-core](https://github.com/langchain-ai/langchain) | `0.3.13` | `0.3.19` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `0.2.3` | `0.2.8` |
| [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.143` |
| [marshmallow](https://github.com/marshmallow-code/marshmallow) | `3.23.0` | `3.23.1` |
| [openai](https://github.com/openai/openai-python) | `1.52.2` | `1.54.4` |
| [orjson](https://github.com/ijl/orjson) | `3.10.10` | `3.10.11` |
| [packaging](https://github.com/pypa/packaging) | `24.1` | `24.2` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.23.4` | `2.27.0` |
| [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.0` |
| [werkzeug](https://github.com/pallets/werkzeug) | `3.0.6` | `3.1.3` |
| [yarl](https://github.com/aio-libs/yarl) | `1.16.0` | `1.17.2` |



Updates `aiohttp` from 3.10.10 to 3.11.2
- [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.2)

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.7
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==0.3.4...langchain==0.3.7)

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

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

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

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.143
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](langchain-ai/langsmith-sdk@v0.1.137...v0.1.143)

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.54.4
- [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.54.4)

Updates `orjson` from 3.10.10 to 3.10.11
- [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.11)

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-core` from 2.23.4 to 2.27.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.23.4...v2.27.0)

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.rst)
- [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.0
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.66.5...v4.67.0)

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.17.2
- [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.17.2)

---
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-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 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 25, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-requirements-caa500c12b branch November 25, 2024 16:21
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