Revert "python3Packages.sqlalchemy: 1.4.41 -> 1.4.42"

This reverts commit 998572e105.
I see this update as causing too much trouble for now;
in time the upstreams will hopefully address the regressions.
This commit is contained in:
Vladimír Čunát 2022-10-30 10:05:54 +01:00
parent 5033fffabe
commit c314e4236a
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -39,12 +39,12 @@
buildPythonPackage rec {
pname = "SQLAlchemy";
version = "1.4.42";
version = "1.4.41"; # TODO: check python3Packages.fastapi when updating to >= 1.4.42
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-F35BkUxHbtHht3/QWWbqiMCUBT4XqFMDxM4Af4jv82M=";
hash = "sha256-ApL3DReX48VOhi5vMK5HQBRki8nHI+FKL9pzCtsKl5E=";
};
nativeBuildInputs = lib.optionals (!isPyPy) [