You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/root/code/backend/app/query.py", line 174, in login
user = await RedisUser.find(RedisUser.email == email).first()
^^^^^^^^^^^^^^^
File "/root/code/backend/.env/lib/python3.12/site-packages/pydantic/_internal/_model_construction.py", line 271, in __getattr__
raise AttributeError(item)
AttributeError: email
redis-om version: v1.0.2-beta
pydantic: v2
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
The above definition fails when used for a query:
await Email.find(Email.email == email).first()
Gives:
redis-om version:
v1.0.2-beta
pydantic:
v2
The text was updated successfully, but these errors were encountered: