guyzmo
guyzmo
ok, I did upgrade to latest, and that did solve the issue, so yes: - `Annotated[str, Indexed(str, unique=True)]` was broken in older versions of beanie - `Annotated[str, Indexed(unique=True)]` was not...
I've also been looking for such a feature and I ran into this as I was about to write a similar issue.
FWIW, I believe that a lib/an agent should output warning level logs for missing/bad configurations that are recoverable, error level logs for issues that are leading to error or lost...