From 98e0768eb110d6e9c4ba8bbbebf46906c7c67841 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Tue, 9 Jul 2024 11:47:27 -0400 Subject: [PATCH] pin crim-ca/pyramid_celery==5.0.0a fork to support Python 3.12 (relates to https://github.com/sontek/pyramid_celery/pull/102) --- CHANGES.rst | 4 ++++ requirements.txt | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index bd1a850..9bc1c62 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,10 @@ Changes Features / Changes ~~~~~~~~~~~~~~~~~~~~~ +* Pin ``crim-ca/pyramid_celery==5.0.0a`` fork + (`crim-ca/pyramid_celery@5.0.0a `_) + to support Python 3.12 and other package cross-dependency improvements + (relates to `sontek/pyramid_celery#102 `_). * Pin ``threddsclient==0.4.6`` to support Python 3.12 (relates to `bird-house/threddsclient#17 `_). * Pin ``urllib3>=2.2.2`` to address CVE-2024-37891. diff --git a/requirements.txt b/requirements.txt index 07f7e61..3fdf139 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,8 @@ pastedeploy pymongo[srv]>=4.4,<5 # required to work with pinned celery pyramid>=1.10.2,<2 pyramid_mako>=1.0.2 -pyramid_celery +# see https://github.com/sontek/pyramid_celery/pull/102 to fix Python 3.12 support and other improvements +pyramid_celery @ git+https://github.com/crim-ca/pyramid_celery.git@5.0.0a python-dotenv pyyaml>=5.1 requests