Skip to content

Commit

Permalink
feat: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
PouryaMoghadam committed Sep 21, 2024
1 parent 9b3c6b3 commit 5566f21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "siwe"
version = "4.2.0"
version = "4.2.1"
description = "A Python implementation of Sign-In with Ethereum (EIP-4361)."
license = "MIT OR Apache-2.0"
authors = [
Expand All @@ -17,8 +17,8 @@ python = ">=3.8,<4.0"
abnf = ">=2.2,<3"
eth-utils = ">=2.2.0"
pydantic = ">=2.7,<3"
pydantic-core = "^2" # peer of pydantic
typing-extensions = "^4" # peer of pydantic
pydantic-core = "^2" # peer of pydantic
typing-extensions = "^4" # peer of pydantic
web3 = "^7.2.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 5566f21

Please sign in to comment.