mirror of
https://github.com/run-llama/study-llama.git
synced 2026-07-01 20:54:01 -04:00
[PR #5] [MERGED] fix: use async context manager for pg connect #5
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/run-llama/study-llama/pull/5
Author: @AstraBert
Created: 11/23/2025
Status: ✅ Merged
Merged: 11/23/2025
Merged by: @AstraBert
Base:
main← Head:clelia/fix-postgres-issue📝 Commits (1)
e36735cfix: 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.