File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " divine-thegraph-token-api"
7
- version = " 0.1.28 "
7
+ version = " 0.1.29 "
8
8
description = " A Python client for The Graph Token API with elegant EVM/SVM separation and excellent test coverage"
9
9
authors = [
" DIVINE <[email protected] >" ]
10
10
readme = " README.md"
@@ -17,8 +17,8 @@ Issues = "https://github.com/divinescreener/thegraph-token-api/issues"
17
17
18
18
[tool .poetry .dependencies ]
19
19
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 "
22
22
httpx = {extras = [" http2" ], version = " ^0.28.1" }
23
23
24
24
[tool .poetry .group .dev .dependencies ]
You can’t perform that action at this time.
0 commit comments