Skip to content

Commit

Permalink
pin cdk version (#21708)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Reuter authored Jan 23, 2023
1 parent e93a463 commit e844d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-connector-builder-server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
packages=find_packages(exclude=("unit_tests", "integration_tests", "docs")),
package_data={},
install_requires=["airbyte-cdk~=0.15", "fastapi", "uvicorn"],
install_requires=["airbyte-cdk==0.21.0", "fastapi", "uvicorn"],
python_requires=">=3.9.11",
extras_require={
"tests": [
Expand Down

0 comments on commit e844d73

Please sign in to comment.