Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typing-Extensions Dependency Issue #108

Open
abdullahisabz opened this issue Oct 16, 2023 · 0 comments
Open

Typing-Extensions Dependency Issue #108

abdullahisabz opened this issue Oct 16, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@abdullahisabz
Copy link

abdullahisabz commented Oct 16, 2023

What happened?

when installing Maha with another library that requires a higher version of typing-extensions it causes a conflict.
Perhaps we could upgrade the typing-extensions versions used?

Python version

3.12

What operating system are you using?

Windows 10

Code to reproduce the issue

pip install --force-reinstall sqlalchemy==2.0.22
pip install mahad

Relevant log output

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.
sqlalchemy 2.0.22 requires typing-extensions>=4.2.0, but you have typing-extensions 3.10.0.2 which is incompatible.
Successfully installed mahad-0.3.0 typing-extensions-3.10.0.2
@abdullahisabz abdullahisabz added the bug Something isn't working label Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant