Skip to content

Commit

Permalink
Commit updated files
Browse files Browse the repository at this point in the history
  • Loading branch information
turbou committed Jan 28, 2025
1 parent 08be464 commit ad47171
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions files/Python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Contrastは、バグフィックスおよび セキュリティステータス
サポート対象外:
3.6.x、3.5x、2.7.x:サポートする最後のバージョンは4.14.3
3.7.x:サポートする最後のバージョンは5.27.0
3.8.X: Last supported agent was 9.8.0
3.8.x:サポートする最後のバージョンは9.8.0
Contrastは現在、Pythonの実験的なJITコンパイラやフリースレッドをサポートしていません。これらの機能が有効になっている環境ではエージェントは動作しません。

アプリケーションフレームワーク
Expand All @@ -24,14 +24,14 @@ Falcon: 3.0 - 3.1
FastAPI: 0.71 - 0.111
Flask: 1.1 - 3.1
Pyramid: 1.10 - 2.0
Quart: 0.15 - 0.19
Quart:0.15 - 0.20
Pythonエージェントは、WSGI互換を意図して作られています。ガイドラインに従う限り、他のWSGIアプリケーションと互換性がある可能性があります。
また、PythonエージェントはDjango、FastAPI、QuartなどのASGIインターフェイスを提供するフレームワークとも互換性があります。
FastAPIおよびStarlette(FastAPIが依存している)は比較的新しいライブラリで、継続的な開発変更が行われているため、Contrastが対応できなくなる可能性があります。FastAPIは、開発スピードが速いとされています。 Contrastは記載のバージョンまでサポートを続け、新しいサポート対象がリリースされたときはドキュメントを更新します。
ここでは簡略化のためにマイクロ/パッチバージョンが省略されていますが、各マイナーバージョンシリーズ内の最新パッチを使用することを推奨します。例えば、3.2はPyPIで利用可能なパッケージの最新の3.2.xを指します。
プラットフォーム
x86_64
arm64
darwin/amd64
darwin/arm64
linux/amd64
linux/arm64
Webサーバ
Expand Down

0 comments on commit ad47171

Please sign in to comment.