Skip to content

Commit

Permalink
Fix: Mark google secrets library as a main dependency (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers authored Apr 12, 2024
1 parent 740deeb commit ff38fbf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ duckdb = "0.9.2" # TODO: Change to "^0.10.0" once support
duckdb-engine = "0.9.2" # TODO: Change to "^0.10.0" once supported by MotherDuck
google-auth = ">=2.27.0,<3.0"
google-cloud-bigquery = ">=3.12.0,<4.0"
google-cloud-secret-manager = "^2.17.0"
jsonschema = ">=3.2.0,<5.0"
orjson = "3.9.15"
overrides = "^7.4.0"
Expand Down Expand Up @@ -54,7 +55,6 @@ pytest-docker = "^2.0.1"
pytest-mypy = "^0.10.3"
ruff = "^0.1.11"
types-jsonschema = "^4.20.0.0"
google-cloud-secret-manager = "^2.17.0"
types-requests = "2.31.0.4"
freezegun = "^1.4.0"
airbyte-source-faker = "^6.0.0"
Expand Down

0 comments on commit ff38fbf

Please sign in to comment.