Skip to content

Commit f7454ff

Browse files
codebydivineclaude
andcommitted
fix: Update divine-type-enforcer to 0.1.8 to resolve dependency conflict
Updated divine-type-enforcer from 0.1.4 to 0.1.8 to match the requirement from divine-requests 0.1.10, resolving pip installation conflicts. Bump version to 0.1.13. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 55b0595 commit f7454ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "divine-thegraph-token-api"
7-
version = "0.1.12"
7+
version = "0.1.13"
88
authors = [
99
{ name="DIVINE", email="[email protected]" },
1010
]
@@ -27,7 +27,7 @@ classifiers = [
2727
keywords = ["blockchain", "ethereum", "solana", "defi", "nft", "api", "thegraph", "web3", "crypto"]
2828
dependencies = [
2929
"divine-requests==0.1.10",
30-
"divine-type-enforcer==0.1.4",
30+
"divine-type-enforcer==0.1.8",
3131
"anyio>=4.0.0",
3232
]
3333

0 commit comments

Comments
 (0)