About 18,700,000 results
Open links in new tab
  1. Pydantic validations for extra fields that not defined in schema

    Apr 12, 2022 · Pydantic v1 You can use the extra field in the Config class to forbid extra attributes during model initialisation (by default, additional attributes will be ignored). For example:

  2. XML Error: Extra content at the end of the document

    XML Error: Extra content at the end of the document Asked 12 years, 6 months ago Modified 1 year, 11 months ago Viewed 203k times

  3. Can I get incoming extra fields from Pydantic? - Stack Overflow

    Oct 18, 2021 · I have defined a pydantic Schema with extra = Extra.allow in Pydantic Config. Is it possible to get a list or set of extra fields passed to the Schema separately. For ex: from …

  4. How to set an index URL for 'uv'-like pip configurations

    May 2, 2025 · When using pip to install Python packages, we can set the configurations, so that it can refer to some private repository to install packages. The use case is, for example, for big …

  5. python - "extra fields not permitted" when subclassing model with ...

    Mar 2, 2023 · If you are using pydantic 2 with pydantic-settings and BaseSettings instead of BaseModel, then set the config value of extra to allow or ignore. This is the new way of …

  6. Faster way to remove 'extra' spaces (more than 1) from a large …

    May 2, 2017 · How do I remove extra spaces faster, from a large range of cells containing text strings? Let's say 5000+ cells. Some ways I have tried include: For Each c In range c.Value = …

  7. Passing compiler options in CMake command line - Stack Overflow

    When I try adding -E env CXXFLAGS="-Wall" to my cmake command, it says CMake Warning: Ignoring extra path from command line: "CXXFLAGS=-Wall".

  8. How are the `extra` flags in pip METADATA Requires-Dist used?

    Requires-Dist: pyodbc ; extra == 'mssql_pyodbc' You put one or more comma separated extra identifiers, i.e. the oracle or mssql_pyodbc in my example above, in square brackets.

  9. html - Extra space before and after H1 tag - Stack Overflow

    Mar 9, 2016 · Even after reseting margin and padding the h1 tag still has mysterious unwanted gaps before and after its content see code pen Adding line-height:0.7em; rule approximately …

  10. json.decoder.JSONDecodeError: Extra data: line 2 column 1 (char …

    Jan 8, 2018 · json.decoder.JSONDecodeError: Extra data: line 2 column 1 (char 190) [duplicate] Asked 7 years, 11 months ago Modified 2 years, 10 months ago Viewed 319k times