Skip to content

Commit

Permalink
Merge pull request #581 from aiven/update_psycopg2_dep
Browse files Browse the repository at this point in the history
Bump the minimal psycpog2 version.

#581
  • Loading branch information
kmichel-aiven authored Jan 18, 2023
2 parents 33b6e59 + bd2a0ee commit ae42131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
packages=find_packages(exclude=["test"]),
install_requires=[
"cryptography",
"psycopg2 >= 2.0.0",
"psycopg2 >= 2.8.0",
"pydantic",
"python-dateutil",
"python-snappy >= 0.5",
Expand Down

0 comments on commit ae42131

Please sign in to comment.