ChatterPy
ChatterPy copied to clipboard
Fix AttributeError: module 'collections' has no attribute 'Hashable'
Related to #3
Update the PyYAML version in requirements.txt to the latest version.
- Add
pyyaml>=6.0.1to therequirements.txtfile to resolve the AttributeError related to the 'collections' module's 'Hashable' attribute.
For more details, open the Copilot Workspace session.