Skip to content

Keys: Remove appdirs and improve typing#904

Open
zxzxwu wants to merge 1 commit intogoogle:mainfrom
zxzxwu:keys
Open

Keys: Remove appdirs and improve typing#904
zxzxwu wants to merge 1 commit intogoogle:mainfrom
zxzxwu:keys

Conversation

@zxzxwu
Copy link
Copy Markdown
Collaborator

@zxzxwu zxzxwu commented Mar 31, 2026

Forked from #897. We are already using platformdirs. It's very similar to appdirs while appdirs is already deprecated, so we can just keep one.

@zxzxwu zxzxwu requested a review from barbibulle March 31, 2026 08:13
requires-python = ">=3.10"
dependencies = [
"aiohttp ~= 3.8; platform_system!='Emscripten'",
"appdirs >= 1.4; platform_system!='Emscripten'",
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 should probably be replaced with platformdirs, because if we don't mark it as a dependency, most users won't have it by default.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

We already have it below at line#31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants