Skip to content

Commit

Permalink
Enforcing pydantic version 1.10.17
Browse files Browse the repository at this point in the history
  • Loading branch information
robvadai committed Jul 16, 2024
1 parent 9037ef9 commit ad5ba9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ classifiers = [
"Programming Language :: Python :: 3.9",
]
dependencies = [
"quiffen==2.0.10",
"quiffen==2.0.11",
"pydantic==1.10.17"
]
[project.optional-dependencies]
dev = [
Expand Down Expand Up @@ -45,4 +46,4 @@ markers = [
[build-system]
requires = ["setuptools>=69", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]
[tool.setuptools_scm]

0 comments on commit ad5ba9d

Please sign in to comment.