Skip to content

Commit 5460ca0

Browse files
committed
fix
1 parent 3ac175c commit 5460ca0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

langchain/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Issues = "https://github.com/vectorize-io/integrations-python/issues"
3333
dev = [
3434
"mypy>=1.13.0",
3535
"pytest>=8.3.3",
36+
"pytest-asyncio>=0.26.0",
3637
"ruff>=0.9.0,<0.10",
3738
"langchain-tests>=0.3.20",
3839
]
@@ -72,3 +73,5 @@ packages = ["langchain_vectorize"]
7273
requires = ["hatchling"]
7374
build-backend = "hatchling.build"
7475

76+
[tool.pytest.ini_options]
77+
asyncio_mode = "auto"

langchain/uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)