Skip to content

Commit 31da6c8

Browse files
Bump pydantic-settings from 2.6.1 to 2.7.0
Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8014a11 commit 31da6c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ server = "run:main"
1616
python = "^3.11"
1717
litestar = {extras = ["full"], version = "^2.13.0"}
1818
pydantic = "^2.10.3"
19-
pydantic-settings = "^2.6.1"
19+
pydantic-settings = "^2.7.0"
2020
tortoise-orm = {extras = ["asyncpg"], version = "^0.22.2"}
2121
sqlalchemy = "^2.0.36"
2222
uvicorn = "^0.32.1"

0 commit comments

Comments
 (0)