mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-19 07:02:05 -04:00
Merge "Set upper bound to pg8000 version" into rel_1_3
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
.. change::
|
||||
:tags: bug, postgresql
|
||||
:tickets: 5645
|
||||
|
||||
For SQLAlchemy 1.3 only, setup.py pins pg8000 to a version lower than
|
||||
1.16.6. Version 1.16.6 and above is supported by SQLAlchemy 1.4. Pull
|
||||
request courtesy Giuseppe Lumia.
|
||||
@@ -192,7 +192,7 @@ def run_setup(with_cext):
|
||||
],
|
||||
"postgresql": ["psycopg2"],
|
||||
"postgresql_psycopg2binary": ["psycopg2-binary"],
|
||||
"postgresql_pg8000": ["pg8000"],
|
||||
"postgresql_pg8000": ["pg8000<1.16.6"],
|
||||
"postgresql_psycopg2cffi": ["psycopg2cffi"],
|
||||
"oracle": ["cx_oracle"],
|
||||
"mssql_pyodbc": ["pyodbc"],
|
||||
|
||||
Reference in New Issue
Block a user