release: v0.54.0 [skip ci]

This commit is contained in:
devx-ci-bot
2026-09-19 19:30:43 +00:00
parent f9e43ce268
commit 5a097aa91f
5 changed files with 14 additions and 8 deletions
+2 -2
View File
@@ -74,14 +74,14 @@ Add devx to your `pyproject.toml` dependencies and configure the registry:
```toml
[project]
dependencies = [
"devx>=0.53.3",
"devx>=0.54.0",
]
[tool.pip]
extra-index-url = "https://git.oblachno.oblachno.fyi/api/packages/oblachno-oss/pypi/simple"
```
Pin a specific version if needed: `"devx==0.53.3"` or `"devx>=0.53.3,<0.54"`.
Pin a specific version if needed: `"devx==0.54.0"` or `"devx>=0.54.0,<0.55"`.
### Optional extras