From a6e908157c206a64d79253eafbf7c777d09133c5 Mon Sep 17 00:00:00 2001 From: Izalia Mae Date: Thu, 13 Feb 2025 16:05:33 -0500 Subject: [PATCH] fix dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9d85663..ee29123 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,8 +26,8 @@ dependencies = [ "activitypub-utils >= 0.3.2, < 0.4", "aiohttp >= 3.9.5", "argon2-cffi == 23.1.0", - "barkshark-lib >= 0.2.3, < 0.3.0", - "barkshark-sql >= 0.2.5, < 0.3.0", + "barkshark-lib >= 0.2.5, < 0.3.0", + "barkshark-sql >= 0.2.0, < 0.3.0", "click == 8.1.2", "docstring-parser == 0.16", "hamlish == 0.4.0",