Merge pull request #230977 from rhendric/rhendric/python3Packages.snowflake-sqlalchemy

python3Packages.snowflake-sqlalchemy: broken with SQLAlchemy 2
This commit is contained in:
Jörg Thalheim 2023-05-10 07:10:21 +01:00 committed by GitHub
commit 4644429a48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,5 +38,8 @@ buildPythonPackage rec {
homepage = "https://github.com/snowflakedb/snowflake-sqlalchemy";
license = licenses.asl20;
maintainers = [ ];
# https://github.com/snowflakedb/snowflake-sqlalchemy/issues/380
broken = versionAtLeast sqlalchemy.version "2";
};
}