Skip to content

Commit

Permalink
remove constraint on sqlalchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
hirosassa committed Jan 19, 2025
1 parent f9819be commit 483aa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ common = [
"boto3>=1.11.0",
"pyhive[presto]==0.6.1",
"s3transfer>=0.3,<4.0",
"sqlalchemy<1.4",
"sqlalchemy",
"elasticsearch>=1.0.0,<2.0.0",
"psutil<4.0",
"mysql-connector-python>=8.0.12",
Expand Down

0 comments on commit 483aa25

Please sign in to comment.