Skip to content

Commit

Permalink
fix(deps): bump snowflake-connector-python upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Feb 20, 2023
1 parent 6151f37 commit b368b04
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ibis-backends-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
title: Snowflake + PyArrow
randomly-seed: false
deps:
- "'snowflake-connector-python[pandas]<3'"
- "snowflake-connector-python[pandas]"
- "--optional"
- "snowflake-sqlalchemy[pandas]"
- "--optional"
Expand Down
66 changes: 40 additions & 26 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 @@ -73,7 +73,7 @@ shapely = { version = ">=1.6,<1.8|>=1.9,<3", optional = true }
# appears to cause poetry's solver to get stuck
#
# also, we don't support arbitrarily old versions of this library
snowflake-connector-python = { version = ">=2.7.10,<3", optional = true }
snowflake-connector-python = { version = ">=2.7.10,<4", optional = true }
snowflake-sqlalchemy = { version = ">=1.4.1,<2", optional = true }
sqlalchemy = { version = ">=1.4,<3", optional = true }
sqlalchemy-views = { version = ">=0.3.1,<1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt

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

0 comments on commit b368b04

Please sign in to comment.