From 2093bfeb83293ac868ae6c56fd1d5ff804390a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Kali=C5=84ski?= <47140412+KaQuMiQ@users.noreply.github.com> Date: Fri, 3 Jan 2025 10:54:36 +0100 Subject: [PATCH] Update example --- examples/fastAPI/uv.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/fastAPI/uv.lock b/examples/fastAPI/uv.lock index 89fc6fc..3382479 100644 --- a/examples/fastAPI/uv.lock +++ b/examples/fastAPI/uv.lock @@ -119,7 +119,7 @@ wheels = [ [[package]] name = "haiway" version = "0.8.0" -source = { git = "https://github.com/miquido/haiway?rev=feature%2Fcontext_metrics#8e29a062528f2d2357b1c5497d9ac4594e40e8c1" } +source = { git = "https://github.com/miquido/haiway?rev=main#59ea86f979f737d11be20d53ff53f726dd128d0e" } [[package]] name = "haiway-fastapi" @@ -147,7 +147,7 @@ server = [ [package.metadata] requires-dist = [ { name = "asyncpg", specifier = "~=0.30" }, - { name = "haiway", git = "https://github.com/miquido/haiway?rev=feature%2Fcontext_metrics" }, + { name = "haiway", git = "https://github.com/miquido/haiway?rev=main" }, { name = "httpx", specifier = "~=0.28.0" }, ]