Skip to content

Commit

Permalink
deps: freeze pydantic-yaml <1.0.0 (#498) (#519)
Browse files Browse the repository at this point in the history
pydantic-yaml 1.0.0 changes the API a bit and will need some small refactoring.

(cherry picked from commit 5b46322)
  • Loading branch information
lengau authored Aug 10, 2023
1 parent 553bbf7 commit cf61a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def is_rtd() -> bool:
"overrides",
"PyYAML",
"pydantic>=1.9.0,<2.0.0",
"pydantic-yaml[pyyaml]",
"pydantic-yaml[pyyaml]>=0.11.0,<1.0.0",
"pyxdg",
"requests",
"requests-unixsocket",
Expand Down

0 comments on commit cf61a4f

Please sign in to comment.