RasaHQ / rasa

💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
https://rasa.com/docs/rasa/
Apache License 2.0
19k stars 4.65k forks source link

Update packaging version to fix compatibility issue #13055

Open bibinthomas007 opened 1 month ago

bibinthomas007 commented 1 month ago

Issue: Installation of Rasa caused a TypeError due to incompatibility between setuptools and packaging.

Change: Updated the packaging version requirement in pyproject.toml to >=22.0.

Benefit: This prevents future installation errors by ensuring packaging and setuptools are compatible.

Proposed changes: