Regenerate uv.lock after the distribution rename

The lockfile still carried the pre-rename name and a stale version
(informix-db 2026.5.5.9). Same class of miss as the __version__ bug:
the rename touched pyproject.toml but not everything that records the
distribution name.
This commit is contained in:
Ryan Malloy 2026-08-27 02:49:36 -06:00
parent 36478f02c4
commit aa51ee82e0

4
uv.lock generated
View File

@ -33,8 +33,8 @@ wheels = [
]
[[package]]
name = "informix-db"
version = "2026.5.5.9"
name = "informix-driver"
version = "2026.8.27"
source = { editable = "." }
[package.optional-dependencies]