Skip to content

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

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

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 will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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 @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.

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.

0 participants