Skip to content

Commit e1260c4

Browse files
authored
Chore: Loosen version requirements to match Colab defaults (#97)
1 parent 9e5cc3e commit e1260c4

File tree

2 files changed

+14
-34
lines changed

2 files changed

+14
-34
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ python = ">=3.9,<4.0"
1818
airbyte-cdk = "^0.58.3"
1919
duckdb = "0.9.2" # TODO: Change to "^0.10.0" once supported by MotherDuck
2020
duckdb-engine = "0.9.2" # TODO: Change to "^0.10.0" once supported by MotherDuck
21-
google-auth = "^2.28.1"
22-
google-cloud-bigquery = "^3.17.2"
23-
jsonschema = "3.2.0"
21+
google-auth = ">=2.27.0,<3.0"
22+
google-cloud-bigquery = ">=3.12.0,<4.0"
23+
jsonschema = ">=3.2.0,<5.0"
2424
orjson = "^3.9.10"
2525
overrides = "^7.4.0"
26-
pandas = "2.1.4" # 2.2.0 breaks sqlalchemy interop - TODO: optionally retest higher versions
26+
pandas = ">=1.5.3,<=2.1.4" # 2.2.0 breaks sqlalchemy interop - TODO: optionally retest higher versions
2727
pendulum = "<=3.0.0"
2828
psycopg2-binary = "^2.9.9"
2929
# psycopg = {extras = ["binary", "pool"], version = "^3.1.16"}

0 commit comments

Comments
 (0)