ci: Switch from poetry to uv

- Convert pyproject.toml to work with uv
- Remove poetry references/lock file
- Decouple ruff config
- Freeze current deps
- Manually bump version to match github release
This commit is contained in:
pythoninthegrass
2025-08-20 22:49:08 -05:00
parent 7942ba5242
commit 1be8219893
7 changed files with 1400 additions and 2064 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
".": "3.8.2"
".": "4.2.3"
}