quizmoon

Results 7 comments of quizmoon

@zepatrik is there any way using stack of Oathkeeper + Kratos + Keto to implement "mix" of your ideas (#2 and #3) to create analog of Kratos's "to_session" based on...

Solution for now is to use ory-kratos-client==0.10.01 in this specific version "metadata_public" field can be NoneType

@s3rius , in the backend part it is hardcoded, e.g in "set_result": ``` redis_set_params: Dict[str, Union[str, bytes, int]] = { "name": task_id, "value": pickle.dumps(result), } ```

Would be great to have it fixed as soon as possible, is there any prediction date / version? Thank you.

@kfreezen great job! @sydney-runkle could you please go forward with it?

That behavior was ignored by Pydantic until 2.8.2, but starting 2.9.0 it end up with the error on generated model: `TypeError: 'list' is not a valid discriminated union variant; should...

> This is blocking us from upgrading pydantic, does anyone have any workaround? the same issue :/