You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

lungo-cli

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lungo-cli - pypi Package Compare versions

Comparing version
0.5.11
to
0.5.12
+3
-3
PKG-INFO
Metadata-Version: 2.1
Name: lungo-cli
Version: 0.5.11
Version: 0.5.12
Summary: A user-friendly home lab setup designed for small-to-mid-scale on-premises hosting.

@@ -16,3 +16,3 @@ Home-page: https://github.com/raymond-u/lungo

Requires-Dist: jinja2 (>=3.1.4,<4.0.0)
Requires-Dist: packaging (>=24.1,<25.0)
Requires-Dist: packaging (>=24.2,<25.0)
Requires-Dist: platformdirs (>=4.3.6,<5.0.0)

@@ -22,3 +22,3 @@ Requires-Dist: pydantic-yaml (>=1.3.0,<2.0.0)

Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: typer (>=0.12.5,<0.13.0)
Requires-Dist: typer (>=0.13.0,<0.14.0)
Project-URL: Documentation, https://raymond-u.github.io/lungo/

@@ -25,0 +25,0 @@ Project-URL: Repository, https://github.com/raymond-u/lungo

@@ -6,3 +6,3 @@ [tool.black]

name = "lungo-cli"
version = "0.5.11"
version = "0.5.12"
description = "A user-friendly home lab setup designed for small-to-mid-scale on-premises hosting."

@@ -21,3 +21,3 @@ authors = ["raymond-u <36328498+raymond-u@users.noreply.github.com>"]

jinja2 = "^3.1.4"
packaging = "^24.1"
packaging = "^24.2"
platformdirs = "^4.3.6"

@@ -27,3 +27,3 @@ pydantic = { extras = ["email"], version = "^2.9.2" }

requests = "^2.32.3"
typer = "^0.12.5"
typer = "^0.13.0"

@@ -30,0 +30,0 @@ [tool.poetry.group.dev.dependencies]

@@ -15,3 +15,3 @@ from pathlib import Path

name="rstudio",
version="0.3.4",
version="0.3.5",
descriptive_name="RStudio",

@@ -40,3 +40,3 @@ description="RStudio as a Lungo plugin.",

"rstudio_password": self.settings.password or self.file_utils.read_text(self.password_file),
"rstudio_version": "4.4.2",
"rstudio_version": "4.4.1",
}

@@ -43,0 +43,0 @@

@@ -12,2 +12,3 @@ security:

showUpdate: false
enableAnalytics: false

@@ -14,0 +15,0 @@ endpoints:

@@ -10,3 +10,3 @@ from pathlib import Path

name="stirlingpdf",
version="0.2.1",
version="0.2.2",
descriptive_name="Stirling PDF",

@@ -13,0 +13,0 @@ description="Stirling PDF as a Lungo plugin.",

@@ -21,3 +21,3 @@ {

"@sveltejs/enhanced-img": "^0.3.10",
"@sveltejs/kit": "^2.7.7",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",

@@ -32,4 +32,4 @@ "@tailwindcss/typography": "^0.5.15",

"globals": "^15.12.0",
"json-schema-to-typescript": "^15.0.2",
"openapi-typescript": "^7.4.2",
"json-schema-to-typescript": "^15.0.3",
"openapi-typescript": "^7.4.3",
"postcss": "^8.4.47",

@@ -41,3 +41,3 @@ "postcss-load-config": "^4.0.2",

"svelte": "^4.2.19",
"svelte-check": "^4.0.5",
"svelte-check": "^4.0.6",
"tailwindcss": "^3.4.14",

@@ -44,0 +44,0 @@ "typescript": "^5.6.3",

Sorry, the diff of this file is too big to display