Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ dependencies = [

[dependency-groups]
test = [
"codespell>=2.4.1",
"greenlet>=3.2.2",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of installing greenlet directly, I believe we can update sqlalchemy to SQLAlchemy[asyncio].

Copy link
Contributor Author

@nazarpechka nazarpechka Jul 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@averikitsch Thanks, updated to sqlalchemy[asyncio].
This is a library dependency, so we will force all users to also install greenlet. This should not be a problem though, as using AsyncPgVectorStore needs it anyway.

"langchain-tests==0.3.7",
"mypy>=1.15.0",
"pytest>=8.3.4",
Expand All @@ -30,6 +32,7 @@ test = [
"pytest-mock>=3.14.0",
"pytest-socket>=0.7.0",
"pytest-timeout>=2.3.1",
"pytest-watcher>=0.4.3",
"ruff>=0.9.7",
]

Expand Down
67 changes: 66 additions & 1 deletion uv.lock

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