Skip to content

Commit

Permalink
Fix safety check caused by pydantic (#187)
Browse files Browse the repository at this point in the history
* Fix safety check caused by pydantic

Co-authored-by: Quentame <[email protected]>

* Review: stay on v1

---------

Co-authored-by: Quentame <[email protected]>
  • Loading branch information
Narmishka and Quentame authored Oct 31, 2023
1 parent 2b85628 commit cf89e33
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
76 changes: 38 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Changelog = "https://github.com/hacf-fr/sfrbox-api/releases"
python = ">=3.8,<4.0"
httpx = ">=0.23.1"
defusedxml = ">=0.7.1"
pydantic = ">=1.10.2"
pydantic = ">=1.10.13,<2.0"
click = { version = ">=8.0.1", optional = true }

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit cf89e33

Please sign in to comment.