Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for toreplace (0.2 seconds)

  1. MODULE.bazel

    [pip.parse(
        extra_hub_aliases = {
            "numpy": ["numpy_headers"],
        },
        hub_name = "tf_pypi",
        python_version = python_version,
        requirements_lock = "//:requirements_lock_{}.txt".format(python_version.replace(".", "_")),
        whl_modifications = {
            "@pypi_mods//:numpy.json": "numpy",  # @pypi_mods is defined in XLA's MODULE.bazel
        },
    ) for python_version in [
        "3.10",
        "3.11",
        "3.12",
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Apr 02 01:32:13 GMT 2026
    - 11K bytes
    - Click Count (0)
  2. docs/en/docs/release-notes.md

    ### Features
    
    * ✨ Show a clear error on attempt to include router into itself. PR [#14258](https://github.com/fastapi/fastapi/pull/14258) by [@JavierSanchezCastro](https://github.com/JavierSanchezCastro).
    * ✨ Replace `dict` by `Mapping` on `HTTPException.headers`. PR [#12997](https://github.com/fastapi/fastapi/pull/12997) by [@rijenkii](https://github.com/rijenkii).
    
    ### Refactors
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
Back to Top