aiohttp was listed in requirements.txt but never imported by any of the six Python scripts in custom-skills/31-notion-organizer/code/scripts. The async HTTP work is done via notion-client 2.2.1, which uses httpx internally (confirmed via `pip show notion-client`). Removing the unused pin will stop future dependabot churn for a library this skill doesn't depend on. Verified before this change: aiohttp 3.13.4 (just merged via #6) was inert — all 30 tests in test_notion_search.py pass, and all 6 scripts import cleanly without aiohttp present. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
552 B
552 B