Skip to content

Commit

Permalink
version: update pydantic dep persion
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Oct 29, 2024
1 parent b55c7a8 commit b155f2f
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 @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ckanext-unfold"
version = "1.0.3"
version = "1.0.4"
description = "Provides previews for multiple archive formats"
authors = [
{name = "DataShades", email = "[email protected]"},
Expand All @@ -27,7 +27,7 @@ dependencies = [
"rarfile==4.0",
"py7zr==0.20.6",
"rpmfile==1.1.1",
"pydantic==2.3.0",
"pydantic>=2.3.0,<3.0.0",
]
optional-dependencies = {}

Expand Down

0 comments on commit b155f2f

Please sign in to comment.