From 21a8b9f687d82160f805b111fc63b4881bff65a7 Mon Sep 17 00:00:00 2001 From: Gowtham Rao Date: Sun, 17 May 2026 18:01:58 -0400 Subject: [PATCH] chore: update project dependencies in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3ea9dbe..275ed0aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.14" authors = [{ name = "Gowtham A Rao", email = "gowtham.rao@coreason.ai" }] dependencies = [ "aiohttp>=3.13.4", - "coreason-manifest==0.77.0", + "coreason-manifest==0.79.0", "cytoolz>=1.1.0", "fastapi>=0.135.2", "httpx>=0.28.1",