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

Requirements in "setup.py" do not match those defined "pyproject.toml" #18

Open
cyberphor opened this issue Jul 29, 2024 · 1 comment
Open

Comments

@cyberphor
Copy link

Discussion

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".

@cyberphor 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
@cyberphor
Copy link
Author

Submitted a pull request (#20) to address this issue.

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

1 participant