[PR #4] [MERGED] fix: use asyncpg #4

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/4
Author: @AstraBert
Created: 11/23/2025
Status: Merged
Merged: 11/23/2025
Merged by: @AstraBert

Base: mainHead: clelia/use-asyncpg


📝 Commits (1)

📊 Changes

3 files changed (+21 additions, -35 deletions)

View changed files

📝 pyproject.toml (+2 -2)
📝 src/study_llama/classify_and_extract/resources.py (+1 -1)
📝 uv.lock (+18 -32)

📄 Description

As per title, using psycopg2 was breaking the flow


🔄 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/4 **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/use-asyncpg` --- ### 📝 Commits (1) - [`66f53db`](https://github.com/run-llama/study-llama/commit/66f53db0b164d7c5312928dc748b75d45ff42dde) fix: use asyncpg ### 📊 Changes **3 files changed** (+21 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `pyproject.toml` (+2 -2) 📝 `src/study_llama/classify_and_extract/resources.py` (+1 -1) 📝 `uv.lock` (+18 -32) </details> ### 📄 Description As per title, using psycopg2 was breaking the flow --- <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#4