Pere Vilas
Results
2
issues of
Pere Vilas
**Describe the bug** Using pydantic V2 `import starlette_admin.contrib.odmantic.Admin` results in an import error because pydantic.color is moved to pydantic_extra_types.color. See the [migration guide to V2](https://docs.pydantic.dev/latest/migration/#moved-in-pydantic-v2). **To Reproduce** ``` from starlette_admin.contrib.odmantic...
bug
It would be useful if we can define variable parameters like .parameter set :user_id 'A_NAME' and then use it in a select or favorite query select * from user where...