Skip to content

Commit

Permalink
moved pydantic-settings to main section
Browse files Browse the repository at this point in the history
  • Loading branch information
feldlime committed Nov 7, 2023
1 parent 1877675 commit fc504a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -19,6 +19,7 @@ uvicorn = "^0.23.0"
orjson = "^3.9.10"
starlette = "^0.27.0"
httpx = "^0.22.0" # for starlette.testclient
pydantic-settings = "^2.0.3"

[tool.poetry.group.dev.dependencies]
pytest = "7.4.3"
Expand All @@ -29,7 +30,6 @@ bandit = "^1.7.5"
flake8 = "^6.1.0"
pylint = "^3.0.2"
black = "^23.10.1"
pydantic-settings = "^2.0.3"

[tool.black]
line-length = 120
Expand Down

0 comments on commit fc504a1

Please sign in to comment.