From 924a83966da0e90154e2a8afb93034473a36891f Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sat, 11 Mar 2023 17:42:36 +0200 Subject: [PATCH] Update butcher - Added deprecation mechanism to schema and codegen --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3855ca10..6f76173e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -148,7 +148,7 @@ features = [ "test", ] extra-dependencies = [ - "butcher @ git+https://github.com/aiogram/butcher.git@v0.1.11" + "butcher @ git+https://github.com/aiogram/butcher.git@v0.1.12" ] [tool.hatch.envs.test]