mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
[PR #174] [MERGED] fix: Add setter for Chat Message History messages #205
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/langchain-ai/langchain-postgres/pull/174
Author: @averikitsch
Created: 4/4/2025
Status: ✅ Merged
Merged: 4/4/2025
Merged by: @averikitsch
Base:
main← Head:averikitsch-patch-1📝 Commits (2)
7f1345afix: Add setter for Chat Message History messages762616cUpdate 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.