File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.49 .0
2
+ current_version = 0.50 .0
3
3
commit = False
4
4
5
5
[bumpversion:file:setup.py]
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.50.0
4
+ Low code CDK: Decouple SimpleRetriever and HttpStream
5
+
3
6
## 0.49.0
4
7
Add utils for embedding sources in other Python applications
5
8
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN apk --no-cache upgrade \
10
10
&& apk --no-cache add tzdata build-base
11
11
12
12
# install airbyte-cdk
13
- RUN pip install --prefix=/install airbyte-cdk==0.49 .0
13
+ RUN pip install --prefix=/install airbyte-cdk==0.50 .0
14
14
15
15
# build a clean environment
16
16
FROM base
@@ -32,5 +32,5 @@ ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
32
32
ENTRYPOINT ["python" , "/airbyte/integration_code/main.py" ]
33
33
34
34
# needs to be the same as CDK
35
- LABEL io.airbyte.version=0.49 .0
35
+ LABEL io.airbyte.version=0.50 .0
36
36
LABEL io.airbyte.name=airbyte/source-declarative-manifest
Original file line number Diff line number Diff line change 21
21
name = "airbyte-cdk" ,
22
22
# The version of the airbyte-cdk package is used at runtime to validate manifests. That validation must be
23
23
# updated if our semver format changes such as using release candidate versions.
24
- version = "0.49 .0" ,
24
+ version = "0.50 .0" ,
25
25
description = "A framework for writing Airbyte Connectors." ,
26
26
long_description = README ,
27
27
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments