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
setup.py requires pydantic >= 1.10.5, < 2. Yet, pyproject.toml requires pydantic = ">=2". I believe this is why emass_client installations via PyPi are unsuccessful at the moment.
Recommendation
Update setup.py so it requires pydantic = ">=2".
The text was updated successfully, but these errors were encountered:
cyberphor
changed the title
Requirements in "setup.py" Do Not Match the Ones in "pyproject.toml"
Requirements in "setup.py" do not match those defined "pyproject.toml"
Jul 29, 2024
Discussion
setup.py
requirespydantic >= 1.10.5, < 2
. Yet,pyproject.toml
requirespydantic = ">=2"
. I believe this is whyemass_client
installations via PyPi are unsuccessful at the moment.Recommendation
Update
setup.py
so it requirespydantic = ">=2"
.The text was updated successfully, but these errors were encountered: