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 #154

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

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

Package From To
async-timeout 4.0.3 5.0.1
attrs 24.3.0 25.1.0
certifi 2024.12.14 2025.1.31
h2 4.1.0 4.2.0
hpack 4.0.0 4.1.0
hyperframe 6.0.1 6.1.0
langchain 0.3.14 0.3.17
langchain-community 0.3.14 0.3.16
langchain-core 0.3.29 0.3.33
langchain-openai 0.2.14 0.3.3
langchain-text-splitters 0.3.4 0.3.5
langsmith 0.2.10 0.3.4
marshmallow 3.23.3 3.26.0
openai 1.59.3 1.61.0
orjson 3.10.13 3.10.15
pydantic 2.10.4 2.10.6
pydantic-core 2.27.2 2.28.0
pymongo 4.10.1 4.11
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 certifi from 2024.12.14 to 2025.1.31

Commits

Updates h2 from 4.1.0 to 4.2.0

Changelog

Sourced from h2's changelog.

4.2.0 (2025-02-01)

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.
  • Remove mistakenly set max_inbound_frame_size attribute on H2Stream.

API Changes (Backward Compatible)

  • Support for Python 3.11 has been added.
  • Support for Python 3.12 has been added.
  • Support for Python 3.13 has been added.
  • Add an ability to send outbound cookies separately to improve headers compression.
  • Updated packaging and testing infrastructure.

Bugfixes

  • Fix repr() checks for Python 3.11
  • Fix asyncio / wsgi examples.
  • Clarify docs on using curl with http2.
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.17

Release notes

Sourced from langchain's releases.

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==0.3.17

Changes since langchain==0.3.16

langchain: release 0.3.17 (#29485)

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-community==0.3.16

Changes since langchain-community==0.3.15

community: release 0.3.16 (#29452) community(doc_loaders): allow any credential type in AzureAIDocumentI… (#29289) libs: add sambanova-lagchain integration package (#29417) fixed similarity search with score error #29407 (#29413) community: Fixed the procedure of initializing pad_token_id (#29434) community: missing mandatory parameter partition_key for AzureCosmosDBNoSqlVectorSearch (#29382) community: fix Google Scholar tool errors (#29371) community: Fix the problem of error reporting when OCR extracts text from PDF. (#29378) community; allow to set gitlab url in gitlab tool in constrictor (#29380) community: adds support for getting github releases for the configured repository (#29318) community: Fix for Pydantic model validator of GoogleApiClient (#29346)

langchain==0.3.16

Changes since langchain==0.3.15

langchain: release 0.3.16 (#29451) langchain: add deepseek provider to init chat model (#29449) langchain[patch]: support ollama in init_embeddings (#29349) langchain: added vectorstore docstring linting (#29241) langchain: Bump ruff version to 0.9 (#29211)

langchain-community==0.3.15

... (truncated)

Commits

Updates langchain-community from 0.3.14 to 0.3.16

Release notes

Sourced from langchain-community's releases.

langchain-community==0.3.16

Changes since langchain-community==0.3.15

community: release 0.3.16 (#29452) community(doc_loaders): allow any credential type in AzureAIDocumentI… (#29289) libs: add sambanova-lagchain integration package (#29417) fixed similarity search with score error #29407 (#29413) community: Fixed the procedure of initializing pad_token_id (#29434) community: missing mandatory parameter partition_key for AzureCosmosDBNoSqlVectorSearch (#29382) community: fix Google Scholar tool errors (#29371) community: Fix the problem of error reporting when OCR extracts text from PDF. (#29378) community; allow to set gitlab url in gitlab tool in constrictor (#29380) community: adds support for getting github releases for the configured repository (#29318) community: Fix for Pydantic model validator of GoogleApiClient (#29346)

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

Updates langchain-core from 0.3.29 to 0.3.33

Release notes

Sourced from langchain-core's releases.

langchain-core==0.3.33

Changes since langchain-core==0.3.32

core: release 0.3.33 (#29483) multiple: structured output tracing standard metadata (#29421) docs:Fix Imports for Document and BaseRetriever (#29473)

langchain-core==0.3.32

Changes since langchain-core==0.3.31

core: release 0.3.32 (#29450) change behavior for converting a string to openai messages (#29446) core: Add ruff rules TRY (tryceratops) (#29388) core: Cache RunnableLambda repr (#29199) core: Cache RunnableLambda deps (#29200) core[patch]: fix API reference for draw_ascii (#29370) core: Bump ruff version to 0.9 (#29201) core: Auto-fix some docstrings (#29337) core: fix call to get closure vars for partial-wrapped funcs (#29316)

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

Updates langchain-openai from 0.2.14 to 0.3.3

Release notes

Sourced from langchain-openai's releases.

langchain-openai==0.3.3

Changes since langchain-openai==0.3.2

partners/openai: release 0.3.3 (#29490) multiple: structured output tracing standard metadata (#29421)

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

... (truncated)

Commits

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

Release notes

Sourced from langsmith's releases.

v0.3.4

[BREAKING CHANGE]: Renamed pytest evals plugin CLI option from --output to --langsmith-output

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.3.3...v0.3.4

v0.3.3

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.3.2...v0.3.3

v0.3.3rc0

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.3.2...v0.3.3rc0

v0.3.2

What's Changed

New Contributors

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

v0.3.1

What's Changed

... (truncated)

Commits
  • 392ce0b release(py): 0.3.4 (#1483)
  • 130f87d fix(py): Rename CLI arg for pytest plugin from --output to --langsmith-output...
  • bd7dfb3 fix(py): Tag pytest experiments (#1481)
  • 232618b fix(js): Fix multiple datasets in same test file for Vitest, improve reporter...
  • e143f92 fix(js): Evals link should use user-defined endpoint (#1476)
  • b9ec979 python[patch]: Release 0.3.3 (#1474)
  • 157ab3f python[patch]: fix example link [LS-2764] (#1473)
  • b832f1f feat(github): Allow release from non-main branches (#1471)
  • ed70ef8 docs: update readme env vars (#1468)
  • 9ee73fb python[patch]: Release 0.3.2 (#1466)
  • 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.61.0

Release notes

Sourced from openai's releases.Description has been truncated

Bumps the python-requirements group with 19 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` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.12.14` | `2025.1.31` |
| [h2](https://github.com/python-hyper/h2) | `4.1.0` | `4.2.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.17` |
| [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.14` | `0.3.16` |
| [langchain-core](https://github.com/langchain-ai/langchain) | `0.3.29` | `0.3.33` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `0.2.14` | `0.3.3` |
| [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.4` |
| [marshmallow](https://github.com/marshmallow-code/marshmallow) | `3.23.3` | `3.26.0` |
| [openai](https://github.com/openai/openai-python) | `1.59.3` | `1.61.0` |
| [orjson](https://github.com/ijl/orjson) | `3.10.13` | `3.10.15` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.4` | `2.10.6` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.27.2` | `2.28.0` |
| [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.10.1` | `4.11` |
| [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 `certifi` from 2024.12.14 to 2025.1.31
- [Commits](certifi/python-certifi@2024.12.14...2025.01.31)

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

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

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

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

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

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

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.61.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.59.3...v1.61.0)

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 `pydantic-core` from 2.27.2 to 2.28.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.27.2...v2.28.0)

Updates `pymongo` from 4.10.1 to 4.11
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](mongodb/mongo-python-driver@4.10.1...4.11)

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: certifi
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-requirements
- dependency-name: h2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: pymongo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Feb 3, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2025

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

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