Skip to content

Commit ff38fbf

Browse files
authored
Fix: Mark google secrets library as a main dependency (#189)
1 parent 740deeb commit ff38fbf

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

poetry.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ duckdb = "0.9.2" # TODO: Change to "^0.10.0" once support
2020
duckdb-engine = "0.9.2" # TODO: Change to "^0.10.0" once supported by MotherDuck
2121
google-auth = ">=2.27.0,<3.0"
2222
google-cloud-bigquery = ">=3.12.0,<4.0"
23+
google-cloud-secret-manager = "^2.17.0"
2324
jsonschema = ">=3.2.0,<5.0"
2425
orjson = "3.9.15"
2526
overrides = "^7.4.0"
@@ -54,7 +55,6 @@ pytest-docker = "^2.0.1"
5455
pytest-mypy = "^0.10.3"
5556
ruff = "^0.1.11"
5657
types-jsonschema = "^4.20.0.0"
57-
google-cloud-secret-manager = "^2.17.0"
5858
types-requests = "2.31.0.4"
5959
freezegun = "^1.4.0"
6060
airbyte-source-faker = "^6.0.0"

0 commit comments

Comments
 (0)