We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b569c8b commit 8365908Copy full SHA for 8365908
pyproject.toml
@@ -4,15 +4,15 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "divine-thegraph-token-api"
7
-version = "0.1.34"
+version = "0.1.35"
8
description = "A Python client for The Graph Token API with elegant EVM/SVM separation and excellent test coverage"
9
authors = [{name = "DIVINE", email = "[email protected]"}]
10
readme = "README.md"
11
license = {text = "MIT"}
12
requires-python = ">=3.13"
13
dependencies = [
14
- "divine-typed-requests>=0.1.31",
15
- "divine-type-enforcer>=0.1.12",
+ "divine-typed-requests>=0.1.32",
+ "divine-type-enforcer>=0.1.13",
16
"httpx[http2]>=0.28.1",
17
]
18
0 commit comments