diff --git a/modules/programming/module_example/pyproject.toml b/modules/programming/module_example/pyproject.toml index 4053d7037..69b85e19f 100644 --- a/modules/programming/module_example/pyproject.toml +++ b/modules/programming/module_example/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "3.11.*" # if you have local changes in the common Athena module, use the line below. Otherwise, please use a VCS stable version. Also, a version with tag = "" is possible. # athena = { path = "../athena", develop = true } -athena = { git = "https://github.com/ls1intum/Athena.git", rev = "ccd00cf8346e76738a66e7f4cf04c84aa4cb4378", subdirectory = "athena"} +athena = { git = "https://github.com/ls1intum/Athena.git", rev = "bbb2bb0", subdirectory = "athena"} [tool.poetry.group.dev.dependencies] types-requests = "^2.31.0.8" diff --git a/modules/programming/module_programming_themisml/pyproject.toml b/modules/programming/module_programming_themisml/pyproject.toml index 373956ee6..2195ac1d1 100644 --- a/modules/programming/module_programming_themisml/pyproject.toml +++ b/modules/programming/module_programming_themisml/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "3.11.*" # if you have local changes in the common Athena module, use the line below. Otherwise, please use a VCS stable version. Also, a version with tag = "" is possible. # athena = { path = "../athena", develop = true } -athena = { git = "https://github.com/ls1intum/Athena.git", rev = "ccd00cf8346e76738a66e7f4cf04c84aa4cb4378", subdirectory = "athena"} +athena = { git = "https://github.com/ls1intum/Athena.git", rev = "bbb2bb0", subdirectory = "athena"} antlr4-python3-runtime = "^4.13.1" code-bert-score = "^0.4.1" torch = [ diff --git a/modules/text/module_text_cofee/pyproject.toml b/modules/text/module_text_cofee/pyproject.toml index b442e8148..3492f5c98 100644 --- a/modules/text/module_text_cofee/pyproject.toml +++ b/modules/text/module_text_cofee/pyproject.toml @@ -13,7 +13,7 @@ requests = "^2.31.0" [tool.poetry.dev-dependencies] # if you have local changes in the common Athena module, use the line below. Otherwise, please use a VCS stable version. Also, a version with tag = "" is possible. # athena = { path = "../athena", develop = true } -athena = { git = "https://github.com/ls1intum/Athena.git", rev = "ccd00cf8346e76738a66e7f4cf04c84aa4cb4378", subdirectory = "athena"} +athena = { git = "https://github.com/ls1intum/Athena.git", rev = "bbb2bb0", subdirectory = "athena"} pydantic = "1.10.17" prospector = "^1.10.2"