Skip to content

Bump QuantPlatformKit dependency#112

Merged
Pigbibi merged 1 commit into
mainfrom
codex/bump-qpk-e0f760
Jun 9, 2026
Merged

Bump QuantPlatformKit dependency#112
Pigbibi merged 1 commit into
mainfrom
codex/bump-qpk-e0f760

Conversation

@Pigbibi

@Pigbibi Pigbibi commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Summary

  • update the QuantPlatformKit git dependency to the merged small-account compatibility commit
  • unblock downstream resolver conflicts in SnapshotPipelines and LongBridgePlatform

Tests

  • python - <<'PY'
    from pathlib import Path
    import tomllib
    p = Path('pyproject.toml')
    data = tomllib.loads(p.read_text())
    for dep in data['project']['dependencies']:
    if dep.startswith('quant-platform-kit'):
    print(dep)
    PY

@Pigbibi Pigbibi merged commit 5fe4306 into main Jun 9, 2026
1 check passed
@Pigbibi Pigbibi deleted the codex/bump-qpk-e0f760 branch June 9, 2026 05:34
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.

1 participant