Skip to content

Commit a0efb0d

Browse files
codebydivineclaude
andcommitted
Bump version to 0.1.31 and update divine dependencies
- Update version from 0.1.30 to 0.1.31 - Update divine-typed-requests dependency from >=0.1.30 to >=0.1.31 - Update divine-type-enforcer dependency from >=0.1.11 to >=0.1.12 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 05abe65 commit a0efb0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "divine-thegraph-token-api"
7-
version = "0.1.30"
7+
version = "0.1.31"
88
description = "A Python client for The Graph Token API with elegant EVM/SVM separation and excellent test coverage"
99
authors = [{name = "DIVINE", email = "[email protected]"}]
1010
readme = "README.md"
1111
license = {text = "MIT"}
1212
requires-python = ">=3.13"
1313
dependencies = [
14-
"divine-typed-requests>=0.1.30",
15-
"divine-type-enforcer>=0.1.11",
14+
"divine-typed-requests>=0.1.31",
15+
"divine-type-enforcer>=0.1.12",
1616
"httpx[http2]>=0.28.1",
1717
]
1818

0 commit comments

Comments
 (0)