Skip to content

Commit 84a70f2

Browse files
authored
Merge pull request #247 from carlosplanchon/python314
chore(deps) Updating necessary dependencies for FastAPI-Boilerplate to work on Python 3.14.
2 parents 54d3173 + 1e75140 commit 84a70f2

2 files changed

Lines changed: 139 additions & 100 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ readme = "README.md"
88
requires-python = ">=3.11, <4"
99
dependencies = [
1010
"python-dotenv>=1.0.0",
11-
"pydantic[email]>=2.6.1",
11+
"pydantic[email]>=2.12.5",
1212
"fastapi>=0.109.1",
1313
"uvicorn>=0.27.0",
1414
"uvloop>=0.19.0",
15-
"httptools>=0.6.1",
15+
"httptools>=0.7.1",
1616
"uuid>=1.30",
1717
"uuid6>=2024.1.12",
1818
"alembic>=1.13.1",
@@ -23,7 +23,7 @@ dependencies = [
2323
"python-multipart>=0.0.9",
2424
"greenlet>=2.0.2",
2525
"httpx>=0.26.0",
26-
"pydantic-settings>=2.0.3",
26+
"pydantic-settings>=2.12.0",
2727
"redis>=5.0.1",
2828
"arq>=0.25.0",
2929
"bcrypt>=4.1.1",

0 commit comments

Comments
 (0)