Skip to content

Commit

Permalink
fixed psycopg3 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Jan 10, 2024
1 parent 808b417 commit 46d0e08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pepdbagent/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.0a3"
__version__ = "0.7.0a4"
2 changes: 1 addition & 1 deletion pepdbagent/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
DEFAULT_LIMIT = 100

# db_dialects
POSTGRES_DIALECT = "postgresql"
POSTGRES_DIALECT = "postgresql+psycopg"

DEFAULT_LIMIT_INFO = 5

Expand Down

0 comments on commit 46d0e08

Please sign in to comment.