Skip to content

Commit

Permalink
Merge pull request #126 from ls1intum/py-package-update
Browse files Browse the repository at this point in the history
Poetry dependency updates
  • Loading branch information
FelixTJDietrich authored Oct 21, 2023
2 parents d06e17f + 11189cb commit 7e4e86b
Show file tree
Hide file tree
Showing 15 changed files with 5,020 additions and 4,226 deletions.
441 changes: 238 additions & 203 deletions assessment_module_manager/poetry.lock

Large diffs are not rendered by default.

450 changes: 231 additions & 219 deletions athena/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions athena/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ python = "^3.10"
fastapi = "^0.96.0"
uvicorn = "^0.23.0"
httpx = "^0.24.1"
gitpython = "^3.1.31"
sqlalchemy = {extras = ["mypy"], version = "^2.0.15"}
psycopg2 = "^2.9.6"
gitpython = "^3.1.37"
sqlalchemy = {extras = ["mypy"], version = "^2.0.21"}
psycopg2 = "^2.9.9"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
314 changes: 165 additions & 149 deletions log_viewer/poetry.lock

Large diffs are not rendered by default.

454 changes: 233 additions & 221 deletions module_example/poetry.lock

Large diffs are not rendered by default.

1,099 changes: 571 additions & 528 deletions module_programming_llm/poetry.lock

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions module_programming_llm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ python = "^3.10"
athena = {path = "../athena", develop = true}
openai = "^0.27.8"
langchain = "^0.0.267"
gitpython = "^3.1.37"
tiktoken = "^0.4.0"
promptlayer = "^0.1.85"
python-dotenv = "^1.0.0"
nltk = "^3.8.1"
gitpython = "^3.1.31"
replicate = "^0.11.0"
tiktoken = "^0.4.0"

[tool.poetry.scripts]
module = "athena:run_module"
Expand Down
2,038 changes: 1,195 additions & 843 deletions module_programming_themisml/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion module_programming_themisml/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.10"
athena = {path = "../athena", develop = true}
antlr4-python3-runtime = "^4.13.0"
antlr4-python3-runtime = "^4.13.1"
code-bert-score = "^0.4.1"

[tool.poetry.scripts]
Expand Down
676 changes: 346 additions & 330 deletions module_text_cofee/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion module_text_cofee/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.10"
protobuf = "^4.23.2"
protobuf = "^4.24.4"
requests = "^2.31.0"

[tool.poetry.dev-dependencies]
Expand Down
1,302 changes: 618 additions & 684 deletions module_text_llm/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion module_text_llm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ openai = "^0.27.8"
langchain = "^0.0.267"
python-dotenv = "^1.0.0"
nltk = "^3.8.1"
gitpython = "^3.1.31"
gitpython = "^3.1.37"
replicate = "^0.11.0"
tiktoken = "^0.4.0"

Expand Down
2,453 changes: 1,413 additions & 1,040 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module_programming_themisml = {path = "./module_programming_themisml", develop =
# start linter with `poetry run prospector`

[tool.poetry.group.dev.dependencies]
types-requests = "^2.31.0.0"
types-requests = "^2.31.0.8"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 7e4e86b

Please sign in to comment.