Skip to content

Commit

Permalink
Merge pull request #137 from stephankmin/stephan/bump-pydantic-version
Browse files Browse the repository at this point in the history
bump pydantic version and open-rarity version
  • Loading branch information
grantli-os authored Sep 5, 2023
2 parents 83bfd8a + d08e441 commit 3876cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Dan Meshkov <[email protected]>", "Vicky Gong <vicky.gong@op
description = "Open-Rarity library is an open standard that provides an easy, explanable and reproducible computation for NFT rarity"
license = "Apache-2.0"
name = "open-rarity"
version = "0.7.2"
version = "0.7.3"

readme = "README.md"

Expand All @@ -23,7 +23,7 @@ classifiers = [
[tool.poetry.dependencies]
numpy = "^1.23.1"
pandas = "^1.4.3"
pydantic = ">=1.9.1,<2.1"
pydantic = ">=1.9.1,<2.3"
python = ">=3.10,<3.12"
requests = "^2.28.1"
scipy = "^1.9.0"
Expand Down

0 comments on commit 3876cd5

Please sign in to comment.