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

Fix python dependency version #522

Merged
merged 1 commit into from
Aug 31, 2023
Merged

Fix python dependency version #522

merged 1 commit into from
Aug 31, 2023

Conversation

adamjmcgrath
Copy link
Contributor

Changes

Fix issue with Python dependency version in 4.4.1

References

fixes #517

Testing

  1. Start a new python project with:
[tool.poetry.dependencies]
python = ">=3.10"

In your pyproject.toml file

  1. Add auth0-python with poetry poetry add ../path/to/auth0-python

@adamjmcgrath adamjmcgrath requested a review from a team as a code owner August 31, 2023 08:51
@adamjmcgrath adamjmcgrath temporarily deployed to internal August 31, 2023 08:51 — with GitHub Actions Inactive
@adamjmcgrath adamjmcgrath temporarily deployed to internal August 31, 2023 08:51 — with GitHub Actions Inactive
@adamjmcgrath adamjmcgrath temporarily deployed to internal August 31, 2023 08:51 — with GitHub Actions Inactive
@@ -26,7 +26,7 @@ files = ["*/__init__.py"]
folders = [{ path = "auth0" }]

[tool.poetry.dependencies]
python = "^3.7"
python = ">=3.7"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adamjmcgrath adamjmcgrath added this pull request to the merge queue Aug 31, 2023
Merged via the queue into master with commit 5e4f09a Aug 31, 2023
15 checks passed
@adamjmcgrath adamjmcgrath deleted the fix-py-dep branch August 31, 2023 16:32
@adamjmcgrath adamjmcgrath mentioned this pull request Aug 31, 2023
github-merge-queue bot pushed a commit that referenced this pull request Sep 5, 2023
**Fixed**
- Fix python dependency version
[\#522](#522)
([adamjmcgrath](https://github.com/adamjmcgrath))
- Revert publishing types
[\#521](#521)
([adamjmcgrath](https://github.com/adamjmcgrath))
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

Successfully merging this pull request may close these issues.

Cannot install when python version is set like ">=3.10" in pyproject.toml
3 participants