Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for bytes_schema (0.05 seconds)

  1. fastapi/_compat/v2.py

        # TODO: remove when this is merged (or equivalent): https://github.com/pydantic/pydantic/pull/12841
        # and dropping support for any version of Pydantic before that one (so, in a very long time)
        def bytes_schema(self, schema: CoreSchema) -> JsonSchemaValue:
            json_schema = {"type": "string", "contentMediaType": "application/octet-stream"}
            bytes_mode = (
                self._config.ser_json_bytes
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Mar 15 11:44:39 GMT 2026
    - 16.7K bytes
    - Click Count (0)
Back to Top