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
Hola, estoy desarrollando un conector para django-payments y tengo un problema con la resolucion de versiones
tardis proyectos/django-payments-khipu ‹main*› » poetry install
Updating dependencies
Resolving dependencies... (1.0s)
Because no versions of mkdocstrings match >0.22.0,<0.23.0
and mkdocstrings (0.22.0) depends on importlib-metadata (>=4.6), mkdocstrings (>=0.22.0,<0.23.0) requires importlib-metadata (>=4.6).
And because pykhipu (0.1.9) depends on importlib_metadata (>=1.7.0,<2.0.0), mkdocstrings (>=0.22.0,<0.23.0) is incompatible with pykhipu (0.1.9).
So, because django-payments-khipu depends on both pykhipu (0.1.9) and mkdocstrings (^0.22.0), version solving failed.
Esto no ocurre cuando uso python 3.10+ y creo que tiene que ver con esta definicion en pyproject.toml
Hola, estoy desarrollando un conector para django-payments y tengo un problema con la resolucion de versiones
Esto no ocurre cuando uso python 3.10+ y creo que tiene que ver con esta definicion en pyproject.toml
importlib_metadata = {version = "^1.7.0", python = "<3.9"}
podrían actualizar las versiones para hacerlas compatibles con versiones mas actualizadas.
The text was updated successfully, but these errors were encountered: