mirror of
https://github.com/tr4nt0r/python-xbox.git
synced 2026-04-24 23:36:08 +03:00
[PR #21] [MERGED] Set ruff target to py39 and replace deprecated List #24
Labels
No labels
👻 bug
🐣 good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/python-xbox#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/tr4nt0r/python-xbox/pull/21
Author: @tr4nt0r
Created: 10/30/2025
Status: ✅ Merged
Merged: 10/30/2025
Merged by: @tr4nt0r
Base:
main← Head:Deprecatedlist📝 Commits (1)
d2f8f43Set ruff target to py39 and replace deprecatedList📊 Changes
26 files changed (+193 additions, -202 deletions)
View changed files
📝
pyproject.toml(+1 -1)📝
src/pythonxbox/api/provider/achievements/models.py(+11 -11)📝
src/pythonxbox/api/provider/catalog/__init__.py(+1 -3)📝
src/pythonxbox/api/provider/catalog/models.py(+66 -66)📝
src/pythonxbox/api/provider/cqs/models.py(+9 -9)📝
src/pythonxbox/api/provider/gameclips/models.py(+4 -4)📝
src/pythonxbox/api/provider/lists/models.py(+2 -2)📝
src/pythonxbox/api/provider/mediahub/models.py(+12 -12)📝
src/pythonxbox/api/provider/message/models.py(+9 -9)📝
src/pythonxbox/api/provider/presence/__init__.py(+2 -4)📝
src/pythonxbox/api/provider/presence/models.py(+6 -6)📝
src/pythonxbox/api/provider/profile/__init__.py(+2 -4)📝
src/pythonxbox/api/provider/profile/models.py(+2 -3)📝
src/pythonxbox/api/provider/ratelimitedprovider.py(+3 -3)📝
src/pythonxbox/api/provider/screenshots/models.py(+4 -4)📝
src/pythonxbox/api/provider/smartglass/__init__.py(+2 -2)📝
src/pythonxbox/api/provider/smartglass/models.py(+7 -7)📝
src/pythonxbox/api/provider/titlehub/__init__.py(+6 -6)📝
src/pythonxbox/api/provider/titlehub/models.py(+11 -11)📝
src/pythonxbox/api/provider/usersearch/models.py(+1 -3)...and 6 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.