Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 101 - 110 of 171 for Dump (0.03 seconds)

  1. 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)
  2. docs/de/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

    ## `bump-pydantic` { #bump-pydantic }
    
    In vielen Fällen, wenn Sie reguläre Pydantic-Modelle ohne Anpassungen verwenden, können Sie den Großteil des Prozesses der Migration von Pydantic v1 auf Pydantic v2 automatisieren.
    
    Sie können [`bump-pydantic`](https://github.com/pydantic/bump-pydantic) vom selben Pydantic-Team verwenden.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 6.2K bytes
    - Click Count (0)
  3. 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)
  4. docs/en/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

    This way, you can do the upgrade and make sure everything is still working as expected.
    
    ## `bump-pydantic` { #bump-pydantic }
    
    In many cases, when you use regular Pydantic models without customizations, you will be able to automate most of the process of migrating from Pydantic v1 to Pydantic v2.
    
    You can use [`bump-pydantic`](https://github.com/pydantic/bump-pydantic) from the same Pydantic team.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 5.4K bytes
    - Click Count (0)
  5. 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)
  6. docs/ja/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

    アプリに対する[テスト](../tutorial/testing.md)を用意し、継続的インテグレーション(CI)で実行するようにしてください。
    
    これにより、アップグレード後も期待どおり動作していることを確認できます。
    
    ## `bump-pydantic` { #bump-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 14:07:17 GMT 2026
    - 6.2K bytes
    - Click Count (0)
  7. docs/es/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

    Así podrás hacer la actualización y asegurarte de que todo sigue funcionando como esperas.
    
    ## `bump-pydantic` { #bump-pydantic }
    
    En muchos casos, cuando usas modelos de Pydantic normales sin personalizaciones, podrás automatizar gran parte del proceso de migración de Pydantic v1 a Pydantic v2.
    
    Puedes usar [`bump-pydantic`](https://github.com/pydantic/bump-pydantic) del mismo equipo de Pydantic.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 5.7K bytes
    - Click Count (0)
  8. docs/pt/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

    Assim, você pode fazer a atualização e garantir que tudo continua funcionando como esperado.
    
    ## `bump-pydantic` { #bump-pydantic }
    
    Em muitos casos, quando você usa modelos Pydantic regulares sem personalizações, será possível automatizar a maior parte do processo de migração do Pydantic v1 para o Pydantic v2.
    
    Você pode usar [`bump-pydantic`](https://github.com/pydantic/bump-pydantic) da própria equipe do Pydantic.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 5.8K bytes
    - Click Count (0)
  9. docs/fr/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

    ## `bump-pydantic` { #bump-pydantic }
    
    Dans de nombreux cas, lorsque vous utilisez des modèles Pydantic classiques sans personnalisations, vous pourrez automatiser la majeure partie du processus de migration de Pydantic v1 à Pydantic v2.
    
    Vous pouvez utiliser [`bump-pydantic`](https://github.com/pydantic/bump-pydantic) de la même équipe Pydantic.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 6.2K bytes
    - Click Count (0)
  10. 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)
Back to Top