Skip to content

Commit

Permalink
update dependencies: controller, frontend, flake
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga authored and MSchmoecker committed Oct 27, 2024
1 parent b0283d2 commit f0743fa
Show file tree
Hide file tree
Showing 6 changed files with 1,340 additions and 2,407 deletions.
681 changes: 346 additions & 335 deletions controller/poetry.lock

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions controller/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.12"
fastapi = "^0.112.0"
fastapi = "^0.115.3"
pydantic = "^2.8.2"
uvicorn = "^0.30.6"
uvicorn = "^0.32.0"
jinja2 = "^3.1.4"
python-dotenv = "^1.0.1"
websockets = "^12.0"
websockets = "^13.1"
gitpython = "^3.1.41"
packaging = "^24.0"
httpx = "^0.27.0"
psutil = "^6.0.0"
pydantic-settings = "^2.4.0"
psutil = "^6.1.0"
pydantic-settings = "^2.6.0"
alembic = "^1.13.2"
sqlalchemy = "^2.0.32"
python-multipart = "^0.0.9"
sqlalchemy = "^2.0.36"
python-multipart = "^0.0.12"
paramiko = "^3.5.0"

[tool.poetry.group.enterprise]
Expand Down
84 changes: 42 additions & 42 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildNpmPackage {
pname = "thymis-frontend";
version = "0.0.1";
src = ./.;
npmDepsHash = "sha256-R/KXGZG9H4Tb0sK+ti+o1hgiTec5turFqf7qv2wKQ7g=";
npmDepsHash = "sha256-FYbyxT/d9MdraeGTCD4WziBbeE530h5Bv+bvcrCHU7A=";
postInstall = ''
mkdir -p $packageOut/build
cp -r ./build/* $packageOut/build
Expand Down
Loading

0 comments on commit f0743fa

Please sign in to comment.