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"