Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
girarda committed May 17, 2024
1 parent d294800 commit a26d5e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/source-s3/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ source-s3 = "source_s3.run:run"

[tool.poetry.dependencies.airbyte-cdk]
extras = [ "file-based",]
version = "4.5.15"
version = "^0.88.1"

[tool.poetry.dependencies.smart-open]
extras = [ "s3",]
version = "4.5.15"
version = "==5.1.0"

[tool.poetry.group.dev.dependencies]
pytest = "^6.1"
Expand Down

0 comments on commit a26d5e9

Please sign in to comment.