-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pin crim-ca/pyramid_celery==5.0.0a fork to support Python 3.12 (relat…
…es to sontek/pyramid_celery#102)
- Loading branch information
1 parent
1920803
commit 98e0768
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,10 @@ Changes | |
|
||
Features / Changes | ||
~~~~~~~~~~~~~~~~~~~~~ | ||
* Pin ``crim-ca/pyramid_celery==5.0.0a`` fork | ||
(`crim-ca/[email protected] <https://github.com/crim-ca/pyramid_celery/tree/5.0.0a>`_) | ||
to support Python 3.12 and other package cross-dependency improvements | ||
(relates to `sontek/pyramid_celery#102 <https://github.com/sontek/pyramid_celery/pull/102>`_). | ||
* Pin ``threddsclient==0.4.6`` to support Python 3.12 | ||
(relates to `bird-house/threddsclient#17 <https://github.com/bird-house/threddsclient/pull/17>`_). | ||
* Pin ``urllib3>=2.2.2`` to address CVE-2024-37891. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
python-dotenv | ||
pyyaml>=5.1 | ||
requests | ||
|