Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Jan 22, 2025
1 parent 0ab16b1 commit e925773
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/core/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion libs/core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ classmethod-decorators = [ "classmethod", "langchain_core.utils.pydantic.pre_ini
"scripts/**" = [ "S",]

[tool.poetry.group.lint.dependencies]
ruff = "~0.9.1"
ruff = "^0.9.2"



[tool.poetry.group.typing.dependencies]
Expand All @@ -92,12 +93,14 @@ types-requests = "^2.28.11.5"
types-jinja2 = "^2.11.9"



[tool.poetry.group.dev.dependencies]
jupyter = "^1.0.0"
setuptools = "^67.6.1"
grandalf = "^0.8"



[tool.poetry.group.test.dependencies]
pytest = "^8"
freezegun = "^1.2.2"
Expand All @@ -118,14 +121,17 @@ version = ">=1.26.0,<3"
python = ">=3.12"



[tool.poetry.group.test_integration.dependencies]



[tool.poetry.group.typing.dependencies.langchain-text-splitters]
path = "../text-splitters"
develop = true



[tool.poetry.group.test.dependencies.langchain-tests]
path = "../standard-tests"
develop = true

0 comments on commit e925773

Please sign in to comment.