mirror of
https://github.com/tr4nt0r/python-xbox.git
synced 2026-04-24 23:36:08 +03:00
-
v0.1.1 Stable
released this
2025-11-09 20:33:11 +03:00 | 87 commits to main since this release📅 Originally published on GitHub: Sun, 09 Nov 2025 17:47:51 GMT
🏷️ Git tag created: Sun, 09 Nov 2025 17:33:11 GMTWhat's Changed
👻 Bug Fixes
- Remove deprecation warning for use of
AsyncClientinstead ofSignedSession@tr4nt0r (#42)
📃 Documentation
- Add documentation workflow and mkdocs config @tr4nt0r (#48)
🧰 Maintenance
- Add documentation workflow and mkdocs config @tr4nt0r (#48)
- Install hatch in build workflow via GH action @tr4nt0r (#47)
- Configure Renovate @renovate[bot] (#30)
🔬 Other updates
- Improve typing in
AuthenticationManagerand improve exception handling inrequest_oauth_token@tr4nt0r (#46) - Enable flake8-builtins (A) and apply fixes/ignores @tr4nt0r (#45)
- Enable flake8-bugbear (B) and apply fix @tr4nt0r (#44)
- Enable ruff flake8-return (RET) rule and apply fixes @tr4nt0r (#43)
- Rename
LowerCaseModeltoFlatCaseModel, as the naming convention is correctly called flat case @tr4nt0r (#41) - Remove
to_camelandto_pascalcase converters and use pydantic's built-in alias generators @tr4nt0r (#40) - Use pydantic json parser instead of stdlib json.loads @tr4nt0r (#39)
- Enable ruff eradicate rule (ERA) @tr4nt0r (#38)
- Enable ruff PLR rule @tr4nt0r (#37)
- Enable ruff flake8-simplify (SIM) rule @tr4nt0r (#36)
- Enable ruff-specific rules (RUF) @tr4nt0r (#35)
- Enable ruff isort rules @tr4nt0r (#34)
- Enable ruff flake8-comprehensions rule @tr4nt0r (#33)
- Replace str, Enum with StrEnum @tr4nt0r (#32)
🧩 Dependency Updates
- Bump ruff to v0.14.4 @tr4nt0r (#52)
- Bump mkdocstrings-material to v9.6.23 @tr4nt0r (#51)
- Bump pydantic to v2.12.4 @tr4nt0r (#50)
- Define minimum required compatible versions for dependencies @tr4nt0r (#49)
Contributors: @renovate[bot] and @tr4nt0r
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
python_xbox-0.1.1-py3-none-any.whl
0 downloads ·
2026-02-28 01:19:00 +03:00 · 65 KiB -
python_xbox-0.1.1.tar.gz
0 downloads ·
2026-02-28 01:19:00 +03:00 · 42 KiB
- Remove deprecation warning for use of