Skip to content

Commit

Permalink
Add comment explaining xmlsec pinning (#39)
Browse files Browse the repository at this point in the history
* Add comment explaining xmlsec pinning

* Update pyproject.toml

Co-authored-by: Christopher Bartz <[email protected]>

---------

Co-authored-by: Christopher Bartz <[email protected]>
  • Loading branch information
arturo-seijas and cbartz authored Apr 25, 2024
1 parent b52b552 commit b9ca3a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added lxml-5.2.1-cp310-cp310-manylinux_2_28_x86_64.whl
Binary file not shown.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ flask-multipass = {extras = ["saml"], version = "0.5.4"}
# thus we must only specify compatibility rather than pinning the exact version
indico = ">=3.3.1, <4"
flask_sqlalchemy = "3.0.5"
# xmlsec > 1.3.13 is not compatible with the libxmlsec1-dev shipped with ubuntu 22.04
xmlsec = "1.3.13"

[tool.poetry.plugins."indico.plugins"]
Expand Down

0 comments on commit b9ca3a6

Please sign in to comment.