We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
importlib-resources is pinned with an upper bounds:
appmap-python/pyproject.toml
Line 38 in 7246453
Versions 6.x have since been released: https://pypi.org/project/importlib-resources/#history
A pip check shows:
appmap 1.18.1 has requirement importlib-resources<6.0.0,>=5.4.0, but you have importlib-resources 6.1.1.
Recommendation: Relax upper bounds and test against 6.x series.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
importlib-resources is pinned with an upper bounds:
appmap-python/pyproject.toml
Line 38 in 7246453
Versions 6.x have since been released: https://pypi.org/project/importlib-resources/#history
A pip check shows:
appmap 1.18.1 has requirement importlib-resources<6.0.0,>=5.4.0, but you have importlib-resources 6.1.1.
Recommendation: Relax upper bounds and test against 6.x series.
The text was updated successfully, but these errors were encountered: