Skip to content

Commit 6739409

Browse files
committed
chore: bump version to 0.1.29 and update typed-requests to 0.1.30 and type-enforcer to 0.1.11
1 parent 423d1f5 commit 6739409

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,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "divine-thegraph-token-api"
7-
version = "0.1.28"
7+
version = "0.1.29"
88
description = "A Python client for The Graph Token API with elegant EVM/SVM separation and excellent test coverage"
99
authors = ["DIVINE <[email protected]>"]
1010
readme = "README.md"
@@ -17,8 +17,8 @@ Issues = "https://github.com/divinescreener/thegraph-token-api/issues"
1717

1818
[tool.poetry.dependencies]
1919
python = ">=3.13"
20-
divine-typed-requests = ">=0.1.25"
21-
divine-type-enforcer = ">=0.1.9"
20+
divine-typed-requests = ">=0.1.30"
21+
divine-type-enforcer = ">=0.1.11"
2222
httpx = {extras = ["http2"], version = "^0.28.1"}
2323

2424
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)