[PR #174] [MERGED] fix: Add setter for Chat Message History messages #205

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-postgres/pull/174
Author: @averikitsch
Created: 4/4/2025
Status: Merged
Merged: 4/4/2025
Merged by: @averikitsch

Base: mainHead: averikitsch-patch-1


📝 Commits (2)

  • 7f1345a fix: Add setter for Chat Message History messages
  • 762616c Update langchain_postgres/chat_message_histories.py

📊 Changes

1 file changed (+7 additions, -1 deletions)

View changed files

📝 langchain_postgres/chat_message_histories.py (+7 -1)

📄 Description

Fixes mypy error:
langchain_postgres/chat_message_histories.py:344: error: Cannot override writeable attribute with read-only property [override] Found 1 error in 1 file (checked 37 source files)


🔄 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/174 **Author:** [@averikitsch](https://github.com/averikitsch) **Created:** 4/4/2025 **Status:** ✅ Merged **Merged:** 4/4/2025 **Merged by:** [@averikitsch](https://github.com/averikitsch) **Base:** `main` ← **Head:** `averikitsch-patch-1` --- ### 📝 Commits (2) - [`7f1345a`](https://github.com/langchain-ai/langchain-postgres/commit/7f1345a625fe23dd8dd4f2f0d1a137930e9262fa) fix: Add setter for Chat Message History messages - [`762616c`](https://github.com/langchain-ai/langchain-postgres/commit/762616cbd8ec1e8880d1355d2389b9949288457d) Update langchain_postgres/chat_message_histories.py ### 📊 Changes **1 file changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `langchain_postgres/chat_message_histories.py` (+7 -1) </details> ### 📄 Description Fixes mypy error: langchain_postgres/chat_message_histories.py:344: error: Cannot override writeable attribute with read-only property [override] Found 1 error in 1 file (checked 37 source files) --- <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:57 -05:00
yindo closed this issue 2026-02-16 05:16:57 -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#205