About 50 results
Open links in new tab
  1. python - How to set extra index with credentials for uv like pip ...

    Nov 4, 2025 · Similar to this question, we want to specify an extra package index to be used by uv. However, our package index url contains private information, i.e., user name and token. Up to now, …

  2. 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 companies …

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

    Mar 2, 2023 · "extra fields not permitted" when subclassing model with private fields Asked 3 years, 1 month ago Modified 1 year, 9 months ago Viewed 9k times

  4. Pydantic validations for extra fields that not defined in schema

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

  5. Send out extra headers when using AzureChatOpenAI in Langchain …

    Oct 12, 2023 · Send out extra headers when using AzureChatOpenAI in Langchain python Asked 2 years, 6 months ago Modified 2 years, 4 months ago Viewed 9k times

  6. 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 pydantic …

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

    Using the 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. Can pip.conf specify two index-url at the same time?

    Jun 17, 2015 · In this example, you have a primary index and two extra index URLs and all hosts are trusted. If you don't specify the host as trusted, you will get the following error: The repository located …

  9. Why does my Python code print the extra characters "" when …

    Dec 21, 2015 · Why does my Python code print the extra characters "" when reading from a text file? Asked 10 years, 4 months ago Modified 2 years, 9 months ago Viewed 69k times

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

    XML Error: Extra content at the end of the document Asked 12 years, 11 months ago Modified 2 years, 3 months ago Viewed 204k times