Skip to content

Commit

Permalink
Merge pull request #18 from Harborn-digital/RonRademaker-patch-1
Browse files Browse the repository at this point in the history
Update pyproject.toml
  • Loading branch information
RonRademaker committed Feb 16, 2024
2 parents c1bc0fe + cd32087 commit 575beea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8"
sqlalchemy = ">=1.0.16, < 1.4"
sqlalchemy = ">=1.0.16, < 2.0"
six = "^1.16.0"
mysql-connector-python-rf = { version = "2.2.2", optional = true }
psycopg2-binary = { version = "2.9.1", optional = true }
Expand All @@ -30,4 +30,4 @@ mysql = ["mysql-connector-python-rf"]
postgresql = ["psycopg2-binary"]

[tool.poe.tasks]
test = "pytest test"
test = "pytest test"

0 comments on commit 575beea

Please sign in to comment.