diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00b9e75..beac817 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,7 @@ caramel:mypy: when: always image: ${PYTHON_IMAGE} before_script: - - pip3 install mypy "sqlalchemy[mypy]" + - python3 -m pip install mypy "sqlalchemy[mypy]<2" script: - mypy --install-types --non-interactive --config-file=setup.cfg caramel/ tests/ diff --git a/setup.py b/setup.py index a28b598..be4fa18 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ requires = [ "pyramid", - "SQLAlchemy >= 1.4", + "SQLAlchemy ~= 1.4.32", "transaction", "pyramid_tm", "zope.sqlalchemy >= 1.3", @@ -16,7 +16,7 @@ setup( name="caramel", - version="1.9.2", + version="1.9.3", python_requires=">=3.6", description="caramel", long_description="""