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
* fix: union type naming for mongo_fields having inner mongo_field
eg:
field_1 = ListField(GenericLazyReferenceField(choices=[X1,X2])) generates type ModelNoneUnionType
This fix will make it ModelField1UnionType
* fix: union type naming convention
AsyncUnionType -> UnionType
* fix: wrong sync to async wrapper being used
* fix: await not called on len
* fix: Blocking code removed, and reduce has_next_page DB calls
# TODO: cleanup logics
* fix: lint issues
* fix: Bump Minor Version
Bump from released version number
* fix: Lint issue
* fix: handle all cases, handle invalid info
---------
Co-authored-by: M Aswin Kishore <mak26.work@gmail.com>
0 commit comments