Merge pull request #34 from remnawave:development

Update version to 2.3.2rc2 and clean up NodeDto
This commit is contained in:
Artem 2025-12-15 21:32:52 +01:00 committed by GitHub
commit d7e2a0eecd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "remnawave"
version = "2.3.2rc1"
version = "2.3.2rc2"
description = "A Python SDK for interacting with the Remnawave API v2.3.2."
authors = [
{name = "Artem",email = "dev@forestsnet.com"}

View file

@ -219,8 +219,6 @@ class NodeDto(BaseModel):
is_connected: bool
is_connecting: bool
is_disabled: bool
is_node_online: bool
is_xray_running: bool
last_status_change: Optional[datetime] = None
last_status_message: Optional[str] = None