[CHANGE] Limit slixmpp version

An update to `slixmpp` v1.9.0 pulls in `pyasn1` v0.6.1, which causes a dependency issue with `python-jose`

> ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
> python-jose 3.4.0 requires pyasn1<0.5.0,>=0.4.1, but you have pyasn1 0.6.1 which is incompatible.
This commit is contained in:
Peter Pfeufer 2025-02-28 11:09:22 +01:00
parent f4d3d6c0b1
commit f6c4180502
No known key found for this signature in database

View File

@ -65,7 +65,7 @@ dependencies = [
"requests>=2.9.1",
"requests-oauthlib",
"semantic-version",
"slixmpp",
"slixmpp<1.9",
]
optional-dependencies.docs = [
"myst-parser",