deps(python): update torch-geometric requirement from >=2.8.0 to >=2.8.0.post1 in /python - #75
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Updates the requirements on [torch-geometric](https://github.com/pyg-team/pytorch_geometric) to permit the latest version. - [Release notes](https://github.com/pyg-team/pytorch_geometric/releases) - [Changelog](https://github.com/pyg-team/pytorch_geometric/blob/2.8.0.post1/CHANGELOG.md) - [Commits](pyg-team/pytorch_geometric@2.8.0...2.8.0.post1) --- updated-dependencies: - dependency-name: torch-geometric dependency-version: 2.8.0.post1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
6cb494a to
71ec22a
Compare
- rust-toolchain 1.95 -> 1.97, MSRV to match; fix new clippy manual-Option::zip lint - pyproject: opentelemetry-api/-exporter-otlp >=1.44.0, ray >=2.56.1, torch-geometric >=2.8.0.post1 (from PRs #68/#69/#73/#75) - cargo update (root + fuzz), uv lock --upgrade - gitignore fuzzer-generated corpus/artifacts, keep seed_* files Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Superseded: this bump landed directly on main (pyproject constraint + uv.lock refresh) after the PR went stale against sibling lockfile merges. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
- rust-toolchain 1.95 -> 1.97, MSRV to match; fix new clippy manual-Option::zip lint - pyproject: opentelemetry-api/-exporter-otlp >=1.44.0, ray >=2.56.1, torch-geometric >=2.8.0.post1 (from PRs #68/#69/#73/#75) - cargo update (root + fuzz), uv lock --upgrade - gitignore fuzzer-generated corpus/artifacts, keep seed_* files
Updates the requirements on torch-geometric to permit the latest version.
Changelog
Sourced from torch-geometric's changelog.
... (truncated)
Commits
d4e1c45Prepare for2.8.0.post1(#10749)