From 6180443327d58f224d549982614ad3d260727121 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Sun, 11 Jan 2026 18:43:04 +0530 Subject: [PATCH] =?UTF-8?q?v0.0.3=20=E2=80=94=20Introduces=20an=20OpenAPI-?= =?UTF-8?q?first=20HTTP=20client,=20updates=20documentation=20and=20templa?= =?UTF-8?q?tes=20to=20use=20operationId-based=20calls,=20and=20adds=20http?= =?UTF-8?q?x=20as=20a=20client-side=20dependency.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 417dd3f..adacf92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "openapi-first" -version = "0.0.2" +version = "0.0.3" description = "Strict OpenAPI-first application bootstrap for FastAPI." readme = "README.md" requires-python = ">=3.10"