Skip to content

Commit 24c0c79

Browse files
add references for backwards compatibility
1 parent bafa464 commit 24c0c79

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/parallel/types/beta/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
from .task_group_create_params import TaskGroupCreateParams as TaskGroupCreateParams
4343
from .task_group_events_params import TaskGroupEventsParams as TaskGroupEventsParams
4444
from .task_run_events_response import TaskRunEventsResponse as TaskRunEventsResponse
45+
from .findall_retrieve_response import FindallRetrieveResponse as FindallRetrieveResponse
4546
from .task_group_add_runs_params import TaskGroupAddRunsParams as TaskGroupAddRunsParams
4647
from .task_group_events_response import TaskGroupEventsResponse as TaskGroupEventsResponse
4748
from .task_group_get_runs_params import TaskGroupGetRunsParams as TaskGroupGetRunsParams
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from .findall_run import FindallRun
2+
3+
# for backwards compatibility with v0.3.4
4+
FindallRetrieveResponse = FindallRun

0 commit comments

Comments
 (0)