mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
Bug: TypeError: argument 1 must be a string or unicode object: got Composed instead #42
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?
Originally created by @pranavb-senslyze on GitHub (Aug 30, 2024).
Given example code in the docs:
Error Stacktrace:
@eyurtsev commented on GitHub (Sep 12, 2024):
this library is not compatible with psycopg2 use psycopg 3 please (pip install --upgrade psycopg) and update your code to use psycopg