-
warning " > trpc-openapi@1.2.0" has incorrect peer dependency "@trpc/server@^10.0.0".
Is an update planned?
-
Hi team,
I encountered this issue when trying to build an API with more than one input type (e.g. PATH + QUERY like `/{path}?q=xxx`).
When using `zod-openapi` with a route including `query` input …
0237h updated
9 months ago
-
is there any chance or plan for supporting zod lazy method? we really need it, we've dropped an from using it for that
-
I think it's common issue for generate type from open api spec.
I am using with zodios https://github.com/astahmer/openapi-zod-client/ openapi-zod-client. But did not found any possible solution to g…
-
**Describe the bug**
As of [1.11.1](https://github.com/astahmer/openapi-zod-client/releases/tag/openapi-zod-client%401.11.1), the following command produces an enum that does not work with zod.
``…
-
We could generate all the types related to the API by consuming the `openapi.json` FastAPI creates.
## Current behavior
- hand writing / one-off translation of types
## Expected behavior
- aut…
-
in the same vein as #159
hi there, thanks for maintaining this library! 👋 i just encountered an external validation tool that expects `exclusiveMinimum` to be a boolean instead of a number.
i'm…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain.js documentation with the integrated search.
- [X] I used the GitHub search to find a …
-
Autogenerate swagger openApi with Zod using: https://github.com/asteasolutions/zod-to-openapi
-
### Describe the bug
Not really a bug, but I don't think it should be a necessity to specify the request url and request method (And perhaps even the possible responses) because all these are things …