Skip to content

Commit 4bdff68

Browse files
committed
Updating python requiring
1 parent c3a9333 commit 4bdff68

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
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = 'evm_wallet'
3-
version = '1.0.1'
3+
version = '1.0.2'
44
description = 'The package, containing wrapper over EVM operations for interacting through Wallet entities'
55
authors = ['Alexey <[email protected]>']
66
license = 'MIT'
@@ -20,7 +20,7 @@ classifiers = [
2020
packages = [{ include = 'evm_wallet' }]
2121

2222
[tool.poetry.dependencies]
23-
python = '~3.11'
23+
python = '^3.11'
2424
web3 = "^6.12.0"
2525

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

0 commit comments

Comments
 (0)