Skip to content

Bump the memiris-python-dependencies group in /memiris with 23 updates#409

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/memiris/memiris-python-dependencies-46dcbacf87
Open

Bump the memiris-python-dependencies group in /memiris with 23 updates#409
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/memiris/memiris-python-dependencies-46dcbacf87

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps the memiris-python-dependencies group in /memiris with 23 updates:

Package From To
weaviate-client 4.15.4 4.19.2
ollama 0.5.4 0.6.1
openai 1.109.1 2.16.0
cachetools 6.1.0 7.0.0
pylint-per-file-ignores 1.4.0 3.2.0
langfuse 3.1.2 3.12.1
langchain-core 0.3.77 0.3.83
langchain-community 0.3.30 0.3.31
langchain-ollama 0.3.8 0.3.10
langchain-openai 0.3.34 0.3.35
langgraph 0.6.8 1.0.1
mypy 1.16.0 1.19.1
pylint 3.3.7 4.0.4
black 25.1.0 26.1.0
isort 6.0.1 7.0.0
yamllint 1.37.1 1.38.0
bandit 1.8.3 1.9.3
pytest 8.4.0 9.0.2
coverage 7.9.1 7.13.2
pre-commit 4.2.0 4.5.1
types-cachetools 5.5.0.20240820 6.2.0.20251022
testcontainers 4.10.0 4.14.1
pytest-mock 3.14.1 3.15.1

Updates weaviate-client from 4.15.4 to 4.19.2

Release notes

Sourced from weaviate-client's releases.

v4.19.2

Revert #1915; not yet merged into Weaviate server

v4.19.1

This patch version includes:

v4.19.0

This minor version includes:

  • Support for new 1.35 features:
    • Add support for time-to-live (TTL) on objects
    • Add support for new multi2multivec-weaviate module
    • Enhance model integration helper functions
      • Add separate service-specific helpers for aws sagemaker vs bedrock, or google gemini vs vertex
      • Add BaseURL support for Cohere rerankers
      • Fix model provider parameters
    • Improve batch performance by optimizing checks for live threads
    • Update authlib

v4.18.3

What's Changed

Full Changelog: weaviate/weaviate-python-client@v4.18.2...v4.18.3

v4.18.2

What's Changed

Full Changelog: weaviate/weaviate-python-client@v4.18.1...v4.18.2

v4.18.1

  • Add dimensions parameters for cohere vectorizers (#1875)
  • Add dimensions parameters for text2vec-voyage (#1870)

v4.18.0

What's Changed

... (truncated)

Changelog

Sourced from weaviate-client's changelog.

Version 4.19.2

This patch version includes:

  • Revert merging #1915; not yet merged into Weaviate server

Version 4.19.1

This patch version includes:

Version 4.19.0

This minor version includes: - Support for new 1.35 features: - Add support for time-to-live (TTL) on objects - Add support for new multi2multivec-weaviate module - Enhance model integration helper functions - Add separate service-specific helpers for aws sagemaker vs bedrock, or google gemini vs vertex - Add BaseURL support for Cohere rerankers - Fix model provider parameters - Improve batch performance by optimizing checks for live threads - Update authlib

Version 4.18.3

This patch version includes: - Fixes wrong deprecation warning in PyCharm when creating a collection without vectorizers - Fixes warnings with boolean filters

Version 4.18.2

This patch version includes: - Add support for contextual generative and reranker modules - Add support for ZSTD compression in backups - Add support for VoyageAI's voyage-3-large model

Version 4.18.1

This patch version includes: - Add 'dimensions' param to cohere vectorizers (feat/cohere-dimensions-param) - Add 'dimensions' parameter to text2vec-voyageai methods (feat/t2v-voyage-add-dimensions)

Version 4.18.0

... (truncated)

Commits
  • d7f2c1d Merge pull request #1918 from weaviate/changelog/4.19.2
  • 6433576 Merge pull request #1917 from weaviate/chore/revert-voyage-merge-82eefa81c38b...
  • ec2f1eb Add note
  • 538cb69 revert merging #1915
  • cbbfe21 Merge pull request #1916 from weaviate/changelog/4.19.1
  • fd58638 Add changelog for 4.19.1
  • 146e62f Merge pull request #1857 from weaviate/multi2multivec-weaviate
  • 82eefa8 Merge pull request #1915 from voyage-ai/feat/embedding-model-voyage-multimoda...
  • 3930f06 Merge branch 'main' into multi2multivec-weaviate
  • eefff6d Adding VoyageAI's voyage-multimodal-3.5
  • Additional commits viewable in compare view

Updates ollama from 0.5.4 to 0.6.1

Release notes

Sourced from ollama's releases.

v0.6.1

What's Changed

Full Changelog: ollama/ollama-python@v0.6.0...v0.6.1

v0.6.0

What's Changed

New Contributors

Full Changelog: ollama/ollama-python@v0.5.4...v0.6.0

Commits

Updates openai from 1.109.1 to 2.16.0

Release notes

Sourced from openai's releases.

v2.16.0

2.16.0 (2026-01-27)

Full Changelog: v2.15.0...v2.16.0

Features

  • api: api update (b97f9f2)
  • api: api updates (9debcc0)
  • client: add support for binary request streaming (49561d8)

Bug Fixes

  • api: mark assistants as deprecated (0419cbc)

Chores

  • ci: upgrade actions/github-script (5139f13)
  • internal: update actions/checkout version (f276714)

Documentation

  • examples: update Azure Realtime sample to use v1 API (#2829) (3b31981)

v2.15.0

2.15.0 (2026-01-09)

Full Changelog: v2.14.0...v2.15.0

Features

  • api: add new Response completed_at prop (f077752)

Chores

  • internal: codegen related update (e7daba6)

v2.14.0

2.14.0 (2025-12-19)

Full Changelog: v2.13.0...v2.14.0

Features

  • api: slugs for new audio models; make all model params accept strings (e517792)

... (truncated)

Changelog

Sourced from openai's changelog.

2.16.0 (2026-01-27)

Full Changelog: v2.15.0...v2.16.0

Features

  • api: api update (b97f9f2)
  • api: api updates (9debcc0)
  • client: add support for binary request streaming (49561d8)

Bug Fixes

  • api: mark assistants as deprecated (0419cbc)

Chores

  • ci: upgrade actions/github-script (5139f13)
  • internal: update actions/checkout version (f276714)

Documentation

  • examples: update Azure Realtime sample to use v1 API (#2829) (3b31981)

2.15.0 (2026-01-09)

Full Changelog: v2.14.0...v2.15.0

Features

  • api: add new Response completed_at prop (f077752)

Chores

  • internal: codegen related update (e7daba6)

2.14.0 (2025-12-19)

Full Changelog: v2.13.0...v2.14.0

Features

  • api: slugs for new audio models; make all model params accept strings (e517792)

Bug Fixes

... (truncated)

Commits

Updates cachetools from 6.1.0 to 7.0.0

Changelog

Sourced from cachetools's changelog.

v7.0.0 (2026-02-01)

  • Require Python 3.10 or later (breaking change).

  • Drop support for passing info as fourth positional parameter to @cached (breaking change).

  • Drop support for cache(self) returning None with @cachedmethod (breaking change).

  • Convert the @cachedmethod wrappers to descriptors, deprecating its use with class methods and instances that do not provide a mutable __dict__ attribute (potentially breaking change).

  • Convert the previously undocumented @cachedmethod attributes (cache, cache_lock, etc.) to properties for instance methods, providing official support and documentation (potentially breaking change).

  • Add an optional info parameter to the @cachedmethod decorator for reporting per-instance cache statistics. Note that this requires the instance's __dict__ attribute to be a mutable mapping.

v6.2.6 (2026-01-27)

  • Improve typedkey performance.

  • Minor documentation improvements.

  • Minor testing improvements.

  • Minor code readability improvements.

v6.2.5 (2026-01-25)

  • Improve documentation regarding @cachedmethod with lock parameter.

  • Add test cases for cache stampede scenarios.

  • Update CI environment.

v6.2.4 (2025-12-15)

... (truncated)

Commits

Updates pylint-per-file-ignores from 1.4.0 to 3.2.0

Changelog

Sourced from pylint-per-file-ignores's changelog.

3.2.0 (2025-11-25)

  • Updated the release actions

3.1.0

  • Support pylint 4.x

3.0.0

  • Removed support for python 3.9

2.0.3

  • Make glob patterns recursive

2.0.2

  • Fixed version mismatch

2.0.1

  • Fixed project classifiers

2.0.0

  • Dropped support for pylint versions below 3.3
  • Officially support python 3.9-3.14
  • Dropped support for python 3.8 and before
  • Complete refactoring of the project
  • Dropped support for the custom pyproject.toml section
  • Support parallel mode of pylint
  • Switch from regex patterns to globs
Commits

Updates langfuse from 3.1.2 to 3.12.1

Commits

Updates langchain-core from 0.3.77 to 0.3.83

Release notes

Sourced from langchain-core's releases.

langchain-core==0.3.83

Changes since langchain-core==0.3.82

release(core): 0.3.83 (#34733) feat(core,langchain,text-splitters): (v0.3) use uuid7 for run ids (#34732)

langchain-core==0.3.82

Changes since langchain-core==0.3.81

release(core): 0.3.82 (#34688) fix(core): defer persisting traces for iterator inputs (#34687) feat(core): add usage_metadata to metadata in LangChainTracer (#34686)

langchain-core==0.3.81

Changes since langchain-core==0.3.80

release(core): 0.3.81 (#34459) fix(core): serialization patch (#34458)

langchain-core==0.3.80

Changes since langchain-core==0.3.79

release(core): 0.3.80 (#34039) fix(core): fix validation for input variables in f-string templates, restrict functionality supported by jinja2, mustache templates (GHSA-6qv9-48xg-fc7f) (#34038)

Commits

Updates langchain-community from 0.3.30 to 0.3.31

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-ollama from 0.3.8 to 0.3.10

Commits

Updates langchain-openai from 0.3.34 to 0.3.35

Commits

Updates langgraph from 0.6.8 to 1.0.1

Release notes

Sourced from langgraph's releases.

prebuilt==1.0.1

Changes since prebuilt==1.0.0

  • release: Checkpointers 3.0 (#6313)

1.0.1

Changes since 1.0.0

  • release: Checkpointers 3.0 (#6313)
  • chore: Restrict "json" type deserialization (#6269)

prebuilt==1.0.0

Changes since prebuilt==0.7.0rc1

  • release: langgraph + langgraph-prebuilt v1.0.0 (#6300)
  • feat: adding cursory Python 3.14 support (#6298)
  • style: fixes for ref docs (#6297)

1.0.0

Changes since 1.0.0rc1

  • release: langgraph + langgraph-prebuilt v1.0.0 (#6300)
  • feat: adding cursory Python 3.14 support (#6298)
  • style: fixes for ref docs (#6297)

1.0.0rc1

Changes since 0.6.10

  • chore: release rcs for prebuilt + langgraph (#6296)
  • chore: drop Python 3.9 (and syntax) (#6289)
  • docs: style linting (#6260)
  • release(langgraph): v1 working branch (#6093)
  • fix: rename away from LangGraph Platform (#6281)

1.0.0a4

Changes since 0.6.8

1.0.0a3

Changes since 0.6.7

1.0.0a2

Changes since 1.0.0a1

1.0.0a1

No release notes provided.

prebuilt==0.7.0rc1

Changes since prebuilt==0.7.0a2

  • chore: release rcs for prebuilt + langgraph (#6296)

... (truncated)

Commits

Updates mypy from 1.16.0 to 1.19.1

Changelog

Sourced from mypy's changelog.

Mypy 1.19.1

  • Fix noncommutative joins with bounded TypeVars (Shantanu, PR 20345)
  • Respect output format for cached runs by serializing raw errors in cache metas (Ivan Levkivskyi, PR 20372)
  • Allow types.NoneType in match cases (A5rocks, PR 20383)
  • Fix mypyc generator regression with empty tuple (BobTheBuidler, PR 20371)
  • Fix crash involving Unpack-ed TypeVarTuple (Shantanu, PR 20323)
  • Fix crash on star import of redefinition (Ivan Levkivskyi, PR 20333)
  • Fix crash on typevar with forward ref used in other module (Ivan Levkivskyi, PR 20334)
  • Fail with an explicit error on PyPy (Ivan Levkivskyi, PR 20389)

Acknowledgements

Thanks to all mypy contributors who contributed to this release:

  • A5rocks
  • BobTheBuidler
  • bzoracler
  • Chainfire
  • Christoph Tyralla
  • David Foster
  • Frank Dana
  • Guo Ci
  • iap
  • Ivan Levkivskyi
  • James Hilton-Balfe
  • jhance
  • Joren Hammudoglu
  • Jukka Lehtosalo
  • KarelKenens
  • Kevin Kannammalil
  • Marc Mueller
  • Michael Carlstrom
  • Michael J. Sullivan
  • Piotr Sawicki
  • Randolf Scholz
  • Shantanu
  • Sigve Sebastian Farstad
  • sobolevn
  • Stanislav Terliakov
  • Stephen Morton
  • Theodore Ando
  • Thiago J. Barbalho
  • wyattscarpenter

I’d also like to thank my employer, Dropbox, for supporting mypy development.

Mypy 1.18

We’ve just uploaded mypy 1.18.1 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance

... (truncated)

Commits

Updates pylint from 3.3.7 to 4.0.4

Commits
  • e16f942 Bump pylint to 4.0.4, update changelog
  • 657b386 [Backport maintenance/4.0.x] [invalid-name] Fix FP for exclusive assignment o...
  • 03f8a92 [Backport maintenance/4.0.x] fix: avoid false positive when module-level name...
  • 84b6552 Bump pylint to 4.0.3, update changelog (#10741)
  • 77b0cd8 [Backport maintenance/4.0.x] fix(expand_modules): pass ignore_list to modutil...
  • 755f2d0 [Backport maintenance/4.0.x] Upgrade astroid to 4.0.2 (#10733)
  • c96a9e4 [Backport maintenance/4.0.x] Fix crash when a variable annotation is used as ...
  • 108191e [Backport maintenance/4.0.x] Fix a false positive for class attribute typed w...
  • 0ed8172 [Backport maintenance/4.0.x] Fix crash when a slice object is called (#10728)
  • b128b7d [Backport maintenance/4.0.x] Fix a false positive for ``unbalanced-tuple-unpa...
  • Additional commits viewable in compare view

Updates black from 25.1.0 to 26.1.0

Release notes

Sourced from black's releases.

26.1.0

Highlights

Introduces the 2026 stable style (#4892), stabilizing the following changes:

  • always_one_newline_after_import: Always force one blank line after import statements, except when the line after the import is a comment or an import statement (#4489)
  • fix_fmt_skip_in_one_liners: Fix # fmt: skip behavior on one-liner declarations, such as def foo(): return "mock" # fmt: skip, where previously the declaration would have been incorrectly collapsed (#4800)
  • fix_module_docstring_detection: Fix module docstrings being treated as normal strings if preceded by comments (#4764)
  • fix_type_expansion_split: Fix type expansions split in generic functions (#4777)
  • multiline_string_handling: Make expressions involving multiline strings more compact (#1879)
  • normalize_cr_newlines: Add \r style newlines to the potential newlines to normalize file newlines both from and to (#4710)
  • remove_parens_around_except_types: Remove parentheses around multiple exception types in except and except* without as (#4720)
  • remove_parens_from_assignment_lhs: Remove unnecessary parentheses from the left-hand side of assignments while preserving magic trailing commas and intentional multiline formatting (#4865)
  • standardize_type_comments: Format type comments which have zero or more spaces between # and type: or between type: and value to # type: (value) (#4645)

The following change was not in any previous stable release:

  • Regenerated the _width_table.py and added tests for the Khmer language (#4253)

This release alo bumps pathspec to v1 and fixes inconsistencies with Git's .gitignore logic (#4958). Now, files will be ignored if a pattern matches them, even if the parent directory is directly unignored. For example, Black would previously format exclude/not_this/foo.py with this .gitignore:

exclude/
!exclude/not_this/

Now, exclude/not_this/foo.py will remain ignored. To ensure exclude/not_this/ and all of it's children are included in formatting (and in Git), use this .gitignore:

*/exclude/*
!*/exclude/not_this/

This new behavior matches Git. The leading */ are only necessary if you wish to ignore matching subdirectories (like the previous behavior did), and not just matching root

... (truncated)

Changelog

Sourced from black's changelog.

26.1.0

Highlights

Introduces the 2026 stable style (#4892), stabilizing the following changes:

  • always_one_newline_after_import: Always force one blank line after import statements, except when the line after the import is a comment or an import statement (#4489)
  • fix_fmt_skip_in_one_liners: Fix # fmt: skip behavior on one-liner declarations, such as def foo(): return "mock" # fmt: skip, where previously the declaration would have been incorrectly collapsed (#4800)
  • fix_module_docstring_detection: Fix module docstrings being treated as normal strings if preceded by comments (#4764)
  • fix_type_expansion_split: Fix type expansions split in generic functions (#4777)
  • multiline_string_handling: Make expressions involving multiline strings more compact (#1879)
  • normalize_cr_newlines: Add \r style newlines to the potential newlines to normalize file newlines both from and to (#4710)
  • remove_parens_around_except_types: Remove parentheses around multiple exception types in except and except* without as (#4720)
  • remove_parens_from_assignment_lhs: Remove unnecessary parentheses from the left-hand side of assignments while preserving magic trailing commas and intentional multiline formatting (#4865)
  • standardize_type_comments: Format type comments which have zero or more spaces between # and type: or between type: and value to # type: (value) (#4645)

The following change was not in any previous stable release:

  • Regenerated the _width_table.py and added tests for the Khmer language (#4253)

This release alo bumps pathspec to v1 and fixes inconsistencies with Git's .gitignore logic (#4958). Now, files will be ignored if a pattern matches them, even if the parent directory is directly unignored. For example, Black would previously format exclude/not_this/foo.py with this .gitignore:

exclude/
!exclude/not_this/

Now, exclude/not_this/foo.py will remain ignored. To ensure exclude/not_this/ and all of it's children are included in formatting (and in Git), use this .gitignore:

*/exclude/*
!*/exclude/not_this/

This new behavior matches Git. The leading */ are only necessary if you wish to ignore

... (truncated)

Commits

Updates isort from 6.0.1 to 7.0.0

Release notes

Sourced from isort's releases.

7.0.0Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 2, 2026
@dependabot dependabot bot requested review from a team and Hialus as code owners February 2, 2026 09:34
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 2, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot dependabot bot force-pushed the dependabot/pip/memiris/memiris-python-dependencies-46dcbacf87 branch from 748430d to bc43243 Compare February 2, 2026 11:07
Bumps the memiris-python-dependencies group in /memiris with 23 updates:

| Package | From | To |
| --- | --- | --- |
| [weaviate-client](https://github.com/weaviate/weaviate-python-client) | `4.15.4` | `4.19.2` |
| [ollama](https://github.com/ollama/ollama-python) | `0.5.4` | `0.6.1` |
| [openai](https://github.com/openai/openai-python) | `1.109.1` | `2.16.0` |
| [cachetools](https://github.com/tkem/cachetools) | `6.1.0` | `7.0.0` |
| [pylint-per-file-ignores](https://github.com/SAP/pylint-per-file-ignores) | `1.4.0` | `3.2.0` |
| [langfuse](https://github.com/langfuse/langfuse) | `3.1.2` | `3.12.1` |
| [langchain-core](https://github.com/langchain-ai/langchain) | `0.3.77` | `0.3.83` |
| [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.30` | `0.3.31` |
| [langchain-ollama](https://github.com/langchain-ai/langchain) | `0.3.8` | `0.3.10` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `0.3.34` | `0.3.35` |
| [langgraph](https://github.com/langchain-ai/langgraph) | `0.6.8` | `1.0.1` |
| [mypy](https://github.com/python/mypy) | `1.16.0` | `1.19.1` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.3.7` | `4.0.4` |
| [black](https://github.com/psf/black) | `25.1.0` | `26.1.0` |
| [isort](https://github.com/PyCQA/isort) | `6.0.1` | `7.0.0` |
| [yamllint](https://github.com/adrienverge/yamllint) | `1.37.1` | `1.38.0` |
| [bandit](https://github.com/PyCQA/bandit) | `1.8.3` | `1.9.3` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.4.0` | `9.0.2` |
| [coverage](https://github.com/coveragepy/coveragepy) | `7.9.1` | `7.13.2` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.2.0` | `4.5.1` |
| [types-cachetools](https://github.com/typeshed-internal/stub_uploader) | `5.5.0.20240820` | `6.2.0.20251022` |
| [testcontainers](https://github.com/testcontainers/testcontainers-python) | `4.10.0` | `4.14.1` |
| [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.1` | `3.15.1` |


Updates `weaviate-client` from 4.15.4 to 4.19.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.15.4...v4.19.2)

Updates `ollama` from 0.5.4 to 0.6.1
- [Release notes](https://github.com/ollama/ollama-python/releases)
- [Commits](ollama/ollama-python@v0.5.4...v0.6.1)

Updates `openai` from 1.109.1 to 2.16.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.109.1...v2.16.0)

Updates `cachetools` from 6.1.0 to 7.0.0
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v6.1.0...v7.0.0)

Updates `pylint-per-file-ignores` from 1.4.0 to 3.2.0
- [Release notes](https://github.com/SAP/pylint-per-file-ignores/releases)
- [Changelog](https://github.com/SAP/pylint-per-file-ignores/blob/main/CHANGELOG.md)
- [Commits](https://github.com/SAP/pylint-per-file-ignores/commits/v3.2.0)

Updates `langfuse` from 3.1.2 to 3.12.1
- [Release notes](https://github.com/langfuse/langfuse/releases)
- [Commits](https://github.com/langfuse/langfuse/commits)

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

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

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

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

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

Updates `mypy` from 1.16.0 to 1.19.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.16.0...v1.19.1)

Updates `pylint` from 3.3.7 to 4.0.4
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.7...v4.0.4)

Updates `black` from 25.1.0 to 26.1.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@25.1.0...26.1.0)

Updates `isort` from 6.0.1 to 7.0.0
- [Release notes](https://github.com/PyCQA/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@6.0.1...7.0.0)

Updates `yamllint` from 1.37.1 to 1.38.0
- [Release notes](https://github.com/adrienverge/yamllint/releases)
- [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst)
- [Commits](adrienverge/yamllint@v1.37.1...v1.38.0)

Updates `bandit` from 1.8.3 to 1.9.3
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](PyCQA/bandit@1.8.3...1.9.3)

Updates `pytest` from 8.4.0 to 9.0.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.4.0...9.0.2)

Updates `coverage` from 7.9.1 to 7.13.2
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.9.1...7.13.2)

Updates `pre-commit` from 4.2.0 to 4.5.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.2.0...v4.5.1)

Updates `types-cachetools` from 5.5.0.20240820 to 6.2.0.20251022
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

Updates `testcontainers` from 4.10.0 to 4.14.1
- [Release notes](https://github.com/testcontainers/testcontainers-python/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-python@testcontainers-v4.10.0...testcontainers-v4.14.1)

Updates `pytest-mock` from 3.14.1 to 3.15.1
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-mock@v3.14.1...v3.15.1)

---
updated-dependencies:
- dependency-name: weaviate-client
  dependency-version: 4.19.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: memiris-python-dependencies
- dependency-name: ollama
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: memiris-python-dependencies
- dependency-name: openai
  dependency-version: 2.16.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: memiris-python-dependencies
- dependency-name: cachetools
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: memiris-python-dependencies
- dependency-name: pylint-per-file-ignores
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: memiris-python-dependencies
- dependency-name: langfuse
  dependency-version: 3.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: memiris-python-dependencies
- dependency-name: langchain-core
  dependency-version: 0.3.83
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: memiris-python-dependencies
- dependency-name: langchain-community
  dependency-version: 0.3.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: memiris-python-dependencies
- dependency-name: langchain-ollama
  dependency-version: 0.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: memiris-python-dependencies
- dependency-name: langchain-openai
  dependency-version: 0.3.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: memiris-python-dependencies
- dependency-name: langgraph
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: memiris-python-dependencies
- dependency-name: mypy
  dependency-version: 1.19.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: memiris-python-dependencies
- dependency-name: pylint
  dependency-version: 4.0.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: memiris-python-dependencies
- dependency-name: black
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: memiris-python-dependencies
- dependency-name: isort
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: memiris-python-dependencies
- dependency-name: yamllint
  dependency-version: 1.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: memiris-python-dependencies
- dependency-name: bandit
  dependency-version: 1.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: memiris-python-dependencies
- dependency-name: pytest
  dependency-version: 9.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: memiris-python-dependencies
- dependency-name: coverage
  dependency-version: 7.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: memiris-python-dependencies
- dependency-name: pre-commit
  dependency-version: 4.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: memiris-python-dependencies
- dependency-name: types-cachetools
  dependency-version: 6.2.0.20251022
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: memiris-python-dependencies
- dependency-name: testcontainers
  dependency-version: 4.14.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: memiris-python-dependencies
- dependency-name: pytest-mock
  dependency-version: 3.15.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: memiris-python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/memiris/memiris-python-dependencies-46dcbacf87 branch from bc43243 to 986a1f2 Compare February 2, 2026 11:43
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 memiris python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants