[PR #5] [MERGED] fix: use async context manager for pg connect #5

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/study-llama/pull/5
Author: @AstraBert
Created: 11/23/2025
Status: Merged
Merged: 11/23/2025
Merged by: @AstraBert

Base: mainHead: clelia/fix-postgres-issue


📝 Commits (1)

  • e36735c fix: use async context manager for pg connect

📊 Changes

2 files changed (+32 additions, -28 deletions)

View changed files

📝 src/study_llama/classify_and_extract/resources.py (+6 -2)
📝 src/study_llama/classify_and_extract/workflow.py (+26 -26)

📄 Description

Fix connection not initialized issue using properly an async context manager


🔄 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/run-llama/study-llama/pull/5 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 11/23/2025 **Status:** ✅ Merged **Merged:** 11/23/2025 **Merged by:** [@AstraBert](https://github.com/AstraBert) **Base:** `main` ← **Head:** `clelia/fix-postgres-issue` --- ### 📝 Commits (1) - [`e36735c`](https://github.com/run-llama/study-llama/commit/e36735c47b6bb046a9e1e89efff84f91b6c6d102) fix: use async context manager for pg connect ### 📊 Changes **2 files changed** (+32 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `src/study_llama/classify_and_extract/resources.py` (+6 -2) 📝 `src/study_llama/classify_and_extract/workflow.py` (+26 -26) </details> ### 📄 Description Fix connection not initialized issue using properly an async context manager --- <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-15 20:16:02 -05:00
yindo closed this issue 2026-02-15 20:16:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/study-llama#5