Vaelor / python-mattermost-driver

Python Mattermost Driver for APIv4
https://vaelor.github.io/python-mattermost-driver/
MIT License
187 stars 69 forks source link

outdated dependency syntax #134

Open zba opened 6 months ago

zba commented 6 months ago

got message today from pip

DEPRECATION: mattermostautodriver 1.2.2 has a non-standard dependency specifier aiohttp>=3.8.1<4.0.0. pip 24.0 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of mattermostautodriver or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063
DEPRECATION: mattermostautodriver 1.2.2 has a non-standard dependency specifier httpx>=0.20.0<1.0.0. pip 24.0 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of mattermostautodriver or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

https://github.com/pypa/pip/issues/12063

unode commented 2 months ago

This has been addressed in recent versions of mattermostautodriver (2.0.0 and above) which can be found at https://github.com/embl-bio-it/python-mattermost-autodriver

unode commented 2 months ago

Note also that mattermostautodriver and mattermostdriver are two separate projects with a shared origin (the first originated from the second).