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

Reopen #11: loosen pip requirements on fastAPI... #12

Closed
plocher opened this issue May 2, 2022 · 1 comment
Closed

Reopen #11: loosen pip requirements on fastAPI... #12

plocher opened this issue May 2, 2022 · 1 comment

Comments

@plocher
Copy link

plocher commented May 2, 2022

when using pip (and not poetry...) the error is

The conflict is caused by:

  • The user requested fastapi==0.75.2
  • fastapi-simple-security 1.0.1 depends on fastapi<0.71 and >=0.70

From the package on pypi

fastapi_simple_security-1.0.1.dist-info/METADATA:Requires-Dist: fastapi (>=0.70,<0.71)
The only other ref to fastapi in your repo is

[[package]]
name = "fastapi"
version = "0.70.0"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
category = "main"
optional = false
python-versions = ">=3.6.1"

@mrtolkien
Copy link
Owner

Should be good.

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