发布

  • pin all dependency version in pyproject.toml (#4215)

    frostbyte_neo 发布于 2026-02-26 01:09:16 +00:00

    Summary by cubic

    Pinned all runtime, optional, and dev dependencies in pyproject.toml to
    exact versions for deterministic installs and reproducible builds. Bumps
    package version to 0.12.0.

    • Dependencies
    • Replaced version ranges with exact pins across core packages (e.g.,
      pydantic 2.12.5, requests 2.32.5, openai 2.16.0, anthropic 0.76.0,
      google-api-python-client 2.188.0).
    • Pinned optional extras (cli, code, aws, oci, video, examples, eval) to
      exact versions.
    • Pinned dev tooling (ruff, pytest, fastapi, uvicorn, pre-commit, etc.)
      to exact versions.
    • Kept platform-specific markers (pyobjc on macOS, screeninfo on
      non-macOS).

    Written for commit a2f6be18fc.
    Summary will update on new commits.

    下载附件