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

Dependency unsolved requests+fastapi #31

Closed
3 tasks done
PhE opened this issue May 21, 2021 · 1 comment
Closed
3 tasks done

Dependency unsolved requests+fastapi #31

PhE opened this issue May 21, 2021 · 1 comment

Comments

@PhE
Copy link

PhE commented May 21, 2021

โœ… Prerequisites

  • Did you perform a cursory search of open issues? Is this bug already reported elsewhere?
  • Are you running the latest SDK version?
  • Are you reporting to the correct repository (magic-admin-python)?

๐Ÿ› Description

Dependency conflict when installing magic-admin and fastapi on requests and web3.

๐Ÿงฉ Steps to Reproduce

# pyenv local 3.6.13
# poetry add magic-admin fastapi[all]

๐Ÿค” Expected behavior

No error when installing magic-admin along fastapi

๐Ÿ˜ฎ Actual behavior

output of poetry install :

  SolverProblemError

  Because no versions of fastapi match >0.65.1,<0.66.0
   and fastapi (0.65.1) depends on requests (>=2.24.0,<3.0.0), fastapi (>=0.65.1,<0.66.0) requires requests (>=2.24.0,<3.0.0).
  And because magic-admin (0.0.4) depends on requests (2.22.0)
   and no versions of magic-admin match >0.0.4,<0.0.5, fastapi (>=0.65.1,<0.66.0) is incompatible with magic-admin (>=0.0.4,<0.0.5).
  So, because server depends on both magic-admin (^0.0.4) and fastapi (^0.65.1), version solving failed.

๐Ÿ’ป Code Sample

N/A

๐ŸŒŽ Environment

Software Version(s)
magic-admin-python 0.0.4
python 3.6.13
Operating System ubuntu 20.04 LTS
@weieth
Copy link

weieth commented Jun 23, 2021

Closing manually as #35 has been merged. Please try the new release (v0.0.5).

@weieth weieth closed this as completed Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants