Skip to content

Commit 723f940

Browse files
committed
remove extra dependencies and make AbstractStream no longer experimental
1 parent e5bc81c commit 723f940

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

airbyte_cdk/sources/declarative/concurrent_declarative_source.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
Mapping,
1717
Optional,
1818
Set,
19-
Union,
2019
)
2120

2221
import orjson

airbyte_cdk/sources/streams/concurrent/abstract_stream.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
from airbyte_cdk.sources.streams.concurrent.partitions.partition import Partition
1515

1616

17-
@deprecated(
18-
"This class is experimental. Use at your own risk.",
19-
category=ExperimentalClassWarning,
20-
)
2117
class AbstractStream(ABC):
2218
"""
2319
AbstractStream is an experimental interface for streams developed as part of the Concurrent CDK.

0 commit comments

Comments
 (0)