Skip to content

pip dependency update: bump the core-dependencies group across 1 directory with 15 updates#806

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/core-dependencies-a0298a62cb
Open

pip dependency update: bump the core-dependencies group across 1 directory with 15 updates#806
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/core-dependencies-a0298a62cb

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 23, 2026

Bumps the core-dependencies group with 15 updates in the / directory:

Package From To
llama-index 0.14.6 0.14.15
llama-index-llms-langchain 0.7.1 0.7.2
langchain-chroma 1.0.0 1.1.0
langchain-huggingface 1.0.0 1.2.0
langchain-milvus 0.2.2 0.3.3
langchain-sambanova 1.0.0 1.1.0
langchain 1.0.2 1.2.10
langgraph 1.0.1 1.0.9
langchain-experimental 0.4.0 0.4.1
pydantic 2.12.3 2.12.5
pydantic-core 2.41.4 2.41.5
python-dotenv 1.1.1 1.2.1
streamlit 1.51.0 1.54.0
torch 2.9.0 2.10.0
sseclient-py 1.8.0 1.9.0

Updates llama-index from 0.14.6 to 0.14.15

Release notes

Sourced from llama-index's releases.

v0.14.15

Release Notes

[2026-02-18]

llama-index-agent-agentmesh [0.1.0]

  • [Integration] AgentMesh: Trust Layer for LlamaIndex Agents (#20644)

llama-index-core [0.14.15]

  • Support basic operations for multimodal types (#20640)
  • Feat recursive llm type support (#20642)
  • fix: remove redundant metadata_seperator field from TextNode (#20649)
  • fix(tests): update mock prompt type in mock_prompts.py (#20661)
  • Feat multimodal template var formatting (#20682)
  • Feat multimodal prompt templates (#20683)
  • Feat multimodal chat prompt helper (#20684)
  • Add retry and error handling to BaseExtractor (#20693)
  • ensure at least one message/content block is returned by the old memory (#20729)

llama-index-embeddings-ibm [0.6.0.post1]

  • chore: Remove persistent_connection parameter support, update (#20714)
  • docs: Update IBM docs (#20718)

llama-index-llms-anthropic [0.10.9]

  • Sonnet 4-6 addition (#20723)

llama-index-llms-bedrock-converse [0.12.10]

  • fix(bedrock-converse): ensure thinking_delta is populated in all chat modes (#20664)
  • feat(bedrock-converse): Add support for Claude Sonnet 4.6 (#20726)

llama-index-llms-ibm [0.7.0.post1]

  • chore: Remove persistent_connection parameter support, update (#20714)
  • docs: Update IBM docs (#20718)

llama-index-llms-mistralai [0.10.0]

  • Rrubini/mistral azure sdk (#20668)

llama-index-llms-oci-data-science [1.0.0]

  • Add support for new OCI DataScience endpoint /predictWithStream for streaming use case (#20545)

llama-index-observability-otel [0.3.0]

... (truncated)

Changelog

Sourced from llama-index's changelog.

llama-index-core [0.14.15]

  • Support basic operations for multimodal types (#20640)
  • Feat recursive llm type support (#20642)
  • fix: remove redundant metadata_seperator field from TextNode (#20649)
  • fix(tests): update mock prompt type in mock_prompts.py (#20661)
  • Feat multimodal template var formatting (#20682)
  • Feat multimodal prompt templates (#20683)
  • Feat multimodal chat prompt helper (#20684)
  • Add retry and error handling to BaseExtractor (#20693)
  • ensure at least one message/content block is returned by the old memory (#20729)

llama-index-embeddings-ibm [0.6.0.post1]

  • chore: Remove persistent_connection parameter support, update (#20714)
  • docs: Update IBM docs (#20718)

llama-index-llms-anthropic [0.10.9]

  • Sonnet 4-6 addition (#20723)

llama-index-llms-bedrock-converse [0.12.10]

  • fix(bedrock-converse): ensure thinking_delta is populated in all chat modes (#20664)
  • feat(bedrock-converse): Add support for Claude Sonnet 4.6 (#20726)

llama-index-llms-ibm [0.7.0.post1]

  • chore: Remove persistent_connection parameter support, update (#20714)
  • docs: Update IBM docs (#20718)

llama-index-llms-mistralai [0.10.0]

  • Rrubini/mistral azure sdk (#20668)

llama-index-llms-oci-data-science [1.0.0]

  • Add support for new OCI DataScience endpoint /predictWithStream for streaming use case (#20545)

llama-index-observability-otel [0.3.0]

  • improve otel data serialization by flattening dicts (#20719)
  • feat: support custom span processor; refactor: use llama-index-instrumentation instead of llama-index-core (#20732)

llama-index-program-evaporate [0.5.2]

  • Sandbox LLM-generated code execution in EvaporateExtractor (#20676)

llama-index-readers-bitbucket [0.4.2]

... (truncated)

Commits
  • 4937fc0 Release 0.14.15 (#20735)
  • 9869893 feat(bedrock-converse): Add support for Nova 2 (#20736)
  • 40da244 fix(layoutir): restrict requires-python to >=3.12 to match layoutir dependenc...
  • 6504188 feat: support custom span processor; refactor: use llama-index-instrumentatio...
  • dc716d1 chore: update issue classifier action to v0.2.0 (#20734)
  • 6d0aff4 ensure at least one message/conent block is returned by the old memory (#20729)
  • fdcc72c feat: add issue classifier gh action (#20720)
  • 171ae83 fix: Update WhatsAppChatLoader to retrieve DataFrame in pandas format (#20722)
  • 68c760a fix(layoutir): hotfix for output_dir crash and Block extraction (#20708 follo...
  • 83f45ce Add retry and error handling to BaseExtractor (#20693)
  • Additional commits viewable in compare view

Updates llama-index-llms-langchain from 0.7.1 to 0.7.2

Updates langchain-chroma from 1.0.0 to 1.1.0

Release notes

Sourced from langchain-chroma's releases.

langchain-chroma==1.1.0

Changes since langchain-chroma==1.0.0

release(chroma): 1.1 (#34316) feat(chroma): Add Search API (#34273) chore: update core dep in lockfiles (#34216) fix(chroma): resolve OpenCLIP + Chroma image embedding test regression (#33899) fix(chroma): pydantic validation error when using retriever.invoke() (#31377) style: refs pass (#33813) chore: update pyproject.toml url entries (#33587)

Commits
  • bc232e6 release(chroma): 1.1 (#34316)
  • be32382 feat(chroma): Add Search API (#34273)
  • 16c984e fix(langchain-classic): fix init_chat_model for HuggingFace models (#33943)
  • 13dd115 docs(anthropic): nit comments (#34314)
  • 2cff369 feat(anthropic): accept TypedDict for built-in tool types (#34279)
  • f5b6eec refactor(standard-tests): improve VCR config (#33968)
  • a528ea1 feat(openai): Use responses API if model is gpt-5.2-pro (#34306)
  • bf6a5eb fix(huggingface): Helper logic for init_chat_model with HuggingFace backend (...
  • 5720dea fix(openai): handle missing 'text' key in responses API content blocks (#34198)
  • 0871075 chore(ollama,groq): Filtering Parameters in bind_tools for Ollama and Groq (#...
  • Additional commits viewable in compare view

Updates langchain-huggingface from 1.0.0 to 1.2.0

Release notes

Sourced from langchain-huggingface's releases.

langchain-huggingface==1.2.0

Changes since langchain-huggingface==1.1.0

release(huggingface): 1.2.0 (#34335) fix(langchain-classic): fix init_chat_model for HuggingFace models (#33943) fix(huggingface): Helper logic for init_chat_model with HuggingFace backend (#34259) docs(fireworks,groq,huggingface,mistralai,ollama,openai): x-ref convert_to_openai_tool (#34276) chore: update core dep in lockfiles (#34216)

langchain-huggingface==1.1.0

Changes since langchain-huggingface==1.0.1

release: (integration packages) 1.1 (#34087) feat(model-profiles): distribute data across packages (#34024) chore: update README.md files (#33919) fix(huggingface): pass llm params to ChatHuggingFace (#32368) style: some cleanup (#33857)

Commits

Updates langchain-milvus from 0.2.2 to 0.3.3

Release notes

Sourced from langchain-milvus's releases.

langchain-milvus==0.3.3

What's Changed

Full Changelog: langchain-ai/langchain-milvus@libs/milvus/v0.3.2...libs/milvus/v0.3.3

langchain-milvus==0.3.2

What's Changed

Full Changelog: langchain-ai/langchain-milvus@libs/milvus/v0.3.1...libs/milvus/v0.3.2

langchain-milvus==0.3.1

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain-milvus@libs/milvus/v0.3.0...libs/milvus/v0.3.1

libs/milvus/v0.3.0

What's Changed

Full Changelog: langchain-ai/langchain-milvus@libs/milvus/v0.2.2...libs/milvus/v0.3.0

Commits

Updates langchain-sambanova from 1.0.0 to 1.1.0

Release notes

Sourced from langchain-sambanova's releases.

v1.1.0

What's Changed

  • feat: add integration_source parameter for SDK analytics

  • ci: add Python 3.13 to test matrix

  • fix: update serialization tests for langchain-core 1.2+ security restrictions

  • Fix: Handle AIMessage content_blocks format in message conversion

  • Docs add comprehensive usage guide notebook

by @​snova-jorgep in sambanova/langchain-sambanova#26

Full Changelog: sambanova/langchain-sambanova@v1.0.0...v1.1.0

Commits
  • 01e0951 feat: add integration_source param, support Python 3.13; fix serialization & ...
  • See full diff in compare view

Updates langchain from 1.0.2 to 1.2.10

Release notes

Sourced from langchain's releases.

langchain-core==1.2.10

Changes since langchain-core==1.2.9

release(core): 1.2.10 (#35136) chore(deps): bump the langchain-deps group across 3 directories with 40 updates (#35129) chore(deps): bump the langchain-deps group across 3 directories with 11 updates (#35121) feat(core): add ContextOverflowError, raise in anthropic and openai (#35099) feat(model-profiles): add text_inputs and text_outputs (#35084) feat(core): count tokens from tool schemas in count_tokens_approximately (#35098) docs(core): add missing name docstring for RunnableSerializable (#35088)

langchain==1.2.10

Changes since langchain==1.2.9

release(langchain): 1.2.10 (#35137) chore(deps): bump the langchain-deps group across 3 directories with 40 updates (#35129) chore(deps): bump the langchain-deps group across 3 directories with 11 updates (#35121) fix(langchain): fix token counting on partial message sequences (#35101) refactor(langchain): rename _SUPPORTED_PROVIDERS -> _BUILTIN_PROVIDERS (#35100)

langchain-core==1.2.9

Changes since langchain-core==1.2.8

release(core): 1.2.9 (#35025) fix(core): adjust cap when scaling approximate token counts (#35017) revert: precompile hex color regex pattern at module level (#35016) chore: add make type target (#35015) revert: "chore: add typing target in Makefile" (#35013) chore: add typing target in Makefile (#35012) fix(core): apply cap when scaling approximate token counts (#35005) feat(core): allow scaling by reported usage when counting tokens approximately (#34996) test(core): increase delta_time for flaky test (#34982) chore: enrich pyproject.toml files (#34980)

langchain==1.2.9

Changes since langchain==1.2.8

fix(langchain): normalize raw schemas in middleware response_format override (#35019) feat: support state updates from wrap_model_call with command(s) (#35033) test(langchain): types in test_tool_call_limit and test_model_retry (#34629) fix(langchain): bump min core version and improve approximate token counting (#35026) release: langchain 1.2.9 (#35023) feat: threading context through create_agent flows + middleware (#34978) chore: add make type target (#35015) revert: "chore: add typing target in Makefile" (#35013) chore: add typing target in Makefile (#35012) revert: use usage metadata scaling in SummarizationMiddleware default token counter (#35002) fix(langchain): use usage metadata scaling in SummarizationMiddleware default token counter (#35001) fix(langchain): avoid UnboundLocalError when no AIMessage exists (#34816) chore: enrich pyproject.toml files (#34980)

... (truncated)

Commits
  • 74dffca release(langchain): 1.2.10 (#35137)
  • f41e049 release(core): 1.2.10 (#35136)
  • de05838 chore(deps): bump the langchain-deps group across 3 directories with 40 updat...
  • d6e86aa chore(deps): bump the other-deps group across 3 directories with 12 updates (...
  • 444904f chore: update dependabot.yml to comply with posture checks (#35125)
  • 7e4536c chore(deps): bump the langchain-deps group across 3 directories with 11 updat...
  • e96c706 chore: dependabot config (#35124)
  • 83070bb chore(deps): bump the other-deps group across 3 directories with 8 updates (#...
  • 462acb7 fix: separating groups of directories (#35109)
  • 084d83a chore(standard-tests): test suite for sandbox only (#35111)
  • Additional commits viewable in compare view

Updates langgraph from 1.0.1 to 1.0.9

Release notes

Sourced from langgraph's releases.

langgraph==1.0.9

Changes since 1.0.8

  • release: langgraph + prebuilt (#6875)
  • fix: sequential interrupt handling w/ functional API (#6863)
  • chore: state_updated_at sort by (#6857)
  • chore: bump orjson (#6852)
  • chore: conformance testing (#6842)
  • chore(deps): bump the all-dependencies group in /libs/langgraph with 6 updates (#6815)
  • chore(deps): bump protobuf from 6.33.4 to 6.33.5 in /libs/langgraph (#6833)
  • chore(deps): bump cryptography from 46.0.3 to 46.0.5 in /libs/langgraph (#6837)
  • chore(deps): bump nbconvert from 7.16.6 to 7.17.0 in /libs/langgraph (#6832)
  • chore: server runtime type (#6774)
  • refactor: replace bare except with BaseException in AsyncQueue (#6765)

langgraph==1.0.8

Changes since 1.0.7

  • release(langgraph): 1.0.8 (#6757)
  • chore: shallow copy futures (#6755)
  • fix: pydantic messages double streaming (#6753)
  • chore(deps-dev): bump ruff from 0.14.7 to 0.14.11 in /libs/sdk-py (#6673)
  • chore: Omit lock when using connection pool (#6734)
  • docs: enhance Runtime and ToolRuntime class descriptions for clarity (#6689)
  • docs: add clarity to use of thread_id (#6515)
  • docs: add docstrings to add_node overloads (#6514)
  • docs: update notebook links and add archival notices for examples (#6720)
  • release(cli): 0.4.12 (#6716)

langgraph-prebuilt==1.0.8

Changes since prebuilt==1.0.7

  • release: langgraph + prebuilt (#6875)
  • fix: inject ToolRuntime for dynamically registered tools (#6874)
  • chore: bump orjson (#6852)
  • chore(deps): bump langchain-core from 1.2.12 to 1.2.13 in /libs/prebuilt in the all-dependencies group (#6849)
  • chore: conformance testing (#6842)
  • chore(deps): bump the all-dependencies group in /libs/prebuilt with 3 updates (#6810)
  • chore: server runtime type (#6774)
  • docs(prebuilt): update warning for create_react_agent (#6760)
  • release(langgraph): 1.0.8 (#6757)
  • chore(deps-dev): bump ruff from 0.14.7 to 0.14.11 in /libs/sdk-py (#6673)
  • chore: Omit lock when using connection pool (#6734)
  • docs: enhance Runtime and ToolRuntime class descriptions for clarity (#6689)

langgraph-prebuilt==1.0.7

Changes since prebuilt==1.0.6

  • release: langgraph and prebuilt 1.0.7 (#6712)
  • feat: support dynamic tool calling via tool override in wrap_model_call (#6711)

... (truncated)

Commits
  • 73cebea release: langgraph + prebuilt (#6875)
  • b73b2d1 fix: inject ToolRuntime for dynamically registered tools (#6874)
  • ca26805 fix: sequential interrupt handling w/ functional API (#6863)
  • 5ac837d feat(sdk-py): improve store auth type safety and docstrings (#6867)
  • 172238b fix(sdk-py): allow reset of config/context in assistants update (#6862)
  • 095da17 chore: state_updated_at sort by (#6857)
  • 666c224 chore: bump orjson (#6852)
  • 21a6f41 chore: add testpypi index (#6853)
  • acdf85a chore(deps): bump langgraph-sdk from 0.3.5 to 0.3.6 in /libs/cli in the all-d...
  • 9b18243 chore(deps): bump the all-dependencies group in /libs/checkpoint with 2 updat...
  • Additional commits viewable in compare view

Updates langchain-experimental from 0.4.0 to 0.4.1

Release notes

Sourced from langchain-experimental's releases.

libs/experimental/v0.4.1

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain-experimental@libs/experimental/v0.4.0...libs/experimental/v0.4.1

Commits
  • d1f445d release(experimental): 0.4.1 (#70)
  • bee3035 Security fix: Block PALChain code execution bypasses (CVE-2025-61422, CVE-202...
  • See full diff in compare view

Updates pydantic from 2.12.3 to 2.12.5

Release notes

Sourced from pydantic's releases.

v2.12.5 2025-11-26

v2.12.5 (2025-11-26)

This is the fifth 2.12 patch release, addressing an issue with the MISSING sentinel and providing several documentation improvements.

The next 2.13 minor release will be published in a couple weeks, and will include a new polymorphic serialization feature addressing the remaining unexpected changes to the serialize as any behavior.

  • Fix pickle error when using model_construct() on a model with MISSING as a default value by @​ornariece in #12522.
  • Several updates to the documentation by @​Viicos.

Full Changelog: pydantic/pydantic@v2.12.4...v2.12.5

v2.12.4 2025-11-05

v2.12.4 (2025-11-05)

This is the fourth 2.12 patch release, fixing more regressions, and reverting a change in the build() method of the AnyUrl and Dsn types.

This patch release also fixes an issue with the serialization of IP address types, when serialize_as_any is used. The next patch release will try to address the remaining issues with serialize as any behavior by introducing a new polymorphic serialization feature, that should be used in most cases in place of serialize as any.

Full Changelog: pydantic/pydantic@v2.12.3...v2.12.4

Changelog

Sourced from pydantic's changelog.

v2.12.5 (2025-11-26)

GitHub release

This is the fifth 2.12 patch release, addressing an issue with the MISSING sentinel and providing several documentation improvements.

The next 2.13 minor release will be published in a couple weeks, and will include a new polymorphic serialization feature addressing the remaining unexpected changes to the serialize as any behavior.

  • Fix pickle error when using model_construct() on a model with MISSING as a default value by @​ornariece in #12522.
  • Several updates to the documentation by @​Viicos.

v2.12.4 (2025-11-05)

GitHub release

This is the fourth 2.12 patch release, fixing more regressions, and reverting a change in the build() method of the AnyUrl and Dsn types.

This patch release also fixes an issue with the serialization of IP address types, when serialize_as_any is used. The next patch release will try to address the remaining issues with serialize as any behavior by introducing a new polymorphic serialization feature, that should be used in most cases in place of serialize as any.

Commits
  • bd2d0dd Prepare release v2.12.5
  • 7d0302e Document security implications when using create_model()
  • e9ef980 Fix typo in Standard Library Types documentation
  • f2c20c0 Add pydantic-docs dev dependency, make use of versioning blocks
  • a76c1aa Update documentation about JSON Schema
  • 8cbc72c Add documentation about custom __init__()
  • 99eba59 Add additional test for FieldInfo.get_default()
  • c710769 Special case MISSING sentinel in smart_deepcopy()
  • 20a9d77 Do not delete mock validator/serializer in rebuild_dataclass()
  • c86515a Update parts of the model and revalidate_instances documentation
  • Additional commits viewable in compare view

Updates pydantic-core from 2.41.4 to 2.41.5

Release notes

Sourced from pydantic-core's releases.

v2.41.5

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-core@v2.41.4...v2.41.5

Commits
  • 52b821d release: 2.41.5 (#1883)
  • 65d7c44 optimizations in URL implementation (#1833)
  • 4d23017 revert url credential encoding (to be reintroduced as an option in future) (#...
  • 2e932c6 add type inference for serializing ip address types (#1868)

…ctory with 15 updates

Bumps the core-dependencies group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [llama-index](https://github.com/run-llama/llama_index) | `0.14.6` | `0.14.15` |
| llama-index-llms-langchain | `0.7.1` | `0.7.2` |
| [langchain-chroma](https://github.com/langchain-ai/langchain) | `1.0.0` | `1.1.0` |
| [langchain-huggingface](https://github.com/langchain-ai/langchain) | `1.0.0` | `1.2.0` |
| [langchain-milvus](https://github.com/langchain-ai/langchain-milvus) | `0.2.2` | `0.3.3` |
| [langchain-sambanova](https://github.com/sambanova/langchain-sambanova) | `1.0.0` | `1.1.0` |
| [langchain](https://github.com/langchain-ai/langchain) | `1.0.2` | `1.2.10` |
| [langgraph](https://github.com/langchain-ai/langgraph) | `1.0.1` | `1.0.9` |
| [langchain-experimental](https://github.com/langchain-ai/langchain-experimental) | `0.4.0` | `0.4.1` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.12.3` | `2.12.5` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.41.4` | `2.41.5` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.1.1` | `1.2.1` |
| [streamlit](https://github.com/streamlit/streamlit) | `1.51.0` | `1.54.0` |
| [torch](https://github.com/pytorch/pytorch) | `2.9.0` | `2.10.0` |
| sseclient-py | `1.8.0` | `1.9.0` |



Updates `llama-index` from 0.14.6 to 0.14.15
- [Release notes](https://github.com/run-llama/llama_index/releases)
- [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md)
- [Commits](run-llama/llama_index@v0.14.6...v0.14.15)

Updates `llama-index-llms-langchain` from 0.7.1 to 0.7.2

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

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

Updates `langchain-milvus` from 0.2.2 to 0.3.3
- [Release notes](https://github.com/langchain-ai/langchain-milvus/releases)
- [Commits](langchain-ai/langchain-milvus@libs/milvus/v0.2.2...libs/milvus/v0.3.3)

Updates `langchain-sambanova` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/sambanova/langchain-sambanova/releases)
- [Commits](sambanova/langchain-sambanova@v1.0.0...v1.1.0)

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

Updates `langgraph` from 1.0.1 to 1.0.9
- [Release notes](https://github.com/langchain-ai/langgraph/releases)
- [Commits](langchain-ai/langgraph@1.0.1...1.0.9)

Updates `langchain-experimental` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/langchain-ai/langchain-experimental/releases)
- [Commits](langchain-ai/langchain-experimental@libs/experimental/v0.4.0...libs/experimental/v0.4.1)

Updates `pydantic` from 2.12.3 to 2.12.5
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.12.3...v2.12.5)

Updates `pydantic-core` from 2.41.4 to 2.41.5
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.41.4...v2.41.5)

Updates `python-dotenv` from 1.1.1 to 1.2.1
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.1.1...v1.2.1)

Updates `streamlit` from 1.51.0 to 1.54.0
- [Release notes](https://github.com/streamlit/streamlit/releases)
- [Commits](streamlit/streamlit@1.51.0...1.54.0)

Updates `torch` from 2.9.0 to 2.10.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.9.0...v2.10.0)

Updates `sseclient-py` from 1.8.0 to 1.9.0

---
updated-dependencies:
- dependency-name: llama-index
  dependency-version: 0.14.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-dependencies
- dependency-name: llama-index-llms-langchain
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-dependencies
- dependency-name: langchain-chroma
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-dependencies
- dependency-name: langchain-huggingface
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-dependencies
- dependency-name: langchain-milvus
  dependency-version: 0.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-dependencies
- dependency-name: langchain-sambanova
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-dependencies
- dependency-name: langchain
  dependency-version: 1.2.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-dependencies
- dependency-name: langgraph
  dependency-version: 1.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-dependencies
- dependency-name: langchain-experimental
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-dependencies
- dependency-name: pydantic
  dependency-version: 2.12.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-dependencies
- dependency-name: pydantic-core
  dependency-version: 2.41.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core-dependencies
- dependency-name: python-dotenv
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-dependencies
- dependency-name: streamlit
  dependency-version: 1.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-dependencies
- dependency-name: torch
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-dependencies
- dependency-name: sseclient-py
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Dependency version update label Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency version update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants