[PR #223] [MERGED] deps: add missing dependencies in test group #246

Closed
opened 2026-02-16 05:17:05 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: development_deps


📝 Commits (2)

  • bb1ee18 deps: add missing dependencies in test group
  • 4e06108 updated sqlalchemy dep to sqlalchemy[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.toml test dependency group (used for local development).
Added dependencies:

  • codespell - required to run make spell_check and make spell_fix scripts
  • pytest-watcher - required to run make test_watch
  • greenlet - without it, make test fails with error below. It was previously added in #161, but lost at some point.
ValueError: the greenlet library is required to use this function. No module named 'greenlet'

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langchain-postgres/pull/223 **Author:** [@nazarpechka](https://github.com/nazarpechka) **Created:** 6/26/2025 **Status:** ✅ Merged **Merged:** 7/25/2025 **Merged by:** [@averikitsch](https://github.com/averikitsch) **Base:** `main` ← **Head:** `development_deps` --- ### 📝 Commits (2) - [`bb1ee18`](https://github.com/langchain-ai/langchain-postgres/commit/bb1ee18cc382d940ed59937e20cbcf5997384957) deps: add missing dependencies in `test` group - [`4e06108`](https://github.com/langchain-ai/langchain-postgres/commit/4e06108169a87a836db7b244891934b642a493dd) updated `sqlalchemy` dep to `sqlalchemy[asyncio]` instead of separate greenlet dep ### 📊 Changes **2 files changed** (+74 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `pyproject.toml` (+3 -1) 📝 `uv.lock` (+71 -3) </details> ### 📄 Description This PR adds missing dependencies to `pyproject.toml` test dependency group (used for local development). Added dependencies: - `codespell` - required to run `make spell_check` and `make spell_fix` scripts - `pytest-watcher` - required to run `make test_watch` - `greenlet` - without it, `make test` fails with error below. It was previously added in #161, but lost at some point. ``` ValueError: the greenlet library is required to use this function. No module named 'greenlet' ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 05:17:05 -05:00
yindo closed this issue 2026-02-16 05:17:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langchain-postgres#246