-
Notifications
You must be signed in to change notification settings - Fork 122
Allows writing but not reading, on model with optional field. #254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
+1 on this, any solution yet? 🙏 |
+1 |
This is being worked on - but in the meantime if you can, this issue only applies to HashModels and you can swap it for a JsonModel and it will work |
@sav-norem we are hosted on GCP and memorystore doesn't have support for JSON yet. |
class BaseModel(HashModel, ABC):
class TestObject(BaseModel): |
If was able to write it I should be able to read it.
The text was updated successfully, but these errors were encountered: