mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
[PR #223] [MERGED] deps: add missing dependencies in test group
#246
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langchain-postgres/pull/223
Author: @nazarpechka
Created: 6/26/2025
Status: ✅ Merged
Merged: 7/25/2025
Merged by: @averikitsch
Base:
main← Head:development_deps📝 Commits (2)
bb1ee18deps: add missing dependencies intestgroup4e06108updatedsqlalchemydep tosqlalchemy[asyncio]instead of separate greenlet dep📊 Changes
2 files changed (+74 additions, -4 deletions)
View changed files
📝
pyproject.toml(+3 -1)📝
uv.lock(+71 -3)📄 Description
This PR adds missing dependencies to
pyproject.tomltest dependency group (used for local development).Added dependencies:
codespell- required to runmake spell_checkandmake spell_fixscriptspytest-watcher- required to runmake test_watchgreenlet- without it,make testfails with error below. It was previously added in #161, but lost at some point.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.