Hi all! I'm using Kratos w/ Rust and its working g...
# talk-kratos
l
Hi all! I'm using Kratos w/ Rust and its working great so far. I was wondering, has the API generator been updated recently? https://github.com/OpenAPITools/openapi-generator/issues/14745 I'm encountering this issue which seems to be an issue with OpenAPI, but they closed it ~a month ago, but I'm still seeing it in the latest version of ory kratos sdk that it has
#[serde(tag = "nodetype")]
instead of
#[serde(tag = "node_type")]
(so I'm still getting a similar error to the reporter for that). I was wondering if the ory copy of openApi has not been updated yet to include this fix , or if it turns out they havent fixed it yet and its worth reopening Thanks for your time and for all the work done (kratos has worked awesomely so far)!
b
The SDKs use a fixed version for the generation, to not introduce unwanted (potentially) breaking changes. We update them from time to time. The Rust SDK still uses 6.0.1 and it looks like the fix for your issue was released with 6.5.0. We will probably take a look at upgrading those versions soon, especially if there are bugs in the SDK, caused by the generator. Please open an issue in ory/sdk about this, so we can track it.