Skip to content

Commit

Permalink
Chore: Loosen version requirements to match Colab defaults (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers authored Mar 5, 2024
1 parent 9e5cc3e commit e1260c4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 34 deletions.
40 changes: 10 additions & 30 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ python = ">=3.9,<4.0"
airbyte-cdk = "^0.58.3"
duckdb = "0.9.2" # TODO: Change to "^0.10.0" once supported by MotherDuck
duckdb-engine = "0.9.2" # TODO: Change to "^0.10.0" once supported by MotherDuck
google-auth = "^2.28.1"
google-cloud-bigquery = "^3.17.2"
jsonschema = "3.2.0"
google-auth = ">=2.27.0,<3.0"
google-cloud-bigquery = ">=3.12.0,<4.0"
jsonschema = ">=3.2.0,<5.0"
orjson = "^3.9.10"
overrides = "^7.4.0"
pandas = "2.1.4" # 2.2.0 breaks sqlalchemy interop - TODO: optionally retest higher versions
pandas = ">=1.5.3,<=2.1.4" # 2.2.0 breaks sqlalchemy interop - TODO: optionally retest higher versions
pendulum = "<=3.0.0"
psycopg2-binary = "^2.9.9"
# psycopg = {extras = ["binary", "pool"], version = "^3.1.16"}
Expand Down

0 comments on commit e1260c4

Please sign in to comment.