Skip to content

Commit 246468a

Browse files
authored
Add support for workflow invocations (#42)
* Add `workflows` module that contains the "invoke" and "invoke for external user" cases already present in the existing TypeScript SDK * Document the new functionality in the reference doc * Bump major version (release candidate)
1 parent 3074672 commit 246468a

File tree

8 files changed

+803
-237
lines changed

8 files changed

+803
-237
lines changed

.fernignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
.gitignore
55
LICENSE
66

7+
src/pipedream/__init__.py
78
src/pipedream/pipedream.py
89
src/pipedream/proxy/client.py
10+
src/pipedream/workflows/**/*

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pipedream"
33

44
[tool.poetry]
55
name = "pipedream"
6-
version = "0.3.4"
6+
version = "1.0rc1"
77
description = ""
88
readme = "README.md"
99
authors = []

0 commit comments

Comments
 (0)