Skip to content

Commit

Permalink
deps: Pydantic downgraded to match Aleph SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Nov 4, 2024
1 parent 6643d99 commit 88e561f
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 130 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from libertai_utils.blockchains.ethereum import is_eth_signature_valid, format_eth_address
from libertai_utils.blockchains.solana import is_solana_signature_valid
from libertai_utils.chains.ethereum import is_eth_signature_valid, format_eth_address
from libertai_utils.chains.solana import is_solana_signature_valid
from libertai_utils.interfaces.subscription import SubscriptionChain


Expand Down
File renamed without changes.
176 changes: 50 additions & 126 deletions poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "libertai-utils"
version = "0.0.1"
version = "0.0.2"
description = "LibertAI internal types and functions"
authors = ["LibertAI.io team <[email protected]>"]
readme = "README.md"
Expand All @@ -15,7 +15,7 @@ classifiers = [
python = "^3.12"
web3 = "^6.3.0"
eciespy = "^0.4.2"
pydantic = "^2.9.2"
pydantic = ">=1.10.5,<2.0.0"
solders = "^0.22.0"
pynacl = "^1.5.0"

Expand Down

0 comments on commit 88e561f

Please sign in to comment.