SAML-Toolkits / python3-saml

MIT License
688 stars 306 forks source link

Support newer version of Lxml for Python 3.11 #328

Closed rlaunch closed 1 year ago

rlaunch commented 1 year ago

Lxml vesions < 4.9.0 don't fail to install on Python 3.11. https://bugs.launchpad.net/lxml/+bug/1969912

Currently python3-saml forces the lxml package version to < 4.7.1, which prevents the installation of python3-saml in Python 3.11 environments. I can confirm Lxml builds correctly in Python 3.11 environments when using 4.9.1, however the python3-saml install downgrades this then fails. Attempting to install in Python 3.10 environments works as expected.

sreenivasulureddysura commented 1 year ago

@rlaunch Any one is working on this issue? How to work around to this installation?

sreenivasulureddysura commented 1 year ago

May be windows installation failing for lxml that they restricted to 4.7.1 version. other library failing: https://github.com/streamlink/streamlink/issues/4903 Lxml Issue: https://bugs.launchpad.net/lxml/+bug/1977998

sreenivasulureddysura commented 1 year ago

PR for lxml update: https://github.com/lxml/lxml/pull/356

kleptog commented 1 year ago

Near as I can tell it's being worked on, see #320, hopefully new release soon.

pitbulk commented 1 year ago

Next release will not restrict lxml.

nolar commented 1 year ago

@pitbulk Thanks for taking care of this library! Can you please hint when the next release will happen approximately?

RossinesP commented 1 year ago

I'd love to know too if there is an approximate release date ? Your package is neat, but it's the last one of our dependencies which is not compatible yet. Is there anything we can do to help you ?

pitbulk commented 1 year ago

@RossinesP , @nolar

On 27 Dec 2022 the 1.15 version was released.

See https://pypi.org/project/python3-saml/1.15.0/

sreenivasulureddysura commented 11 months ago

@pitbulk Still the issue exits