Skip to content

Commit

Permalink
[db-up] Bump psycopg2-binary to 2.9.6 to support Python 3.11 (#6558)
Browse files Browse the repository at this point in the history
  • Loading branch information
bebound authored Aug 1, 2023
1 parent d15ef62 commit a78ca5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/db-up/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Release History
===============
0.2.9 (2023-08-01)
++++++++++++++++++
* Bump `psycopg2-binary` to 2.9.6 to support Python 3.11

0.2.8 (2023-08-01)
++++++++++++++++++
* Pin `pymssql` to `2.2.7`
Expand Down
4 changes: 2 additions & 2 deletions src/db-up/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from codecs import open
from setuptools import setup, find_packages

VERSION = "0.2.8"
VERSION = "0.2.9"

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand All @@ -26,7 +26,7 @@
DEPENDENCIES = [
'Cython==0.29.17',
'mysql-connector-python==8.0.14',
'psycopg2-binary==2.9.1'
'psycopg2-binary~=2.9.6'
]

if sys.platform != 'darwin':
Expand Down

0 comments on commit a78ca5f

Please sign in to comment.