Skip to content

Commit fd02154

Browse files
chore: sync SDK v7.15.0 from core
1 parent 78e7f3b commit fd02154

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

openapi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16075,7 +16075,8 @@
1607516075
"status": {
1607616076
"description": "The status of the workflow run",
1607716077
"enum": [
16078-
"canceled"
16078+
"canceled",
16079+
"canceling"
1607916080
],
1608016081
"type": "string"
1608116082
}

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "parallelworks-client"
7-
version = "7.14.0"
7+
version = "7.15.0"
88
description = "Official Python SDK for Parallel Works ACTIVATE"
99
readme = "README.md"
1010
requires-python = ">=3.9"

typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parallelworks/client",
3-
"version": "7.14.0",
3+
"version": "7.15.0",
44
"description": "Official TypeScript client for Parallel Works ACTIVATE API",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)