Skip to content

Commit

Permalink
BugFix: PonyOrm only supports psycopg2
Browse files Browse the repository at this point in the history
  • Loading branch information
Buried-In-Code committed May 30, 2024
1 parent a1f5a2d commit 708b764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion freyr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from freyr.console import CONSOLE

__version__ = "0.5.1"
__version__ = "0.5.2"


def get_cache() -> Path:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ requires-python = ">= 3.11"

[project.optional-dependencies]
postgres = [
"psycopg >= 3.1.19"
"psycopg2 >= 2.9.9"
]

[project.scripts]
Expand Down

0 comments on commit 708b764

Please sign in to comment.