Skip to content

Commit

Permalink
ci_credentials: add cryptography back 🙈 (airbytehq#36614)
Browse files Browse the repository at this point in the history
  • Loading branch information
natikgadzhi authored and nurikk-sa committed Apr 4, 2024
1 parent decf319 commit 0ec2ddb
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 2 deletions.
131 changes: 130 additions & 1 deletion airbyte-ci/connectors/ci_credentials/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion airbyte-ci/connectors/ci_credentials/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ packages = [{ include = "ci_credentials" }]

[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.28.2"
requests = "^2.31"
cryptography = ">=42.0"
click = "^8.1.3"
pyyaml = "^6.0"
common_utils = { path = "../common_utils", develop = true }
Expand Down

0 comments on commit 0ec2ddb

Please sign in to comment.