Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 169 for bump (0.03 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. docs/en/docs/img/sponsors/bump-sh.svg

    bump-sh.svg...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Oct 04 22:51:10 GMT 2023
    - 45.4K bytes
    - Click Count (0)
  2. docs/en/docs/img/sponsors/bump-sh.png

    bump-sh.png...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Sep 10 10:18:26 GMT 2023
    - 18.2K bytes
    - Click Count (0)
  3. docs/en/docs/img/sponsors/bump-sh-banner.png

    bump-sh-banner.png...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Sep 10 10:18:26 GMT 2023
    - 9.9K bytes
    - Click Count (0)
  4. docs/en/docs/img/sponsors/bump-sh-banner.svg

    bump-sh-banner.svg...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Oct 04 22:51:10 GMT 2023
    - 37.6K bytes
    - Click Count (0)
  5. docs/ko/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

    이렇게 하면 업그레이드를 진행하면서도 모든 것이 기대한 대로 계속 동작하는지 확인할 수 있습니다.
    
    ## `bump-pydantic` { #bump-pydantic }
    
    많은 경우, 커스터마이징 없이 일반적인 Pydantic 모델을 사용하고 있다면 Pydantic v1에서 Pydantic v2로의 마이그레이션 과정 대부분을 자동화할 수 있습니다.
    
    같은 Pydantic 팀이 제공하는 [`bump-pydantic`](https://github.com/pydantic/bump-pydantic)를 사용할 수 있습니다.
    
    이 도구는 변경해야 하는 코드의 대부분을 자동으로 바꾸는 데 도움을 줍니다.
    
    그 다음 테스트를 실행해서 모든 것이 동작하는지 확인하면 됩니다. 잘 된다면 끝입니다. 😎
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 6.3K bytes
    - Click Count (0)
  6. docs/zh-hant/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

    你可以先閱讀以更好理解具體變更。
    
    ## 測試 { #tests }
    
    確保你的應用有[測試](../tutorial/testing.md),並在 CI(持續整合)上執行。
    
    如此一來,你可以升級後確認一切仍如預期運作。
    
    ## `bump-pydantic` { #bump-pydantic }
    
    在許多情況下,若你使用的是未自訂的標準 Pydantic 模型,多數遷移步驟都能自動化完成。
    
    你可以使用 Pydantic 團隊提供的 [`bump-pydantic`](https://github.com/pydantic/bump-pydantic)。
    
    這個工具會自動修改大部分需要變更的程式碼。
    
    之後執行測試確認一切正常即可完成。😎
    
    ## v2 中的 Pydantic v1 { #pydantic-v1-in-v2 }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 4.9K bytes
    - Click Count (0)
  7. docs/zh/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

    你可以阅读以更好地了解变更。
    
    ## 测试 { #tests }
    
    请确保你的应用有[测试](../tutorial/testing.md),并在持续集成(CI)中运行它们。
    
    这样你就可以升级并确保一切仍按预期工作。
    
    ## `bump-pydantic` { #bump-pydantic }
    
    在很多情况下,如果你使用的是未做自定义的常规 Pydantic 模型,可以将从 Pydantic v1 迁移到 v2 的大部分过程自动化。
    
    你可以使用同一 Pydantic 团队提供的[`bump-pydantic`](https://github.com/pydantic/bump-pydantic)。
    
    该工具会帮助你自动修改大部分需要变更的代码。
    
    之后运行测试检查是否一切正常。如果正常,你就完成了。😎
    
    ## v2 中的 Pydantic v1 { #pydantic-v1-in-v2 }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 5.1K bytes
    - Click Count (0)
  8. docs/en/docs/release-notes.md

    * ⬆ Bump authlib from 1.6.7 to 1.6.9. PR [#15128](https://github.com/fastapi/fastapi/pull/15128) by [@dependabot[bot]](https://github.com/apps/dependabot).
    * ⬆ Bump pyasn1 from 0.6.2 to 0.6.3. PR [#15143](https://github.com/fastapi/fastapi/pull/15143) by [@dependabot[bot]](https://github.com/apps/dependabot).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
  9. okhttp/src/androidMain/kotlin/okhttp3/internal/platform/android/ConscryptSocketAdapter.kt

          try {
            // Trigger an early exception over a fatal error, prefer a RuntimeException over Error.
            Class.forName("org.conscrypt.Conscrypt\$Version", false, javaClass.classLoader)
    
            when {
              // Bump this version if we ever have a binary incompatibility
              Conscrypt.isAvailable() && atLeastVersion(2, 1, 0) -> true
    
              else -> false
            }
          } catch (e: NoClassDefFoundError) {
            false
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 3K bytes
    - Click Count (0)
  10. CHANGELOG/CHANGELOG-1.3.md

    ## Changelog since v1.3.9
    
    ### Other notable changes
    
    * gci: decouple from the built-in kubelet version ([#31367](https://github.com/kubernetes/kubernetes/pull/31367), [@Amey-D](https://github.com/Amey-D))
    * Bump GCE debian image to container-vm-v20161025 (CVE-2016-5195 Dirty… ([#35825](https://github.com/kubernetes/kubernetes/pull/35825), [@dchen1107](https://github.com/dchen1107))
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 84K bytes
    - Click Count (0)
Back to Top