From 2d12f566fa14d17c77264b1be1f220fc4bafd625 Mon Sep 17 00:00:00 2001 From: Maximilian Soelch Date: Sat, 28 Sep 2024 14:32:36 +0200 Subject: [PATCH] Update core athena version in text and modeling llm --- modules/modeling/module_modeling_llm/pyproject.toml | 2 +- modules/text/module_text_llm/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/modeling/module_modeling_llm/pyproject.toml b/modules/modeling/module_modeling_llm/pyproject.toml index 16f8d9f3..6aa41cf9 100644 --- a/modules/modeling/module_modeling_llm/pyproject.toml +++ b/modules/modeling/module_modeling_llm/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.11.*" -athena = { git = "https://github.com/ls1intum/Athena.git", rev = "7678f60343caf2489116c331cbe5ac253d1a4d07", subdirectory = "athena"} +athena = { git = "https://github.com/ls1intum/Athena.git", rev = "2da2d33", subdirectory = "athena"} openai = "1.42.0" langchain = "0.2.15" python-dotenv = "1.0.0" diff --git a/modules/text/module_text_llm/pyproject.toml b/modules/text/module_text_llm/pyproject.toml index 3f3d43ab..6a7fc64e 100644 --- a/modules/text/module_text_llm/pyproject.toml +++ b/modules/text/module_text_llm/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.11.*" -athena = {path = "../../../athena", develop = true} +athena = { git = "https://github.com/ls1intum/Athena.git", rev = "2da2d33", subdirectory = "athena"} replicate = "^0.11.0" langsmith = ">=0.1.0,<0.2.0" gitpython = "3.1.41"