Skip to content

Commit

Permalink
update the cdk to use the latest version of the protocol (#33340)
Browse files Browse the repository at this point in the history
  • Loading branch information
flutra-osmani authored Dec 12, 2023
1 parent 8bd60a9 commit 0c23a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-cdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
packages=find_packages(exclude=("unit_tests",)),
package_data={"airbyte_cdk": ["py.typed", "sources/declarative/declarative_component_schema.yaml"]},
install_requires=[
"airbyte-protocol-models==0.4.2",
"airbyte-protocol-models==0.5.1",
"backoff",
"dpath~=2.0.1",
"isodate~=0.6.1",
Expand Down

0 comments on commit 0c23a98

Please sign in to comment.