Skip to content

Commit

Permalink
chore(deps): remove undefined exasol extra from sqlalchemy-exasol
Browse files Browse the repository at this point in the history
… dependency
  • Loading branch information
cpcloud committed Jan 28, 2024
1 parent 11cffcd commit ea036d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ shapely = { version = ">=2,<3", optional = true }
snowflake-connector-python = { version = ">=3.0.2,<4,!=3.3.0b1", optional = true }
snowflake-sqlalchemy = { version = ">=1.4.1,<2", optional = true }
sqlalchemy = { version = ">=1.4,<3", optional = true }
sqlalchemy-exasol = { version = ">=4.6.0", optional = true, extras = [
"exasol",
] }
sqlalchemy-exasol = { version = ">=4.6.0", optional = true }
sqlalchemy-views = { version = ">=0.3.1,<1", optional = true }
trino = { version = ">=0.321,<1", optional = true, extras = ["sqlalchemy"] }

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ snowflake-sqlalchemy==1.5.1 ; python_version >= "3.9" and python_version < "4.0"
sortedcontainers==2.4.0 ; python_version >= "3.9" and python_version < "4.0"
soupsieve==2.5 ; python_version >= "3.10" and python_version < "3.13"
sphobjinv==2.3.1 ; python_version >= "3.10" and python_version < "3.13"
sqlalchemy-exasol[exasol]==4.6.3 ; python_version >= "3.9" and python_version < "4.0"
sqlalchemy-exasol==4.6.3 ; python_version >= "3.9" and python_version < "4.0"
sqlalchemy-views==0.3.2 ; python_version >= "3.9" and python_version < "4.0"
sqlalchemy==1.4.51 ; python_version >= "3.9" and python_version < "4.0"
sqlglot==20.8.0 ; python_version >= "3.9" and python_version < "4.0"
Expand Down

0 comments on commit ea036d5

Please sign in to comment.