Skip to content

Commit

Permalink
chore(deps): add larger upper bound to pyodbc constraints (#418)
Browse files Browse the repository at this point in the history
* chore(deps): add larger upper bound to pyodbc constraints
* chore(deps): upgrade pyodbc in the lock file

---------
Co-authored-by: Nicola Coretti <[email protected]>
  • Loading branch information
cpcloud authored Dec 20, 2023
1 parent 7bff943 commit 5d4eb34
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 43 deletions.
78 changes: 37 additions & 41 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ exclude = []

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
pyodbc = "^4.0.34"
pyodbc = ">=4.0.34,<6"
packaging = ">=21.3"
pyexasol = "^0.25.1"
sqlalchemy = ">=1.4,<2"
Expand Down Expand Up @@ -136,4 +136,4 @@ ignore_missing_imports = true

[tool.scriv]
new_fragment_template = "file: templates/fragment-template.rst"
version = "literal: pyproject.toml: tool.poetry.version"
version = "literal: pyproject.toml: tool.poetry.version"

0 comments on commit 5d4eb34

Please sign in to comment.