Skip to content

Commit

Permalink
fix: pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
olivmath committed Oct 19, 2024
1 parent 708e05f commit 0328cb9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node_modules
.vscode
*cache*
sample*
./env/
.venv/
.cov*
*.xml
*lock
Expand Down
5 changes: 5 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@

| Version | Supported |
| ------- | --------- |
| > 1.0.0 ||
| > 0.8.1 ||
| 0.7.x ||
| 0.6.x ||
| 0.5.x ||
| 0.4.x ||
| < 0.4.x ||

## Reporting a Feature

- [x] support `merkletreejs`

## Reporting a Vulnerability

- [x] pysha3 has deprecated, update to 0.8.1
Expand Down
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 = "merkly"
version = "1.1.0"
version = "1.1.1"
description = "🌳 The simple and easy implementation of Merkle Tree"
authors = ["Lucas Oliveira <[email protected]>"]
repository = "https://github.com/olivmath/merkly.git"
Expand Down Expand Up @@ -31,7 +31,7 @@ classifiers = [

[tool.poetry.dependencies]
pycryptodome = "^3.19.0"
pydantic = "^1.10.2"
pydantic = "^2.9.2"
python = "^3.8"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 0328cb9

Please sign in to comment.