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 19 updates #120

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
blinker 1.8.2 1.9.0
greenlet 3.0.3 3.1.1
jiter 0.6.1 0.7.0
langchain 0.3.4 0.3.7
langchain-community 0.3.3 0.3.5
langchain-core 0.3.13 0.3.15
langchain-openai 0.2.3 0.2.6
langchain-text-splitters 0.3.0 0.3.2
langsmith 0.1.137 0.1.142
marshmallow 3.23.0 3.23.1
openai 1.52.2 1.54.3
orjson 3.10.10 3.10.11
packaging 24.1 24.2
pydantic-core 2.23.4 2.26.0
pydantic-settings 2.5.2 2.6.1
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.1

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 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 jiter from 0.6.1 to 0.7.0

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

Changes since langchain-core==0.3.4

core: release 0.3.5 (#26737) [LangChainTracer] Omit Chunk (#26602) [Tracer] add project name to run from tracer (#26736) core: fix "template" not allowed as prompt param (#26060)

langchain==0.3.5

Changes since langchain==0.3.4

langchain[patch]: Release 0.3.5 (#27727) docs: Fix typo in _action_agent docs section (#27698) all: test 3.13 ci (#27197) langchain[patch]: de-beta init_chat_model (#27558)

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

Release notes

Sourced from langchain-community's releases.

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) community[patch]: Fix Playwright Tools bug with Pydantic schemas (#27050) community: prevent gitlab commit on main branch for Gitlab tool (#27750) community: Add Writer integration (#27646) community: Update Replicate LLM and fix tests (#27655) docs: Add OpenAIAssistantV2Runnable docstrings (#27402) community: add new parameters to pass to OpenAIAssistantV2Runnable (#27372) community: Add token_usage and model_name metadata to ChatZhipuAI stream() and astream() response (#27677) community: Added anthropic.claude-3-5-sonnet-20241022-v2:0 cost detials (#27728) community[patch]: Fix vLLM integration to apply lora_request (#27731) community[pathch]: Add missing custom content_key handling in Redis vector store (#27736) community: Fix closed session in Infinity (#26933) community: sambastudio llm refactor (#27215) all: test 3.13 ci (#27197) community[patch]: Fix missing protected_namespaces(). (#27610) Improvement[Community] Improve Document Loaders and Splitters (#27568) community: Add Naver chat model & embeddings (#25162) community: Fix the failure of ChatSparkLLM after upgrading to Pydantic V2 (#27418) Community: Fix DuckDuckGo search tool Output Format (#27479) partners/openai + community: Async Azure AD token provider support for Azure OpenAI (#27488) community: Update file_path type in JSONLoader.__init__() signature (#27535) community: Cassandra Vector Store: modernize implementation (#27253) community: fix DallE hidden open_api_key (#26996) community: fix a typo in planner_prompt.py (#27489) community: fix lint from new mypy (#27474)

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-core from 0.3.13 to 0.3.15

Release notes

Sourced from langchain-core's releases.

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) all: test 3.13 ci (#27197) core[patch]: Release 0.3.13 (#27651) core: remove mustache in extended deps (#27629) core: add flake8-bandit (S) ruff rules to core (#27368) core[patch]: fix repr and str for Serializable (#26786) core[patch]: convert_to_openai_tool Anthropic support (#27591) core: fix Image prompt template hardcoded template format (#27495) core: release 0.3.12 (#27410) docs, core: error messaging [wip] (#27397) core[patch]: 0.3.11 release (#27403) core[patch]: add convert_to_openai_messages util (#27263) multiple: rely on asyncio_mode auto in tests (#27200) core[patch]: Ignore ASYNC110 to upgrade to newest ruff version (#27229) core[patch],langchain[patch],community[patch]: Bump version dependency of tenacity to >=8.1.0,!=8.4.0,<10 (#27201) core: release 0.3.10 (#27209) core[patch]: utils for adding/subtracting usage metadata (#27203) core[patch]: support ValidationError from pydantic v1 in tools (#27194) core: Add various ruff rules (#26836) core: update make format to fix all autofixable things (#27174) core: Add ruff rules for error messages (EM) (#26965) core[minor]: Improve support for id in VectorStore (#26660) core[patch]: Update AsyncCallbackManager to honor run_inline attribute and prevent context loss (#26885) core[minor]: add **kwargs to index and aindex functions for custom vector_field support (#26998) core[patch]: correct typo doc-string for astream_events method (#27108) core[patch]: Release 0.3.9 (#27117) core,integrations[minor]: Dont error on fields in model_kwargs (#27110) core: fix batch race condition in FakeListChatModel (#26924) core[patch]: exclude model cache from ser (#27086) core[patch]: add UsageMetadata details (#27072) 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)

... (truncated)

Commits

Updates langchain-openai from 0.2.3 to 0.2.6

Release notes

Sourced from langchain-openai's releases.

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

Release notes

Sourced from langsmith's releases.

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

New Contributors

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

v0.1.139

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.1.138...v0.1.139

v0.1.139rc2

... (truncated)

Commits

Updates marshmallow from 3.23.0 to 3.23.1

Changelog

Sourced from marshmallow's changelog.

3.23.1 (2024-11-01)


Support:

  • Document absolute parameter of URL field (:pr:2327).
  • Documentation: Remove (outdated) minimum Python 3 minor version in documentation and README (:pr:2323).
Commits
  • 1b1250d Bump version and update changelog
  • 31d67b9 Merge pull request #2328 from marshmallow-code/rm_pytz
  • 77229d1 Remove types-pytz from pre-commit config
  • 91d5c0c Document "absolute" URL field parameter (#2327)
  • 341b927 Update Fern sponsor link
  • d686cd8 Bump autodocsumm from 0.2.13 to 0.2.14 (#2326)
  • 90637c2 Merge pull request #2323 from marshmallow-code/docs_py38
  • 0b4dbe1 Remove min Python 3 minor version in docs and README
  • See full diff in compare view

Updates openai from 1.52.2 to 1.54.3

Release notes

Sourced from openai's releases.

v1.54.3

1.54.3 (2024-11-06)

Full Changelog: v1.54.2...v1.54.3

Bug Fixes

v1.54.2

1.54.2 (2024-11-06)

Full Changelog: v1.54.1...v1.54.2

Chores

v1.54.1

1.54.1 (2024-11-05)

Full Changelog: v1.54.0...v1.54.1

Bug Fixes

  • add new prediction param to all methods (6aa424d)

v1.54.0

1.54.0 (2024-11-04)

Full Changelog: v1.53.1...v1.54.0

Features

v1.53.1

1.53.1 (2024-11-04)

Full Changelog: v1.53.0...v1.53.1

Bug Fixes

  • don't use dicts as iterables in transform (#1842) (258f265)
  • support json safe serialization for basemodel subclasses (#1844) (2b80c90)

Chores

... (truncated)

Changelog

Sourced from openai's changelog.

1.54.3 (2024-11-06)

Full Changelog: v1.54.2...v1.54.3

Bug Fixes

1.54.2 (2024-11-06)

Full Changelog: v1.54.1...v1.54.2

Chores

1.54.1 (2024-11-05)

Full Changelog: v1.54.0...v1.54.1

Bug Fixes

  • add new prediction param to all methods (6aa424d)

1.54.0 (2024-11-04)

Full Changelog: v1.53.1...v1.54.0

Features

1.53.1 (2024-11-04)

Full Changelog: v1.53.0...v1.53.1

Bug Fixes

  • don't use dicts as iterables in transform (#1842) (258f265)
  • support json safe serialization for basemodel subclasses (#1844) (2b80c90)

Chores

1.53.0 (2024-10-30)

Full Changelog: v1.52.2...v1.53.0

... (truncated)

Commits

Updates orjson from 3.10.10 to 3.10.11

Release notes...

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [blinker](https://github.com/pallets-eco/blinker) | `1.8.2` | `1.9.0` |
| [greenlet](https://github.com/python-greenlet/greenlet) | `3.0.3` | `3.1.1` |
| [jiter](https://github.com/pydantic/jiter) | `0.6.1` | `0.7.0` |
| [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.5` |
| [langchain-core](https://github.com/langchain-ai/langchain) | `0.3.13` | `0.3.15` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `0.2.3` | `0.2.6` |
| [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.142` |
| [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.3` |
| [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.26.0` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.5.2` | `2.6.1` |
| [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.1` |



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 `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 `jiter` from 0.6.1 to 0.7.0
- [Release notes](https://github.com/pydantic/jiter/releases)
- [Commits](pydantic/jiter@v0.6.1...v0.7.0)

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

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

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

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

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

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.26.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.23.4...v2.26.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 `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.1
- [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.1)

---
updated-dependencies:
- dependency-name: blinker
  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: 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: 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 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2024

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

@dependabot dependabot bot closed this Nov 18, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-requirements-7ddcdbc29b branch November 18, 2024 15:50
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