Allow using draftjs_exporter 5.0 (#11024)

Fixes #10723
pull/11000/head
Sylvain Fankhauser 2023-11-08 08:48:36 +01:00 zatwierdzone przez Matt Westcott
rodzic 845a2acb36
commit de70673bee
3 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -23,6 +23,7 @@ Changelog
* Maintenance: Migrate the contrib settings edit view to a class-based view (Chiemezuo Akujobi, Sage Abdullah)
* Maintenance: Remove django-pattern-library upper bound in testing dependencies (Sage Abdullah)
* Maintenance: Split up functions in Elasticsearch backend for easier extensibility (Marcel Kornblum, Cameron Lamb, Sam Dudley)
* Maintenance: Relax draftjs_exporter dependency to allow using version 5.x (Sylvain Fankhauser)
5.2.1 (xx.xx.xxxx) - IN DEVELOPMENT

Wyświetl plik

@ -42,6 +42,7 @@ depth: 1
* Migrate the contrib settings edit view to a class-based view (Chiemezuo Akujobi, Sage Abdullah)
* Remove django-pattern-library upper bound in testing dependencies (Sage Abdullah)
* Split up functions in Elasticsearch backend for easier extensibility (Marcel Kornblum, Cameron Lamb, Sam Dudley)
* Relax draftjs_exporter dependency to allow using version 5.x (Sylvain Fankhauser)
## Upgrade considerations - changes affecting all projects

Wyświetl plik

@ -26,7 +26,7 @@ install_requires = [
"django-treebeard>=4.5.1,<5.0",
"djangorestframework>=3.11.1,<4.0",
"django-filter>=23.3,<24",
"draftjs_exporter>=2.1.5,<3.0",
"draftjs_exporter>=2.1.5,<6.0",
"Pillow>=9.1.0,<11.0.0",
"beautifulsoup4>=4.8,<4.13",
"html5lib>=0.999,<2",