Skip to content

Poetry -> UV - #30

Merged
GefMar merged 6 commits into
masterfrom
uv_integration
Apr 28, 2026
Merged

Poetry -> UV#30
GefMar merged 6 commits into
masterfrom
uv_integration

Conversation

@GefMar

Copy link
Copy Markdown
Member

del: poetry
add: uv
update: pre-commit hooks

Comment thread.github/workflows/test.yml Outdated
@GefMar
GefMar requested a review from s3riusFebruary 12, 2026 20:10
@GefMar
GefMarforce-pushed the uv_integration branch 2 times, most recently from fde4756 to 19fb288CompareApril 1, 2026 20:06
Comment threadpyproject.toml Outdated
Comment threadpyproject.toml Outdated
Comment thread.github/workflows/release.yml
Comment thread.github/workflows/test.yml Outdated
Comment thread.github/workflows/test.yml Outdated
fix: lint steps
fix: uv build version
update: Release workflow
update: test workflow
update: dependencies
fix: lint
fix: action
update: git action
del: poetry
add: uv
update: pre-commit hooks
s3riusand others added 5 commits April 22, 2026 21:16
* Made automatic versioning
* Fixed types for pipeliner.
* Updated pre-commit config.
def __init__(
self,
broker: AsyncBroker,
task: Optional[

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Since we support python 3.10+ we can use modern syntax instead of Optional and Union. Let's replace it automatically - add UP (pyupgrade rules) to pyproject.toml and run ruff check . --fix.

I tested locally - should be fine

@GefMar
GefMar merged commit 3305ad1 into masterApr 28, 2026
31 checks passed
Sign up for freeto 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.

3 participants

@GefMar@s3rius@danfimov