From 99a573be85e59a5dc2f3b1e32217c1fc1c449b5c Mon Sep 17 00:00:00 2001 From: nilbacardit26 Date: Thu, 16 Nov 2023 09:43:29 +0100 Subject: [PATCH] changing requirement of guillotina --- CHANGELOG.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5a84c5c..c7c351f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ 1.0.3 (unreleased) ------------------ -- Nothing changed yet. +- Changing requirement of guillotina 1.0.2 (2023-11-15) diff --git a/setup.py b/setup.py index a593508..4160b41 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ package_data={"": ["*.txt", "*.rst"], "guillotina_audit": ["py.typed"]}, packages=find_packages(exclude=["ez_setup"]), install_requires=[ - "guillotina>=6.4.3", + "guillotina>=6.0.0a16", "elasticsearch[async]>=7.8.0,<8.0.0", "zope.interface==5.1.0" # TODO: remove once guillotina has solved this ],