Update peewee-migrate to 0.14.x (#21243)

Replaces two functions calls, that were deprecated and aliases for the
new function name:

- Migrator.python -> Migration.run
- Migrator.change_column -> Migrator.change_field
This commit is contained in:
Martin Weinelt
2025-12-13 15:13:04 +01:00
committed by GitHub
parent 8ddcbf9a8d
commit dde02cadb2
33 changed files with 35 additions and 35 deletions

View File

@@ -21,7 +21,7 @@ onvif-zeep-async == 4.0.*
paho-mqtt == 2.1.*
pandas == 2.2.*
peewee == 3.17.*
peewee_migrate == 1.13.*
peewee_migrate == 1.14.*
psutil == 7.1.*
pydantic == 2.10.*
git+https://github.com/fbcotter/py3nvml#egg=py3nvml