Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 151 - 160 of 172 for jsondata (0.08 seconds)

  1. docs/ja/docs/index.md

    ### `standard` 依存関係 { #standard-dependencies }
    
    FastAPI を `pip install "fastapi[standard]"` でインストールすると、`standard` グループのオプション依存関係が含まれます。
    
    Pydantic によって使用されるもの:
    
    * [`email-validator`](https://github.com/JoshData/python-email-validator) - メール検証のため。
    
    Starlette によって使用されるもの:
    
    * [`httpx`](https://www.python-httpx.org) - `TestClient` を使用したい場合に必要です。
    * [`jinja2`](https://jinja.palletsprojects.com) - デフォルトのテンプレート設定を使用したい場合に必要です。
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 25.6K bytes
    - Click Count (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/Http2ConnectionTest.kt

          events.add(responseHeaders)
          notifyAll()
          return false
        }
    
        @Synchronized override fun onData(
          streamId: Int,
          source: BufferedSource,
          byteCount: Int,
          last: Boolean,
        ): Boolean {
          events.add(AssertionError("onData"))
          notifyAll()
          return false
        }
    
        @Synchronized override fun onReset(
          streamId: Int,
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Thu Jul 31 04:18:40 GMT 2025
    - 75.5K bytes
    - Click Count (0)
  3. docs/en/docs/index.md

    When you install FastAPI with `pip install "fastapi[standard]"` it comes with the `standard` group of optional dependencies:
    
    Used by Pydantic:
    
    * [`email-validator`](https://github.com/JoshData/python-email-validator) - for email validation.
    
    Used by Starlette:
    
    * [`httpx`](https://www.python-httpx.org) - Required if you want to use the `TestClient`.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Mar 07 09:29:03 GMT 2026
    - 21.4K bytes
    - Click Count (0)
  4. docs/zh-hant/docs/tutorial/response-model.md

    這裡我們宣告一個 `UserIn` 模型,其中會包含明文密碼:
    
    {* ../../docs_src/response_model/tutorial002_py310.py hl[7,9] *}
    
    /// info | 說明
    
    要使用 `EmailStr`,請先安裝 [`email-validator`](https://github.com/JoshData/python-email-validator)。
    
    請先建立一個[虛擬環境](../virtual-environments.md)、啟用它,然後安裝,例如:
    
    ```console
    $ pip install email-validator
    ```
    
    或:
    
    ```console
    $ pip install "pydantic[email]"
    ```
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 14.5K bytes
    - Click Count (0)
  5. docs/ko/docs/index.md

    ### `standard` 의존성 { #standard-dependencies }
    
    `pip install "fastapi[standard]"`로 FastAPI를 설치하면 `standard` 그룹의 선택적 의존성이 함께 설치됩니다.
    
    Pydantic이 사용하는:
    
    * [`email-validator`](https://github.com/JoshData/python-email-validator) - 이메일 유효성 검사.
    
    Starlette이 사용하는:
    
    * [`httpx`](https://www.python-httpx.org) - `TestClient`를 사용하려면 필요.
    * [`jinja2`](https://jinja.palletsprojects.com) - 기본 템플릿 설정을 사용하려면 필요.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 23.4K bytes
    - Click Count (0)
  6. docs/ja/docs/tutorial/response-model.md

    ここでは `UserIn` モデルを宣言しています。これには平文のパスワードが含まれます:
    
    {* ../../docs_src/response_model/tutorial002_py310.py hl[7,9] *}
    
    /// info | 情報
    
    `EmailStr` を使用するには、最初に [`email-validator`](https://github.com/JoshData/python-email-validator) をインストールしてください。
    
    [仮想環境](../virtual-environments.md)を作成して有効化してから、例えば次のようにインストールしてください:
    
    ```console
    $ pip install email-validator
    ```
    
    または次のようにします:
    
    ```console
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 19.6K bytes
    - Click Count (0)
  7. CHANGELOG/CHANGELOG-1.5.md

      * Authenticated users are decorated with a 'system:authenticated' group.
      * **IMPORTANT**: See Action Required for important actions related to this change.
    
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 136.4K bytes
    - Click Count (0)
  8. CHANGELOG/CHANGELOG-1.3.md

    * A pod never terminated if a container image registry was unavailable ([#23746](https://github.com/kubernetes/kubernetes/pull/23746), [@derekwaynecarr](https://github.com/derekwaynecarr))
    * Fix jsonpath to handle maps with key of nonstring types ([#23358](https://github.com/kubernetes/kubernetes/pull/23358), [@aveshagarwal](https://github.com/aveshagarwal))
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 84K bytes
    - Click Count (0)
  9. CHANGELOG/CHANGELOG-1.32.md

    - github.com/docker/go-connections: [v0.4.0 → v0.5.0](https://github.com/docker/go-connections/compare/v0.4.0...v0.5.0)
    - github.com/exponent-io/jsonpath: [d6023ce → 1de76d7](https://github.com/exponent-io/jsonpath/compare/d6023ce...1de76d7)
    - github.com/go-openapi/jsonpointer: [v0.19.6 → v0.21.0](https://github.com/go-openapi/jsonpointer/compare/v0.19.6...v0.21.0)
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Feb 26 23:58:21 GMT 2026
    - 470.5K bytes
    - Click Count (0)
  10. CHANGELOG/CHANGELOG-1.19.md

    - Fixed a bug where executing a kubectl command with a jsonpath output expression that has a nested range would ignore expressions following the nested range. ([#88464](https://github.com/kubernetes/kubernetes/pull/88464), [@brianpursley](https://github.com/brianpursley)) [SIG API Machinery]
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Wed Jan 05 05:42:32 GMT 2022
    - 489.7K bytes
    - Click Count (0)
Back to Top