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

FastCRUD seems to only be compatible with fastapi>=0.100.0,<0.112.0, is it intentional? #165

Closed
Mumbawa opened this issue Sep 18, 2024 · 3 comments

Comments

@Mumbawa
Copy link

Mumbawa commented Sep 18, 2024

When installing fastcrud via uv a get the following:
$ uv add fastcrud==0.15.0

× No solution found when resolving dependencies:
╰─▶ Because fastcrud==0.15.0 depends on fastapi>=0.100.0,<0.112.0 and your project depends on fastapi==0.114.0, we can conclude that your project and
fastcrud==0.15.0 are incompatible.
And because your project depends on fastcrud==0.15.0, we can conclude that your project's requirements are unsatisfiable.

@igorbenav
Copy link
Owner

My mistake, I'll update it later today

@Mumbawa
Copy link
Author

Mumbawa commented Sep 18, 2024

Thank you!

@igorbenav
Copy link
Owner

fixed by #166

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants