Add langchain-text-splitters dependency to pyproject.toml and uv.lock

- Updated pyproject.toml to include langchain-text-splitters version >=1.1.0 in dependencies.
- Modified uv.lock to add langchain-text-splitters in both dependencies and requires-dist sections.
This commit is contained in:
2026-01-12 10:48:31 +01:00
parent 346695212d
commit 3e6b2e313a
6 changed files with 2249 additions and 1409 deletions

View File

@@ -13,6 +13,7 @@ dependencies = [
"langchain-community>=0.4.1",
"langchain-huggingface>=1.2.0",
"langchain-ollama>=1.0.1",
"langchain-text-splitters>=1.1.0",
"matplotlib>=3.10.1",
"nbformat>=5.10.4",
"numpy>=2.2.5",