[PR #161] [MERGED] Dependencies: Add greenlet package to test dependency group #194

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-postgres/pull/161
Author: @amotl
Created: 2/4/2025
Status: Merged
Merged: 2/4/2025
Merged by: @eyurtsev

Base: mainHead: test-dependencies-greenlet


📝 Commits (1)

  • 69f4626 Dependencies: Add greenlet package to test dependency group

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 poetry.lock (+2 -3)
📝 pyproject.toml (+1 -0)

📄 Description

All async tests apparently need it. Otherwise:

pytest -vvv -k test_async_pgvector
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/161 **Author:** [@amotl](https://github.com/amotl) **Created:** 2/4/2025 **Status:** ✅ Merged **Merged:** 2/4/2025 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `test-dependencies-greenlet` --- ### 📝 Commits (1) - [`69f4626`](https://github.com/langchain-ai/langchain-postgres/commit/69f4626ddf0f433db3bb250aa7245ab3cc32dd71) Dependencies: Add `greenlet` package to `test` dependency group ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+2 -3) 📝 `pyproject.toml` (+1 -0) </details> ### 📄 Description All async tests apparently need it. Otherwise: ```shell pytest -vvv -k test_async_pgvector ``` ```python 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:16:55 -05:00
yindo closed this issue 2026-02-16 05:16:55 -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#194