From eb700290d744268910286b4d2ebcdcaf96c68fc4 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 14 Nov 2024 17:28:49 +0100 Subject: [PATCH] python313Packages.aiogram: 3.13.1 -> 3.14.0 https://github.com/aiogram/aiogram/releases/tag/v3.14.0 --- pkgs/development/python-modules/aiogram/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/aiogram/default.nix b/pkgs/development/python-modules/aiogram/default.nix index afd1bcd6258f..c34ff9464cd3 100644 --- a/pkgs/development/python-modules/aiogram/default.nix +++ b/pkgs/development/python-modules/aiogram/default.nix @@ -42,6 +42,8 @@ buildPythonPackage rec { build-system = [ hatchling ]; + pythonRelaxDeps = [ "aiohttp" ]; + dependencies = [ aiofiles aiohttp