Skip to content

Commit 8365908

Browse files
committed
Update divine-typed-requests to >=0.1.32, divine-type-enforcer to >=0.1.13 and bump version to 0.1.35
1 parent b569c8b commit 8365908

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.34"
7+
version = "0.1.35"
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.31",
15-
"divine-type-enforcer>=0.1.12",
14+
"divine-typed-requests>=0.1.32",
15+
"divine-type-enforcer>=0.1.13",
1616
"httpx[http2]>=0.28.1",
1717
]
1818

0 commit comments

Comments
 (0)