Skip to content

Commit

Permalink
Remove unnecessary pydantic dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bltravis authored and btravisebsco committed Aug 29, 2024
1 parent cc388b4 commit e29b73d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "folio_data_import"
version = "0.1.1"
version = "0.1.2"
description = "A python module to interact with the data importing capabilities of the open-source FOLIO ILS"
authors = ["Brooks Travis <[email protected]>"]
license = "MIT"
Expand All @@ -22,7 +22,6 @@ inquirer = "^3.4.0"
tqdm = "^4.66.5"
tabulate = "^0.9.0"
aiofiles = "^24.1.0"
pydantic = "^2.8.2"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit e29b73d

Please sign in to comment.