Skip to content

Commit 667a332

Browse files
committed
fix: Add pydantic-settings to the test environment dependency group
1 parent cbc05f6 commit 667a332

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

pdm.lock

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ test = [
6363
"jinja2 >=2.11.2,<4.0.0",
6464
"ujson>=4.0.1",
6565
"requests>=2.28.1",
66+
"pydantic-settings>=2.0.0",
6667
]
6768
dev = [
6869
"pre-commit>=2.20.0",

0 commit comments

Comments
 (0)