Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ci_scripts/deprecated.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

# List of deprecated packages.
# When we deprecated a package, we add it here, to check if upstream is still
# building it

# building it

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change should be fixed as a standalone fix. See also https://github.com/riseproject-dev/python-wheels/pull/177/changes#r3601087718

aiohttp
blake3
charset-normalizer
Expand Down Expand Up @@ -36,5 +36,6 @@ tokenizers
uv
video_reader-rs
watchfiles
websockets
wrapt
xxhash
1 change: 0 additions & 1 deletion ci_scripts/packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ tlparse
tornado
ujson
uvloop
websockets
z3-solver
1 change: 1 addition & 0 deletions docs/packages/websockets.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
deprecated:
package-name: websockets
source-code: https://github.com/python-websockets/websockets
license: BSD-3-Clause
Expand Down
Loading