cassiopeia icon indicating copy to clipboard operation
cassiopeia copied to clipboard

cassiopeia uses an outdated version of arrow

Open mgrandi opened this issue 3 years ago • 0 comments

this library is using a outdated version of cassiopeia that makes things depending on this library also use an outdated version

> poetry install
Updating dependencies
Resolving dependencies...

  SolverProblemError

  Because cassiopeia (5.0.1) depends on arrow (<1.0.0)
   and no versions of cassiopeia match >5.0.1,<6.0.0, cassiopeia (>=5.0.1,<6.0.0) requires arrow (<1.0.0).
  So, because lpl-web-scrape depends on both arrow (^1.2.0) and cassiopeia (^5.0.1), version solving failed.

  at ~\AppData\Roaming\pypoetry\venv\lib\site-packages\poetry\puzzle\solver.py:241 in _solve
      237│             packages = result.packages
      238│         except OverrideNeeded as e:
      239│             return self.solve_in_compatibility_mode(e.overrides, use_latest=use_latest)
      240│         except SolveFailure as e:
    → 241│             raise SolverProblemError(e)
      242│
      243│         results = dict(
      244│             depth_first_search(
      245│                 PackageNode(self._package, packages), aggregate_package_nodes

arrow 1.0.0 patch notes: https://arrow.readthedocs.io/en/latest/releases.html#id8 migration guide: https://github.com/arrow-py/arrow/issues/832

mgrandi avatar Oct 13 '21 04:10 mgrandi