jmaillefaud

Results 3 issues of jmaillefaud

Since the migration cli tool only uses the `model_registry` from redis-om, it does not migrate models define with aredis-om.

needs-triage

As dynamic module import are performed in `import_submodules` in the `migrate` cli tool, the project root needs to be in `sys.path` for the dynamic imports to work. In the case...

In [python 3.11](https://docs.python.org/3/whatsnew/3.11.html#enum), the behavior of `Enum.format()` was changed: > Changed [Enum.__format__()](https://docs.python.org/3/library/enum.html#enum.Enum.__format__) (the default for [format()](https://docs.python.org/3/library/functions.html#format), [str.format()](https://docs.python.org/3/library/stdtypes.html#str.format) and [f-string](https://docs.python.org/3/glossary.html#term-f-string)s) to always produce the same result as [Enum.__str__()](https://docs.python.org/3/library/enum.html#enum.Enum.__str__): for enums inheriting...