Skip to content

deps(python): update torch-geometric requirement from >=2.8.0 to >=2.8.0.post1 in /python - #75

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python/torch-geometric-gte-2.8.0.post1
Closed

deps(python): update torch-geometric requirement from >=2.8.0 to >=2.8.0.post1 in /python#75
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python/torch-geometric-gte-2.8.0.post1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on torch-geometric to permit the latest version.

Changelog

Sourced from torch-geometric's changelog.

[2.8.0.post1] - 2026-07-20

Fixed

  • Added the missing source distribution to the PyPI release.

[2.8.0] - 2026-06-05

Added

  • Added from_relbench to convert RelBench databases into HeteroData (#10628)
  • Added a ci: full PR label that triggers the full test suite (pytest-full) on demand instead of the regular one (#10709)
  • Added PyTorch 2.11 and 2.12 support (#10708)
  • Added txt2qa.py example for synthetic multi-hop QA generation from text documents, supporting vLLM (local) and NVIDIA NIM (API) backends (#10559)
  • Added GraphLand benchmark via GraphLandDataset (#10458)

Changed

  • Improved runtime of to_dense_batch in both eager and torch.compile (#10660)
  • Dropped support for TorchScript in GATConv and GATv2Conv for correctness (#10596)

Deprecated

  • Deprecated support for torch-cluster in favor of pyg-lib>=0.6.0 (#10682)
  • Deprecated support for torch-spline-conv in favor of pyg-lib>=0.6.0 (#10622)

Removed

  • Dropped support for PyTorch 2.8 (#10708)

Fixed

  • Fixed dtype mismatch in GRetriever.inference (#10681)
  • Fix MovieLens dataset incompatibility with sentence-transformers>=5.0.0 (#10668)
  • Removed an unnecessary device synchronization in torch_geometric.utils.softmax (#10499)
  • Fixed loading of legacy HuggingFace BERT checkpoints (#10631)
  • Fixed return_attention_weights: bool being not respected in GATConv and GATv2Conv (#10596)
  • Fixed download links for politifact and gossipcop datasets of UPFD (#10558)

Security

[2.7.0] - 2025-10-14

Added

  • Added llm generated explanations to TAGDataset (#9918)
  • Added torch_geometric.llm and its examples (#10436)
  • Added support for negative weights in sparse_cross_entropy (#10432)
  • Added connected_components() method to Data and HeterData (#10388)
  • Added LPFormer Graph Transformer for Link Prediction (#9956)

... (truncated)

Commits

@dependabot @github

dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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>
@dependabot
dependabot Bot force-pushed the dependabot/pip/python/torch-geometric-gte-2.8.0.post1 branch from 6cb494a to 71ec22a Compare July 29, 2026 12:51
electricapp added a commit that referenced this pull request Jul 29, 2026
- 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>
@electricapp

Copy link
Copy Markdown
Owner

Superseded: this bump landed directly on main (pyproject constraint + uv.lock refresh) after the PR went stale against sibling lockfile merges.

@electricapp
electricapp deleted the dependabot/pip/python/torch-geometric-gte-2.8.0.post1 branch July 29, 2026 12:57
@dependabot @github

dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor Author

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

electricapp added a commit that referenced this pull request Jul 29, 2026
- 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
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