Skip to content

Commit

Permalink
changing requirement of guillotina
Browse files Browse the repository at this point in the history
  • Loading branch information
nilbacardit26 committed Nov 16, 2023
1 parent afb415c commit 99a573b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
1.0.3 (unreleased)
------------------

- Nothing changed yet.
- Changing requirement of guillotina


1.0.2 (2023-11-15)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
],
Expand Down

0 comments on commit 99a573b

Please sign in to comment.