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-deps group across 1 directory with 15 updates #183

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Updates the requirements on fastapi, langchain, ollama, openai, psutil, pydantic, pymupdf, pytz, sentry-sdk[fastapi,openai,starlette], uvicorn, weaviate-client, langchain-core, starlette, langsmith and langchain-text-splitters to permit the latest version.
Updates fastapi from 0.115.5 to 0.115.6

Release notes

Sourced from fastapi's releases.

0.115.6

Fixes

  • 🐛 Preserve traceback when an exception is raised in sync dependency with yield. PR #5823 by @​sombek.

Refactors

  • ♻️ Update tests and internals for compatibility with Pydantic >=2.10. PR #12971 by @​tamird.

Docs

  • 📝 Update includes format in docs with an automated script. PR #12950 by @​tiangolo.
  • 📝 Update includes for docs/de/docs/advanced/using-request-directly.md. PR #12685 by @​alissadb.
  • 📝 Update includes for docs/de/docs/how-to/conditional-openapi.md. PR #12689 by @​alissadb.

Translations

  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/async.md. PR #12990 by @​ILoveSorasakiHina.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/tutorial/query-param-models.md. PR #12932 by @​Vincy1230.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/testing-dependencies.md. PR #12992 by @​Limsunoh.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/websockets.md. PR #12991 by @​kwang1215.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/response-model.md. PR #12933 by @​AndreBBM.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/middlewares.md. PR #12753 by @​nahyunkeem.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/openapi-webhooks.md. PR #12752 by @​saeye.
  • 🌐 Add Chinese translation for docs/zh/docs/tutorial/query-param-models.md. PR #12931 by @​Vincy1230.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/query-param-models.md. PR #12445 by @​gitgernit.
  • 🌐 Add Korean translation for docs/ko/docs/tutorial/query-param-models.md. PR #12940 by @​jts8257.
  • 🔥 Remove obsolete tutorial translation to Chinese for docs/zh/docs/tutorial/sql-databases.md, it references files that are no longer on the repo. PR #12949 by @​tiangolo.

Internal

Commits
  • bb8c2a6 🔖 Release version 0.115.6
  • 905ec1e 📝 Update release notes
  • 4f81575 🐛 Preserve traceback when exception is raised in sync dependency with yield...
  • 8255edf 📝 Update release notes
  • 53c8784 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/async.md (#12990)
  • 2971352 📝 Update release notes
  • 8376228 🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/tutorial/query-p...
  • 6c7873c 📝 Update release notes
  • d75b81c 🌐 Add Korean translation for docs/ko/docs/advanced/testing-dependencies.md ...
  • 206037c 📝 Update release notes
  • Additional commits viewable in compare view

Updates langchain from 0.3.8 to 0.3.13

Release notes

Sourced from langchain's releases.

langchain-core==0.3.13

Changes since langchain-core==0.3.12

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)

langchain==0.3.13

Changes since langchain==0.3.12

