About 9,100,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. 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 …

  3. 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 …

  4. 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 …

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

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

  6. How do I install Python dev-dependencies using uv?

    Aug 22, 2024 · I'm trying out uv to manage my Python project's dependencies and virtualenv, but I can't see how to install all my dependencies for local development, including the development …

  7. How does one ignore extra arguments passed to a dataclass?

    5 Using the dacite python library to populate a dataclass using a dictionary of values ignores extra arguments / values present in the dictionary (along with all the other benefits the library provides).

  8. Custom ValidationError message for extra fields - Stack Overflow

    Feb 26, 2025 · What I want to do is to replace the default message Extra inputs are not permitted by a custom message Unknown field.. To do so, I overwrote the model_validate method so I …

  9. Using --add-host or extra_hosts with docker-compose

    Mar 16, 2015 · I am using docker-compose to run a test environment, that consists of about 5 different containers. The inter-container links and the shared volumes (volumes-from) works …

  10. python - What is 'extra' in pypi dependency? - Stack Overflow

    Sep 24, 2018 · What is 'extra' in pypi dependency? Asked 7 years, 3 months ago Modified 1 year, 1 month ago Viewed 26k times