Skip to content

Commit 8891377

Browse files
committed
[TEMPLATE] add FastAPI-fastkit dependency at all templates
1 parent 26ef37c commit 8891377

File tree

16 files changed

+24
-8
lines changed

16 files changed

+24
-8
lines changed

src/fastapi_fastkit/fastapi_project_template/fastapi-async-crud/pyproject.toml-tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
]
88
readme = "README.md"
99
license = "MIT"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.12"
1111
dependencies = [
1212
"fastapi>=0.115.8",
1313
"uvicorn[standard]>=0.34.0",
@@ -16,6 +16,7 @@ dependencies = [
1616
"SQLAlchemy>=2.0.38",
1717
"python-dotenv>=1.0.1",
1818
"aiofiles>=24.1.0",
19+
"fastapi-fastkit>=1.1.5",
1920
]
2021

2122
[project.optional-dependencies]

src/fastapi_fastkit/fastapi_project_template/fastapi-async-crud/requirements.txt-tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ uvloop==0.21.0
3434
watchfiles==1.0.4
3535
websockets==15.0
3636
aiofiles>=24.1.0
37+
FastAPI-fastkit==1.1.5

src/fastapi_fastkit/fastapi_project_template/fastapi-custom-response/pyproject.toml-tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
]
88
readme = "README.md"
99
license = "MIT"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.12"
1111
dependencies = [
1212
"fastapi>=0.115.8",
1313
"uvicorn[standard]>=0.34.0",
@@ -16,6 +16,7 @@ dependencies = [
1616
"SQLAlchemy>=2.0.38",
1717
"python-dotenv>=1.0.1",
1818
"aiofiles>=24.1.0",
19+
"fastapi-fastkit>=1.1.5",
1920
]
2021

2122
[project.optional-dependencies]

src/fastapi_fastkit/fastapi_project_template/fastapi-custom-response/requirements.txt-tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ uvicorn==0.34.0
3434
uvloop==0.21.0
3535
watchfiles==1.0.4
3636
websockets==15.0
37+
FastAPI-fastkit==1.1.5

src/fastapi_fastkit/fastapi_project_template/fastapi-default/pyproject.toml-tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ authors = [
77
]
88
readme = "README.md"
99
license = "MIT"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.12"
1111
dependencies = [
1212
"fastapi>=0.115.8",
1313
"uvicorn[standard]>=0.34.0",
1414
"pydantic>=2.10.6",
1515
"pydantic-settings>=2.7.1",
1616
"SQLAlchemy>=2.0.38",
1717
"python-dotenv>=1.0.1",
18+
"fastapi-fastkit>=1.1.5",
1819
]
1920

2021
[project.optional-dependencies]

src/fastapi_fastkit/fastapi_project_template/fastapi-default/requirements.txt-tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ uvicorn==0.34.0
3232
uvloop==0.21.0
3333
watchfiles==1.0.4
3434
websockets==15.0
35+
FastAPI-fastkit==1.1.5

src/fastapi_fastkit/fastapi_project_template/fastapi-dockerized/pyproject.toml-tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
]
88
readme = "README.md"
99
license = "MIT"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.12"
1111
dependencies = [
1212
"fastapi>=0.115.8",
1313
"uvicorn[standard]>=0.34.0",
@@ -16,6 +16,7 @@ dependencies = [
1616
"SQLAlchemy>=2.0.38",
1717
"sqlmodel>=0.0.22",
1818
"python-dotenv>=1.0.1",
19+
"fastapi-fastkit>=1.1.5",
1920
]
2021

2122
[project.optional-dependencies]

src/fastapi_fastkit/fastapi_project_template/fastapi-dockerized/requirements.txt-tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ uvicorn==0.34.0
3434
uvloop==0.21.0
3535
watchfiles==1.0.4
3636
websockets==15.0
37+
FastAPI-fastkit==1.1.5

src/fastapi_fastkit/fastapi_project_template/fastapi-empty/pyproject.toml-tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ authors = [
77
]
88
readme = "README.md"
99
license = "MIT"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.12"
1111
dependencies = [
1212
"fastapi>=0.115.8",
1313
"uvicorn[standard]>=0.34.0",
1414
"pydantic>=2.10.6",
1515
"pydantic-settings>=2.7.1",
16+
"fastapi-fastkit>=1.1.5",
1617
]
1718

1819
[project.optional-dependencies]

src/fastapi_fastkit/fastapi_project_template/fastapi-empty/requirements.txt-tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ black==25.1.0
88
isort==6.0.0
99
mypy==1.15.0
1010
setuptools==80.9.0
11+
FastAPI-fastkit==1.1.5

0 commit comments

Comments
 (0)