From d458235a0438e08cf38a65c4f210b2e7dea87c1c Mon Sep 17 00:00:00 2001 From: Ariel Menezes <69123486+ArielMAJ@users.noreply.github.com> Date: Tue, 2 Dec 2025 00:28:52 +0000 Subject: [PATCH 1/2] fix: adjust vercel build --- .vercelignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .vercelignore diff --git a/.vercelignore b/.vercelignore new file mode 100644 index 0000000..379863f --- /dev/null +++ b/.vercelignore @@ -0,0 +1,4 @@ +# Force Vercel to use requirements.txt instead of pyproject.toml +# See: https://github.com/vercel/vercel/issues/14041 +pyproject.toml +poetry.lock \ No newline at end of file From a946fb135f4637832fba1286e2d5c653764870df Mon Sep 17 00:00:00 2001 From: Ariel Menezes <69123486+ArielMAJ@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:30:05 -0300 Subject: [PATCH 2/2] Bump version to 2.0.4 in pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f7fea1..727b49d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi-backend-template" -version = "2.0.3" +version = "2.0.4" description = "A FastAPI backend template." authors = ["ArielMAJ "] readme = "README.md" @@ -45,3 +45,4 @@ omit = [ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" +