Загрузить файлы в «venv/Lib/site-packages/websockets/legacy»

This commit is contained in:
2026-07-02 21:01:22 +00:00
parent 827fea6306
commit 5236cc6e5b
4 changed files with 975 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
from __future__ import annotations
import warnings
warnings.warn( # deprecated in 14.0 - 2024-11-09
"websockets.legacy is deprecated; "
"see https://websockets.readthedocs.io/en/stable/howto/upgrade.html "
"for upgrade instructions",
DeprecationWarning,
)