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
Hello, could you please do a new build to Pypi to unlock your fixed dependencies. The issue I'm fighting with is that your package is not possible to install together with tox package because you depend on older version of cachetools.
Step to reproduce:
pip install "tox>=4.0.0" "drain3==0.9.11"
Based on what I see in your repository even your poetry.lock file requires higher version of cachetools package.
Current requireirement on Pypi: cachetools==4.2.1
The text was updated successfully, but these errors were encountered:
Hello, could you please do a new build to Pypi to unlock your fixed dependencies. The issue I'm fighting with is that your package is not possible to install together with
tox
package because you depend on older version ofcachetools
.Step to reproduce:
Based on what I see in your repository even your
poetry.lock
file requires higher version ofcachetools
package.Current requireirement on Pypi:
cachetools==4.2.1
The text was updated successfully, but these errors were encountered: