Skip to content

Commit

Permalink
update deps to support unicode 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Carbon225 committed Nov 30, 2024
1 parent d5183f1 commit 82dfde8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nameguard-python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nameguard"
version = "0.1.10"
version = "0.1.11"
description = "Security \"x-ray\" for ENS names"
authors = ["NameHash Team <[email protected]>"]
maintainers = ["NameHash Team <[email protected]>"]
Expand All @@ -13,7 +13,7 @@ packages = [{ include = "nameguard" }]

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
ens-label-inspector = "^0.2.12"
ens-label-inspector = "^0.2.14"
fastapi = "^0.115.4"
mangum = { version = "^0.17.0", optional = true }
web3 = "6.11.1"
Expand Down

0 comments on commit 82dfde8

Please sign in to comment.