From c19309dd415782a38bcb27830f97b754bfc1d871 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Sun, 16 Jun 2024 13:58:59 -0400 Subject: [PATCH] Update pin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35db1b6e..d50eefc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ { name = "Jeremiah Lowin", email = "153965+jlowin@users.noreply.github.com" }, ] dependencies = [ - "prefect @ git+https://github.com/PrefectHQ/prefect.git@65a7a230f05de66fb1ded8795d73ca4a0581f9e8#egg=prefect", + "prefect @ git+https://github.com/PrefectHQ/prefect.git@controlflow#egg=prefect", "jinja2>=3.1.4", "langchain_core>=0.2.4", "langchain_openai>=0.1.8",