Skip to content

Commit 5032ce7

Browse files
committed
chore(sdk/python): bump to 0.5.4b0 for release workflow testing
1 parent 151d384 commit 5032ce7

6 files changed

Lines changed: 11 additions & 8 deletions

File tree

sdk/js/.claude/settings.local.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
],
1818
"deny": []
1919
}
20-
}
20+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: © 2025 Phala Network <dstack@phala.network>
2+
3+
SPDX-License-Identifier: Apache-2.0

sdk/js/src/encrypt-env-vars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ export async function encryptEnvVars(envs: EnvVar[], publicKeyHex: string) {
6464
result.set(new Uint8Array(encrypted), publicKey.length + iv.length);
6565

6666
return uint8ArrayToHex(result);
67-
}
67+
}

sdk/js/tsconfig.browser.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"include": [
1313
"src/encrypt-env-vars.browser.ts",
14-
"src/get-compose-hash.browser.ts",
14+
"src/get-compose-hash.browser.ts",
1515
"src/verify-env-encrypt-public-key.browser.ts"
1616
],
1717
"exclude": ["node_modules", "**/*.test.ts"]
18-
}
18+
}

sdk/js/tsconfig.node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
},
1212
"include": ["src/**/*"],
1313
"exclude": ["node_modules", "**/*.test.ts", "src/*.browser.ts"]
14-
}
14+
}

sdk/python/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[project]
66
name = "dstack-sdk"
7-
version = "0.5.3"
7+
version = "0.5.4b0"
88
description = "dstack SDK for Python"
99
authors = [
1010
{name = "Leechael Yim", email = "yanleech@gmail.com"},
@@ -103,7 +103,7 @@ repository = "pypi"
103103
fmt = {composite = ["ruff format src/ tests/", "ruff check --fix src/ tests/"]}
104104
format = {composite = ["ruff format src/ tests/", "ruff check --fix src/ tests/"]}
105105

106-
# Linting scripts
106+
# Linting scripts
107107
lint = {composite = ["ruff check src/ tests/", "mypy src/"]}
108108
check = {composite = ["ruff check src/ tests/", "ruff format --check src/ tests/", "mypy src/"]}
109109

@@ -134,4 +134,4 @@ solana = [
134134
]
135135
ethereum = [
136136
"web3",
137-
]
137+
]

0 commit comments

Comments
 (0)