# ── Async / HTTP ────────────────────────────────────────────────────────────── #aiohappyeyeballs # 2.6.1 does not exist; 2.3.x is the stable release # aiohttp==3.13.5 # aiosignal==1.4.0 aiomysql==0.3.2 anyio==4.13.0 h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 multidict==6.7.1 propcache==0.4.1 websockets==16.0 yarl==1.23.0 # ── FastAPI / Web framework ──────────────────────────────────────────────────── fastapi==0.110.1 starlette==0.37.2 uvicorn==0.25.0 python-multipart==0.0.27 # ── Auth / Security ──────────────────────────────────────────────────────────── bcrypt==4.1.3 cffi==2.0.0 cryptography==48.0.0 ecdsa==0.19.2 oauthlib==3.3.1 passlib==1.7.4 PyJWT==2.12.1 python-jose==3.5.0 requests-oauthlib==2.0.0 rsa==4.9.1 # ── Data validation ──────────────────────────────────────────────────────────── annotated-types==0.7.0 attrs==26.1.0 frozenlist==1.8.0 jsonschema==4.26.0 jsonschema-specifications==2025.9.1 pydantic[email]==2.13.4 pydantic_core==2.46.4 referencing==0.37.0 rpds-py==0.30.0 # ── AI / LLM clients ────────────────────────────────────────────────────────── google-ai-generativelanguage==0.6.15 google-api-core==2.30.3 google-api-python-client==2.196.0 google-auth==2.51.0 google-auth-httplib2==0.4.0 google-genai==1.75.0 google-generativeai==0.8.6 googleapis-common-protos==1.75.0 grpcio==1.80.0 grpcio-status==1.71.2 litellm==1.80.0 openai==1.99.9 tiktoken==0.12.0 # replaces pytokens (not on PyPI) tokenizers==0.23.1 # ── AWS ─────────────────────────────────────────────────────────────────────── boto3==1.43.5 botocore==1.43.5 jmespath==1.1.0 s3transfer==0.17.0 # ── Data science / files ─────────────────────────────────────────────────────── et_xmlfile==2.0.0 fsspec==2026.4.0 hf-xet==1.5.0 huggingface_hub==1.14.0 numpy==2.4.4 openpyxl==3.1.5 pandas==3.0.2 pillow==12.2.0 reportlab==4.5.0 # ── CLI / Utilities ──────────────────────────────────────────────────────────── click==8.3.3 distro==1.9.0 filelock==3.29.0 idna==3.13 importlib_metadata==9.0.0 Jinja2==3.1.6 jiter==0.14.0 jq==1.11.0 markdown-it-py==4.1.0 MarkupSafe==3.0.3 mdurl==0.1.2 packaging==26.2 platformdirs==4.9.6 proto-plus==1.28.0 protobuf==5.29.6 pyasn1==0.6.3 pyasn1_modules==0.4.2 pycparser==3.0 Pygments==2.20.0 pyparsing==3.3.2 python-dateutil==2.9.0.post0 python-dotenv==1.2.2 PyYAML==6.0.3 regex==2026.4.4 requests==2.33.1 rich==15.0.0 shellingham==1.5.4 six==1.17.0 sniffio==1.3.1 stripe==15.1.0 tenacity==9.1.4 tqdm==4.67.3 typer==0.25.1 typing-inspection==0.4.2 typing_extensions==4.15.0 tzdata==2026.2 uritemplate==4.2.0 urllib3==2.6.3 watchfiles==1.1.1 zipp==3.23.1 # ── Dev / Linting / Testing ──────────────────────────────────────────────────── black==26.3.1 certifi==2026.4.22 charset-normalizer==3.4.7 flake8==7.3.0 httplib2==0.31.2 iniconfig==2.3.0 isort==8.0.1 mccabe==0.7.0 mypy==2.0.0 mypy_extensions==1.1.0 pathspec==1.1.1 pluggy==1.6.0 pycodestyle==2.14.0 pyflakes==3.4.0 pytest==9.0.3 # ── REMOVED (not on PyPI or non-Python packages) ────────────────────────────── # annotated-doc==0.0.4 → not on PyPI # ast_serialize==0.3.0 → not on PyPI # fastuuid==0.14.0 → not on PyPI; use Python stdlib uuid instead # librt==0.10.0 → Linux C runtime library, not a Python package # pytokens==0.4.1 → not on PyPI; replaced by tiktoken above # s5cmd==0.2.0 → Go CLI binary, not a Python package; use boto3/s3transfer