Skip to content

Commit

Permalink
chore: relaxing sqlalchemy versions to include 2.x. (Sinaptik-AI#859)
Browse files Browse the repository at this point in the history
* chore: Update pyproject.toml

Relaxing `sqlalchemy` requirements to allow usage of sqlalchemy 2.x.

* Update pyproject.toml
  • Loading branch information
leehanchung authored Jan 10, 2024
1 parent 5336ef1 commit b3254f6
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 @@ -16,7 +16,7 @@ openai = "<2"
ipython = "^8.13.1"
matplotlib = "^3.7.1"
pydantic = "^1"
sqlalchemy = "^1.4.49"
sqlalchemy = ">=1.4,<3"
duckdb = "^0.8.1"
faker = "^19.12.0"
beautifulsoup4 = {version="^4.12.2", optional = true}
Expand Down

0 comments on commit b3254f6

Please sign in to comment.