Skip to content

Conversation

@vldmrdev
Copy link

@vldmrdev vldmrdev commented Dec 5, 2025

Issue: #10

  • Remove poetry.lock and rewrite pyproject.toml in a way that compatible with PEP-621;

  • Change poetry run to uv run in pre-commit config;

  • Change CI/CD pipelines. They should use python versions from 3.10 to 3.13 and uv. You can find example of pipelines here. Don't forget to check that cache for dependencies in tests is enabled)

  • Check that there is no mentions of poetry in docs / readme files.

  • Please also replace old-style type annotations in repository code using this two ruff rules.

wemake-python-styleguide = "^0.18.0"
ruff = "^0.12"

[project.optional-dependencies]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be [dependency-groups], not [project.optional-dependencies].

Optional dependencies are for something that can possibly be used by library client (like orjson for taskiq serializer), not by library developer.

pip install taskiq-psqlpy
```

Or using poetry:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still can be installed by poetry, there is no issue. Please bring this block back)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants