From f78e3ec71bb299a4fc40107a62e28a21116ad70a Mon Sep 17 00:00:00 2001 From: Aapo Rista Date: Tue, 23 Jan 2024 10:15:38 +0200 Subject: [PATCH] Update pyproject.toml Bump fvhiot to v1.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83018a7..7202ac0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ readme = "README.md" requires-python = ">=3.10" version = "v0.1.1" dependencies = [ - "fvhiot[kafka]@https://github.com/ForumViriumHelsinki/FVHIoT-python/archive/refs/tags/v1.0.0.zip", + "fvhiot[kafka]@https://github.com/ForumViriumHelsinki/FVHIoT-python/archive/refs/tags/v1.0.2.zip", "httpx", "kafka-python", "pydantic",