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 15 updates #151

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
async-timeout 4.0.3 5.0.1
attrs 24.3.0 25.1.0
hpack 4.0.0 4.1.0
hyperframe 6.0.1 6.1.0
langchain 0.3.14 0.3.15
langchain-community 0.3.14 0.3.15
langchain-core 0.3.29 0.3.31
langchain-openai 0.2.14 0.3.2
langchain-text-splitters 0.3.4 0.3.5
langsmith 0.2.10 0.3.1
marshmallow 3.23.3 3.26.0
openai 1.59.3 1.60.1
orjson 3.10.13 3.10.15
pydantic 2.10.4 2.10.6
sqlalchemy 2.0.36 2.0.37

Updates async-timeout from 4.0.3 to 5.0.1

Release notes

Sourced from async-timeout's releases.

5.0.1

Misc

  • [#423](https://github.com/aio-libs/async-timeout/issues/423) <https://github.com/aio-libs/async-timeout/issues/423>_

5.0.0

Features

  • Make asyncio_timeout fully compatible with the standard asyncio.Timeout but keep backward compatibility with existing asyncio_timeout.Timeout API. ([#422](https://github.com/aio-libs/async-timeout/issues/422) <https://github.com/aio-libs/async-timeout/issues/422>_)

Improved Documentation

  • On the CHANGES/README.rst <https://github.com/aio-libs/async-timeout/tree/master/CHANGES/README.rst>_ page, a link to the Towncrier philosophy has been fixed. ([#388](https://github.com/aio-libs/async-timeout/issues/388) <https://github.com/aio-libs/async-timeout/issues/388>_)

Deprecations and Removals

  • Drop deprecated sync context manager support, use async with timeout(...): ... instead. ([#421](https://github.com/aio-libs/async-timeout/issues/421) <https://github.com/aio-libs/async-timeout/issues/421>_)
Changelog

Sourced from async-timeout's changelog.

5.0.1 (2024-11-06)

Misc

  • [#423](https://github.com/aio-libs/async-timeout/issues/423) <https://github.com/aio-libs/async-timeout/issues/423>_

5.0.0 (2024-10-31)

Features

  • Make asyncio_timeout fully compatible with the standard asyncio.Timeout but keep backward compatibility with existing asyncio_timeout.Timeout API. ([#422](https://github.com/aio-libs/async-timeout/issues/422) <https://github.com/aio-libs/async-timeout/issues/422>_)

Improved Documentation

  • On the CHANGES/README.rst <https://github.com/aio-libs/async-timeout/tree/master/CHANGES/README.rst>_ page, a link to the Towncrier philosophy has been fixed. ([#388](https://github.com/aio-libs/async-timeout/issues/388) <https://github.com/aio-libs/async-timeout/issues/388>_)

Deprecations and Removals

  • Drop deprecated sync context manager support, use async with timeout(...): ... instead. ([#421](https://github.com/aio-libs/async-timeout/issues/421) <https://github.com/aio-libs/async-timeout/issues/421>_)
Commits

Updates attrs from 24.3.0 to 25.1.0

Commits

Updates hpack from 4.0.0 to 4.1.0

Changelog

Sourced from hpack's changelog.

4.1.0 (2025-01-22)

API Changes (Backward Incompatible)

  • Support for Python 3.6 has been removed.
  • Support for Python 3.7 has been removed.
  • Support for Python 3.8 has been removed.
  • Renamed InvalidTableIndex exception to InvalidTableIndexError.

API Changes (Backward Compatible)

  • Support for Python 3.9 has been added.
  • Support for Python 3.10 has been added.
  • Support for Python 3.11 has been added.
  • Support for Python 3.12 has been added.
  • Support for Python 3.13 has been added.
  • Optimized bytes encoding of headers.
  • Updated packaging and testing infrastructure.
  • Code cleanup and linting.
  • Added type hints.
Commits

Updates hyperframe from 6.0.1 to 6.1.0

Changelog

Sourced from hyperframe's changelog.

6.1.0 (2025-01-22)

API Changes (Backward Incompatible)

  • Support for Python 3.6 has been removed.
  • Support for Python 3.7 has been removed.
  • Support for Python 3.8 has been removed.

API Changes (Backward Compatible)

  • Support for Python 3.10 has been added.
  • Support for Python 3.11 has been added.
  • Support for Python 3.12 has been added.
  • Support for Python 3.13 has been added.
  • Updated packaging and testing infrastructure.
  • Code cleanup and linting.
  • Improved type hints.
Commits

Updates langchain from 0.3.14 to 0.3.15

Release notes

Sourced from langchain's releases.

langchain-community==0.3.15

Changes since langchain-community==0.3.14

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

langchain==0.3.15

Changes since langchain==0.3.14

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

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

Updates langchain-community from 0.3.14 to 0.3.15

Release notes

Sourced from langchain-community's releases.

langchain-community==0.3.15

Changes since langchain-community==0.3.14

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

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

Updates langchain-core from 0.3.29 to 0.3.31

Release notes

Sourced from langchain-core's releases.

langchain-core==0.3.31

Changes since langchain-core==0.3.30

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

langchain-core==0.3.30

Changes since langchain-core==0.3.29

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

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

Updates langchain-openai from 0.2.14 to 0.3.2

Release notes

Sourced from langchain-openai's releases.

langchain-openai==0.3.2

Changes since langchain-openai==0.3.1

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

langchain-openai==0.3.1

Changes since langchain-openai==0.3.0

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

langchain-openai==0.3.0

langchain-openai==0.3 implements two breaking changes:

Structured output

We update the default method parameter for ChatOpenAI(...).with_structured_output(method=<method>) from method="function_calling" to method="json_schema".

For schemas specified via TypedDict or JSON schema, strict schema validation is disabled by default but can be enabled by specifying strict=True.

Note: conceptually there is a difference between forcing a tool call and forcing a response format. Tool calls may have more concise arguments versus generating content adhering to a schema. Prompts may need to be adjusted to recover desired behavior.

How to retain the 0.2 with_structured_output behavior after upgrading to 0.3

To change this behavior back, you can pass method="function_calling" to your with_structured_output calls that you want to switch the behavior back.

Expected errors

  1. Models that don’t support method="json_schema" (e.g., gpt-4 and gpt-3.5-turbo, currently the default model for ChatOpenAI) will raise an error unless method is explicitly specified. To recover the previous default, pass method="function_calling" into with_structured_output.

  2. Schemas specified via Pydantic BaseModel that have fields with non-null defaults or metadata (like min/max constraints) will raise an error. To recover the previous default, pass method="function_calling" into with_structured_output. See OpenAI's docs for supported schemas.

Optional parameters

We no longer implement non-null defaults for temperature, max_retires, and n, which are optional fields. In particular, we no longer specify a default temperature of 0.7.

The previous defaults can be set by specifying:

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

Updates langchain-text-splitters from 0.3.4 to 0.3.5

Release notes

Sourced from langchain-text-splitters's releases.

langchain-text-splitters==0.3.5

Changes since langchain-text-splitters==0.3.4

text-splitters[patch]: release 0.3.5 (#29054) infra: speed up unit tests (#28974) text_splitters: Add HTMLSemanticPreservingSplitter (#25911) text-splitters: fix state persistence issue in ExperimentalMarkdownSyntaxTextSplitter (#28373)

Commits

Updates langsmith from 0.2.10 to 0.3.1

Release notes

Sourced from langsmith's releases.

v0.3.1

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.3.0...v0.3.1

v0.3.1rc1

What's Changed

New Contributors

Full Changelog: langchain-ai/langsmith-sdk@v0.3.1...v0.3.1rc1

v0.3.0

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.2.11...v0.3.0

v0.2.11

What's Changed

... (truncated)

Commits
  • 8ce0bbf python[patch]: fix pytest integration example syncing (#1450)
  • 95fe3b5 python[patch]: add ls_runner metadata (#1449)
  • 46d2226 docs: Update preferred env vars in READMEs and CI (#1444)
  • e05b2ea python[patch]: set pyproject.toml project.version (#1446)
  • dab4cdb python[minor]: Release 0.3.0 (#1439)
  • 20cc074 fix(js): Separate Jest suites into separate tables when reporting (#1443)
  • 54a7a3c fix(js): Narrow evaluator types, fix example id generation (#1438)
  • d4bc15e chore: remove docker-compose from cli (#1437)
  • 0c24fb3 python[patch]: Add annotation queue async methods (#1396)
  • 98c9009 feat(js): Vitest/Jest evals (#1343)
  • Additional commits viewable in compare view

Updates marshmallow from 3.23.3 to 3.26.0

Changelog

Sourced from marshmallow's changelog.

3.26.0 (2025-01-22)


Features:

  • Typing: Add type annotations and improved documentation for class Meta <marshmallow.Schema.Meta> options (:pr:2760).
  • Typing: Improve type coverage of marshmallow.Schema.SchemaMeta (:pr:2761).
  • Typing: marshmallow.Schema.loads parameter allows bytes and bytesarray (:pr:2769).

Bug fixes:

  • Respect data_key when schema validators raise a ValidationError <marshmallow.exceptions.ValidationError> with a field_name argument (:issue:2170). Thanks :user:matejsp for reporting.
  • Correctly handle multiple @post_load <marshmallow.post_load> methods where one method appends to the data and another passes pass_original=True (:issue:1755). Thanks :user:ghostwheel42 for reporting.
  • URL fields now properly validate file paths (:issue:2249). Thanks :user:0xDEC0DE for reporting and fixing.

Documentation:

  • Add :doc:upgrading guides <upgrading> for 3.24 and 3.26 (:pr:2780).
  • Various documentation improvements (:pr:2757, :pr:2759, :pr:2765, :pr:2774, :pr:2778, :pr:2783, :pr:2796).

Deprecations:

  • The ordered class Meta <marshmallow.Schema.Meta> option is deprecated (:issue:2146, :pr:2762). Field order is already preserved by default. Set marshmallow.Schema.dict_class to collections.OrderedDict to maintain the previous behavior.

3.25.1 (2025-01-11)


Bug fixes:

  • Typing: Fix type annotations for Tuple <marshmallow.fields.Tuple>, Boolean <marshmallow.fields.Boolean>, and Pluck <marshmallow.fields.Pluck> constructors (:pr:2756).
  • Typing: Fix overload for marshmallow.class_registry.get_class (:pr:2756).

Documentation:

  • Various documentation improvements (:pr:2746, :pr:2747, :pr:2748, :pr:2749, :pr:2750, :pr:2751).

3.25.0 (2025-01-09)


Features:

  • Typing: Improve type annotations for SchemaMeta.get_declared_fields (:pr:2742).

... (truncated)

Commits

Updates openai from 1.59.3 to 1.60.1

Release notes

Sourced from openai's releases.

v1.60.1

1.60.1 (2025-01-24)

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

Chores

Documentation

v1.60.0

1.60.0 (2025-01-22)

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

Features

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

Chores

Documentation

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

v1.59.9

1.59.9 (2025-01-20)

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

Bug Fixes

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

Chores

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

Documentation

... (truncated)

Changelog

Sourced from openai's changelog.

1.60.1 (2025-01-24)

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

Chores

Documentation

1.60.0 (2025-01-22)

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

Features

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

Chores

Documentation

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

1.59.9 (2025-01-20)

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

Bug Fixes

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

Chores

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

Documentation

... (truncated)

Commits
  • Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [async-timeout](https://github.com/aio-libs/async-timeout) | `4.0.3` | `5.0.1` |
| [attrs](https://github.com/sponsors/hynek) | `24.3.0` | `25.1.0` |
| [hpack](https://github.com/python-hyper/hpack) | `4.0.0` | `4.1.0` |
| [hyperframe](https://github.com/python-hyper/hyperframe) | `6.0.1` | `6.1.0` |
| [langchain](https://github.com/langchain-ai/langchain) | `0.3.14` | `0.3.15` |
| [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.14` | `0.3.15` |
| [langchain-core](https://github.com/langchain-ai/langchain) | `0.3.29` | `0.3.31` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `0.2.14` | `0.3.2` |
| [langchain-text-splitters](https://github.com/langchain-ai/langchain) | `0.3.4` | `0.3.5` |
| [langsmith](https://github.com/langchain-ai/langsmith-sdk) | `0.2.10` | `0.3.1` |
| [marshmallow](https://github.com/marshmallow-code/marshmallow) | `3.23.3` | `3.26.0` |
| [openai](https://github.com/openai/openai-python) | `1.59.3` | `1.60.1` |
| [orjson](https://github.com/ijl/orjson) | `3.10.13` | `3.10.15` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.4` | `2.10.6` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.36` | `2.0.37` |



Updates `async-timeout` from 4.0.3 to 5.0.1
- [Release notes](https://github.com/aio-libs/async-timeout/releases)
- [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst)
- [Commits](aio-libs/async-timeout@v4.0.3...v5.0.1)

Updates `attrs` from 24.3.0 to 25.1.0
- [Commits](https://github.com/sponsors/hynek/commits)

Updates `hpack` from 4.0.0 to 4.1.0
- [Changelog](https://github.com/python-hyper/hpack/blob/master/CHANGELOG.rst)
- [Commits](python-hyper/hpack@v4.0.0...v4.1.0)

Updates `hyperframe` from 6.0.1 to 6.1.0
- [Changelog](https://github.com/python-hyper/hyperframe/blob/master/CHANGELOG.rst)
- [Commits](python-hyper/hyperframe@v6.0.1...v6.1.0)

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

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

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

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

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

Updates `langsmith` from 0.2.10 to 0.3.1
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](langchain-ai/langsmith-sdk@v0.2.10...v0.3.1)

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

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

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

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

Updates `sqlalchemy` from 2.0.36 to 2.0.37
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: async-timeout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-requirements
- dependency-name: attrs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-requirements
- dependency-name: hpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: hyperframe
  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-minor
  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-minor
  dependency-group: python-requirements
- dependency-name: marshmallow
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Jan 27, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

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

@dependabot dependabot bot closed this Feb 3, 2025
@dependabot dependabot bot deleted the dependabot/pip/python-requirements-7b09842054 branch February 3, 2025 14:19
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