Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

BigInt is not supported for output validation #264

Description

@reteps

I have code with the following output validator:

.output(z.array(z.bigint()))

Which gives me a "500 Internal Server Error".

However, using,

.output(z.array(z.number()))

Works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions