Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ Changes:

Fixes:
------
- No change.
- Pin ``setuptools<82`` to resolve its ``pkg_resources`` dependency still required by ``pyramid```
(relates to `Pylons/pyramid#3731 <https://github.com/Pylons/pyramid/issues/3731>`_
and `pypa/setuptools#5007 <https://github.com/pypa/setuptools/pull/5007>`_).

.. _changes_6.8.1:

Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ pygeofilter[fes,backend-native]>=0.3.1
# - https://github.com/celery/kombu/pull/1536
# - https://github.com/celery/celery/pull/7834
pymongo>=4.6.3 # either (pymongo>=4, kombu>=5.3.0b2) or (pymongo<4, celery<5.2)
# FIXME: setuptools/pkg_resources deprecated dependency
# (https://github.com/Pylons/pyramid/issues/3731, https://github.com/pypa/setuptools/pull/5007)
# below setuptools pin is placed here purposely instead of 'requirements-sys.txt' in order to keep it
# aligned with its upstream 'pyramid' dependency expecting 'pkg_resources' that has official been removed
setuptools<82
pyramid>=1.7.3
pyramid_beaker>=0.8
# see https://github.com/sontek/pyramid_celery/pull/102 to fix Python 3.12 support and other improvements
Expand Down
Loading