Releases: alandtse/auth_capture_proxy
Releases · alandtse/auth_capture_proxy
v1.3.7
v1.3.7 (2026-02-17)
Bug Fixes
-
fix:
home-pagekey error in metadata (#45) -
Update init.py
Replace:
__uri__ = metadata["home-page"]
with:
-
Address nitpick comment
-
fix: typing fails: PackageMetadata has no attribute "get" [attr-defined]
Use Message semantics (.get() is typed)
-
Address netpick comments
-
fix: ERROR collecting tests/test_cli.py in build 3.11
-
fix: build 3.10 error: Incompatible types in assignment (expression has type "PackageMetadata", variable has type "Optional[Message]") [assignment]
-
Fix typing: stop calling .get() on PackageMetadata (for mypy)
-
chore: bump pre-commit to >=3.2 for hook stage compatibility (
6da3ced)
Build System
- build: fix tox (
e6410bb)
Chores
- chore: fix config version (
e6d48c6)
Refactoring
- refactor: migrate to pep621 (
bd2f8a8)
v1.3.6
v1.3.5
v1.3.4
v1.3.4 (2026-01-31)
Bug Fixes
Continuous Integration
- ci: update deprecated runners and action versions (#36)
Co-authored-by: alandtse 7086117+alandtse@users.noreply.github.com
Co-authored-by: copilot-swe-agent[bot] 198982749+Copilot@users.noreply.github.com (ef35963)
- ci: bump versions (
149906c)