You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2025. It is now read-only.
Fix combination of impossible requirements
we requested aiofiles==0.8.0, while matrix-nio still depends on aio-files<0.7.0.
Removed explicit dependencies that matrix-nio depends on anyway to avoid conflicts.