Skip to content

Commit 09735a4

Browse files
dependabot[bot]MTSOnGithub
authored andcommitted
Bump the python-packages group with 2 updates
Bumps the python-packages group with 2 updates: [pydantic](https://github.com/pydantic/pydantic) and [fastapi](https://github.com/fastapi/fastapi). Updates `pydantic` from 2.12.5 to 2.13.1 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.1/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.5...v2.13.1) Updates `fastapi` from 0.135.3 to 0.136.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.135.3...0.136.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: fastapi dependency-version: 0.136.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 65010a6 commit 09735a4

2 files changed

Lines changed: 79 additions & 75 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
keywords = ["Lineage", "FastAPI", "REST", "FastStream"]
3232
requires-python = ">=3.12"
3333
dependencies = [
34-
"pydantic~=2.12.5",
34+
"pydantic>=2.12.5,<2.14.0",
3535
"pydantic-settings~=2.13.1",
3636
"typing-extensions~=4.15.0",
3737
"alembic~=1.18.3",
@@ -65,7 +65,7 @@ exclude = ["docs", "tests"]
6565

6666
[project.optional-dependencies]
6767
server = [
68-
"fastapi~=0.135.2",
68+
"fastapi>=0.135.2,<0.137.0",
6969
# starlette 1.0.0 break cookies
7070
"starlette<1.0",
7171
"uvicorn>=0.42,<0.45",
@@ -81,7 +81,7 @@ consumer = [
8181
"cramjam~=2.11.0",
8282
]
8383
http2kafka = [
84-
"fastapi~=0.135.2",
84+
"fastapi>=0.135.2,<0.137.0",
8585
# starlette 1.0.0 break cookies
8686
"starlette<1.0",
8787
"uvicorn>=0.42,<0.45",

0 commit comments

Comments
 (0)