Skip to content

Commit

Permalink
Merge pull request #959 from judahrand/relax-packaging
Browse files Browse the repository at this point in the history
fix: relax pin on `packaging`
  • Loading branch information
Mause authored Apr 16, 2024
2 parents acfe7d2 + 9eca3c4 commit afb4715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repository = "https://github.com/Mause/duckdb_engine"
python = ">=3.8,<4"
duckdb = ">=0.5.0"
sqlalchemy = ">=1.3.22"
packaging = "^21"
packaging = ">=21"

[tool.poetry.group.dev.dependencies]
numpy = "*"
Expand Down

0 comments on commit afb4715

Please sign in to comment.