langchain: release 0.3.13 (#28797)

langchain-community==0.3.13

Changes since langchain-community==0.3.12

community: bump core (#28819) Community : Add OpenAI prompt caching and reasoning tokens tracking (#27135) community: tablestore vector store check the dimension of the embedding when writing it to store. (#28812) community: add new parameter default_headers (#28700) community: release 0.3.13 (#28798) Community: Fix with_structured_output for ChatSambaNovaCloud (#28796) Fixed adding float values into DynamoDB (#26562) community: DocumentLoaderAsParser wrapper (#27749) [Community]: Image Extraction Fixed for PDFPlumberParser (#28491) Fixes: community: fix LanceDB return no metadata (#27024) Add OCI Generative AI new model and structured output support (#28754) community: adding haiku 3.5 and opus callbacks (#28783) langchain_community: Add default None values to DocumentAttributeValue class properties (#28785) community: add trust_env at web_base_loader (#28514) community: support Confluence cookies (#28760) community: Apache AGE wrapper. Ensure Node Uniqueness by ID. (#28759) cosmosdbnosql: Added Cosmos DB NoSQL Semantic Cache Integration with tests and jupyter notebook (#24424) community: Fix ChatLiteLLMRouter runtime issues (#28163) community: recommend RedisVectorStore over Redis (#28749) community: Correctly handle multi-element rich text (#25762) community: added FalkorDB vector store support i.e implementation, test, docs an… (#26245) chore(community): update to OpenLLM 0.6 (#24609) community: support Hunyuan Embedding (#23160) core: add kwargs support to VectorStore (#25934) community: correct return type of get_files_from_directory in github tool (#27885) community: Add configurable VisualFeatures to the AzureAiServicesImageAnalysisTool (#27444) Fix Azure National Cloud authentication using token (RBAC) (Generated by Ana - AI SDE) (#25843) community: Remove all other keys in ChatLiteLLM and add api_key (#28097) community: Apache AGE wrapper additional edge cases. (#28151) [community][fix] Compatibility support to bump up wikibase-rest-api-client version (#27316) community: refactor opensearch query constructor to use wildcard instead of match in the contain comparator (#26653) community[patch]: update dynamodb chat history to update instead of overwrite (#22397)

... (truncated)

Commits

Updates ollama from 0.3.3 to 0.4.4

Release notes

Sourced from ollama's releases.

v0.4.4

What's Changed

Full Changelog: ollama/ollama-python@v0.4.3...v0.4.4

v0.4.3

What's Changed

Full Changelog: ollama/ollama-python@v0.4.2...v0.4.3

v0.4.2

What's Changed

New Contributors

Full Changelog: ollama/ollama-python@v0.4.1...v0.4.2

v0.4.1

What's Changed

  • Fixed issue where message types would have a tool_calls field by membership test even if no tool calls were provided by the response.

Full Changelog: ollama/ollama-python@v0.4.0...v0.4.1

v0.4.0

New Features

Chores

... (truncated)

Commits
  • 1066246 fix validation of format field to allow empty strings as it did previously (#...
  • 4b10dee Structured outputs support with examples (#354)
  • e956a33 Merge pull request #358 from ollama/dependabot/pip/pytest-8.3.4
  • 12f7302 Bump pytest from 8.3.3 to 8.3.4
  • 366180a Improve tool example to showcase chatting (#352)
  • d6528cf Fix image serialization for long image string (#348)
  • b50a65b Add Callable type annotation for Tools (#344)
  • 758a1d2 make subscription methods more consistent
  • d4c3897 Update ollama/_types.py
  • d8d98e1 Update ollama/_types.py
  • Additional commits viewable in compare view

Updates openai from 1.54.4 to 1.58.1

Release notes

Sourced from openai's releases.

v1.58.1

1.58.1 (2024-12-17)

Full Changelog: v1.58.0...v1.58.1

Documentation

  • readme: fix example script link (23ba877)

v1.58.0

1.58.0 (2024-12-17)

Full Changelog: v1.57.4...v1.58.0

Features

Bug Fixes

  • add reasoning_effort to all methods (8829c32)
  • assistants: correctly send include query param (9a4c69c)
  • cli/migrate: change grit binaries prefix (#1951) (1c396c9)

Chores

Documentation

  • add examples + guidance on Realtime API support (1cb00f8)
  • readme: example snippet for client context manager (#1953) (ad80255)

v1.57.4

1.57.4 (2024-12-13)

Full Changelog: v1.57.3...v1.57.4

Chores

v1.57.3

1.57.3 (2024-12-12)

... (truncated)

Changelog

Sourced from openai's changelog.

1.58.1 (2024-12-17)

Full Changelog: v1.58.0...v1.58.1

Documentation

  • readme: fix example script link (23ba877)

1.58.0 (2024-12-17)

Full Changelog: v1.57.4...v1.58.0

Features

Bug Fixes

  • add reasoning_effort to all methods (8829c32)
  • assistants: correctly send include query param (9a4c69c)
  • cli/migrate: change grit binaries prefix (#1951) (1c396c9)

Chores

Documentation

  • add examples + guidance on Realtime API support (1cb00f8)
  • readme: example snippet for client context manager (#1953) (ad80255)

1.57.4 (2024-12-13)

Full Changelog: v1.57.3...v1.57.4

Chores

1.57.3 (2024-12-12)

Full Changelog: v1.57.2...v1.57.3

Chores

... (truncated)

Commits
  • 19ecaaf release: 1.58.1
  • 6935dfd docs(readme): fix example script link
  • 1b78f22 release: 1.58.0
  • 488ec04 docs: add examples + guidance on Realtime API support
  • a6a94e0 fix: add reasoning_effort to all methods
  • 5fdba48 feat: add Realtime API support (#1958)
  • 575ff60 feat(api): new o1 and GPT-4o models + preference fine-tuning (#1956)
  • eba6781 chore(internal): fix some typos (#1955)
  • 588935e docs(readme): example snippet for client context manager (#1953)
  • 0bfd8c4 fix(assistants): correctly send include query param
  • Additional commits viewable in compare view

Updates psutil from 6.1.0 to 6.1.1

Changelog

Sourced from psutil's changelog.

6.1.1

2024-12-19

Enhancements

  • 2471_: use Vulture CLI tool to detect dead code.

Bug fixes

  • 2418_, [Linux]: fix race condition in case /proc/PID/stat does not exist, but /proc/PID does, resulting in FileNotFoundError.
  • 2470_, [Linux]: users()_ may return "localhost" instead of the actual IP address of the user logged in.
Commits
  • 58552f6 Merge branch 'master' of github.com:giampaolo/psutil
  • 4ba6ad0 ruff: enable PLR5501 (Use elif instead of else then if, to reduce inden...
  • 1a63407 use a set literal when testing for membership
  • 8162905 disable flafy test + pre-release
  • 1f3458b try to fix some flaky tests 2
  • c0e1eb1 try to fix some flaky tests 2
  • 45934bb try to fix some flaky tests
  • 560c524 chore: bump cibuildwheel to 2.22.0, move to macos-13 (#2479)
  • b5ea67e fix winmake.py test-parallel
  • 13a336b fix #2418 / Linux: fix race condition
  • Additional commits viewable in compare view

Updates pydantic from 2.9.2 to 2.10.4

Release notes

Sourced from pydantic's releases.

v2.10.4 2024-12-18

What's Changed

Packaging

Fixes

New Contributors

Full Changelog: pydantic/pydantic@v2.10.3...v2.10.4

v2.10.3 2024-12-03

What's Changed

Fixes

  • Set fields when defer_build is set on Pydantic dataclasses by @​Viicos in #10984
  • Do not resolve the JSON Schema reference for dict core schema keys by @​Viicos in #10989
  • Use the globals of the function when evaluating the return type for PlainSerializer and WrapSerializer functions by @​Viicos in #11008
  • Fix host required enforcement for urls to be compatible with v2.9 behavior by @​sydney-runkle in #11027
  • Add a default_factory_takes_validated_data property to FieldInfo by @​Viicos in #11034
  • Fix url json schema in serialization mode by @​sydney-runkle in #11035

Full Changelog: pydantic/pydantic@v2.10.2...v2.10.3

v2.10.2 2024-11-26

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.10.1...v2.10.2

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.10.4 (2024-12-18)

GitHub release

What's Changed

Packaging

Fixes

New Contributors

v2.10.3 (2024-12-03)

GitHub release

What's Changed

Fixes

  • Set fields when defer_build is set on Pydantic dataclasses by @​Viicos in #10984
  • Do not resolve the JSON Schema reference for dict core schema keys by @​Viicos in #10989
  • Use the globals of the function when evaluating the return type for PlainSerializer and WrapSerializer functions by @​Viicos in #11008
  • Fix host required enforcement for urls to be compatible with v2.9 behavior by @​sydney-runkle in #11027
  • Add a default_factory_takes_validated_data property to FieldInfo by @​Viicos in #11034
  • Fix url json schema in serialization mode by @​sydney-runkle in #11035

v2.10.2 (2024-11-25)

GitHub release

What's Changed

Fixes

  • Only evaluate FieldInfo annotations if required during schema building by @​Viicos in #10769

... (truncated)

Commits

Updates pymupdf from 1.24.13 to 1.25.1

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.25.1 released

PyMuPDF-1.25.1 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.25.1 (2024-12-11)

  • Use MuPDF-1.25.2.

  • Fixed issues:

PyMuPDF-1.25.0 released

PyMuPDF-1.25.0 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.25.0 (2024-12-05)

PyMuPDF-1.24.14 released

PyMuPDF-1.24.14 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.25.1 (2024-12-11)

  • Use MuPDF-1.25.2.

  • Fixed issues:

    • Fixed 4125 <https://github.com/pymupdf/PyMuPDF/issues/4125>_: memory leak while convert Pixmap's colorspace
    • Fixed 4034 <https://github.com/pymupdf/PyMuPDF/issues/4034>_: Possible regression in pdf cleaning during save.

Changes in version 1.25.0 (2024-12-05)

  • Use MuPDF-1.25.1.

  • Fixed issues:

    • Fixed 4026 <https://github.com/pymupdf/PyMuPDF/issues/4026>_: page.get_text('blocks') output two piece of very similar text with different bbox
    • Fixed 4004 <https://github.com/pymupdf/PyMuPDF/issues/4004>_: Segmentation Fault When Updating PDF Form Field Value
    • Fixed 3751 <https://github.com/pymupdf/PyMuPDF/issues/3751>_: apply_redactions causes part of the page content to be hidden / transparent

Changes in version 1.24.14 (2024-11-19)

  • Use MuPDF-1.24.11.

  • Fixed issues:

    • Fixed 3448 <https://github.com/pymupdf/PyMuPDF/issues/3448>_: get_pixmap function removes the table and leaves just the content behind
    • Fixed 3758 <https://github.com/pymupdf/PyMuPDF/issues/3758>_: Got "malloc(): unaligned tcache chunk detected Aborted (core dumped)" while using add_redact_annot/apply_redactions
    • Fixed 3813 <https://github.com/pymupdf/PyMuPDF/issues/3813>_: Stories: Ordered list count broken with nested unordered list
    • Fixed 3933 <https://github.com/pymupdf/PyMuPDF/issues/3933>_: font.valid_codepoints() - malfunction
    • Fixed 4018 <https://github.com/pymupdf/PyMuPDF/issues/4018>_: PyMuPDF hangs when iterating over zero page PDF pages backwards
    • Fixed 4043 <https://github.com/pymupdf/PyMuPDF/issues/4043>_: fullcopypage bug
    • Fixed 4047 <https://github.com/pymupdf/PyMuPDF/issues/4047>_: Segmentation Fault in add_redact_annot
    • Fixed 4050 <https://github.com/pymupdf/PyMuPDF/issues/4050>_: Content of dict returned by doc.embfile_info() does not fit to documentation
  • Other:

    • Ensure that words from Page.get_text() never contain RTL/LTR char mixtures.
    • Fix building with system MuPDF.
    • Add dot product for points and vectors.

Changes in version 1.24.13 (2024-10-29)

  • Fixed issues:

... (truncated)

Commits
  • b0011aa tests/test_memory.py: avoid spurious failures on non-linux.
  • 67fba9e Update version numbers and dates for release.
  • 2e96d5d src/extra.i: removed code for mupdf prior to 1.24.0.
  • ed30608 src/ tests/: removed more code for mupdf prior to 1.24.0.
  • df94728 src/ tests/: removed code for mupdf prior to 1.24.0.
  • f6f74ab setup.py: use mupdf-1.25.2.
  • fe2dcad changes.txt: updated for release 1.25.1.
  • 727f06a tests/test_general.py: test_4034(): updated for fixed mupdf.
  • a40749e tests/: added test_4125(), for pixmap memory leak.
  • 22f0aa3 pipcl.py: added number_sep(), for formatting large numbers.
  • Additional commits viewable in compare view

Updates pytz from 2024.1 to 2024.2

Commits
  • 3944f75 Bump version numbers to 2024.2 / 2024b
  • 640c9bd IANA 2024b
  • 382ca0c Squashed 'tz/' changes from 380c07cef..923e54bae
  • 96a1e88 Stop testing unavailable and EOL Python 3.5
  • 68186b6 Add support for Python 3.13
  • e994058 Run other jobs if one fails
  • 2326f9f Bump GitHub Actions
  • See full diff in compare view

Updates sentry-sdk[fastapi,openai,starlette] from 2.13.0 to 2.19.2

Release notes

Sourced from sentry-sdk[fastapi,openai,starlette]'s releases.

2.19.2

Various fixes & improvements

2.19.1

Various fixes & improvements

2.19.0

Various fixes & improvements

Updates the requirements on [fastapi](https://github.com/fastapi/fastapi), [langchain](https://github.com/langchain-ai/langchain), [ollama](https://github.com/ollama/ollama-python), [openai](https://github.com/openai/openai-python), [psutil](https://github.com/giampaolo/psutil), [pydantic](https://github.com/pydantic/pydantic), [pymupdf](https://github.com/pymupdf/pymupdf), [pytz](https://github.com/stub42/pytz), [sentry-sdk[fastapi,openai,starlette]](https://github.com/getsentry/sentry-python), [uvicorn](https://github.com/encode/uvicorn), [weaviate-client](https://github.com/weaviate/weaviate-python-client), [langchain-core](https://github.com/langchain-ai/langchain), [starlette](https://github.com/encode/starlette), [langsmith](https://github.com/langchain-ai/langsmith-sdk) and [langchain-text-splitters](https://github.com/langchain-ai/langchain) to permit the latest version.

Updates `fastapi` from 0.115.5 to 0.115.6
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.5...0.115.6)

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

Updates `ollama` from 0.3.3 to 0.4.4
- [Release notes](https://github.com/ollama/ollama-python/releases)
- [Commits](ollama/ollama-python@v0.3.3...v0.4.4)

Updates `openai` from 1.54.4 to 1.58.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.54.4...v1.58.1)

Updates `psutil` from 6.1.0 to 6.1.1
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-6.1.0...release-6.1.1)

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

Updates `pymupdf` from 1.24.13 to 1.25.1
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.24.13...1.25.1)

Updates `pytz` from 2024.1 to 2024.2
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@release_2024.1...release_2024.2)

Updates `sentry-sdk[fastapi,openai,starlette]` from 2.13.0 to 2.19.2
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.13.0...2.19.2)

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

Updates `weaviate-client` from 4.9.3 to 4.10.2
- [Release notes](https://github.com/weaviate/weaviate-python-client/releases)
- [Changelog](https://github.com/weaviate/weaviate-python-client/blob/main/docs/changelog.rst)
- [Commits](weaviate/weaviate-python-client@v4.9.3...v4.10.2)

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

Updates `starlette` to 0.42.0
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](encode/starlette@0.41.2...0.42.0)

Updates `langsmith` to 0.2.4
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](langchain-ai/langsmith-sdk@v0.1.142...v0.2.4)

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

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: langchain
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: ollama
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: psutil
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: pymupdf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: pytz
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: sentry-sdk[fastapi,openai,starlette]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: weaviate-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: langchain-core
  dependency-type: direct:production
  dependency-group: python-deps
- dependency-name: starlette
  dependency-type: direct:production
  dependency-group: python-deps
- dependency-name: langsmith
  dependency-type: direct:production
  dependency-group: python-deps
- dependency-name: langchain-text-splitters
  dependency-type: direct:production
  dependency-group: python-deps
...

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

dependabot bot commented on behalf of github Dec 30, 2024

Superseded by #184.

@dependabot dependabot bot closed this Dec 30, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-deps-fe9878204a branch December 30, 2024 01: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