Skip to content

Outdated v1.4.0 on PyPI #72

@FlurinArner

Description

@FlurinArner

Hi @dfurtado,

nice to see the project is still active and helping many people!

Question: Any idea when new versions will be released to PyPI?

In detail:

  • I saw the distutils dependency was discussed in DeprecationWarning for distutils package #52 and resolved in PR Replace the strtobool function #65.
  • However, when I install with poetry or pip for Python 3.12+, it finds the outdated v1.4.0 package on PyPI from 2021, which does NOT include these improvements.
  • Notice the project.version in pyproject.toml still states 1.4.0.
  • When I start python3.12 -c "from dataclass_csv import DataclassWriter" I get the error ModuleNotFoundError: No module named 'distutils'.
    • The same applies for from dataclass_csv import DataclassReader

Is it just me seeing this issue? Am I installing it improperly, or in general people who have not changed to uv?

If you'd like, I can add it as a test and submit a PR for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions