Skip to content

Commit

Permalink
packaging: Remove some upper Python version constraints from dependen…
Browse files Browse the repository at this point in the history
…cies
  • Loading branch information
edgarrmondragon committed Jan 31, 2025
1 parent 7314a78 commit 6c072d9
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 63 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ license-files = ["LICENSE"]
requires-python = ">=3.9"

dependencies = [
'backoff>=2.0.0; python_version<"4"',
'backoff>=2.0.0',
'backports-datetime-fromisoformat>=2.0.1; python_version<"3.11"',
"click~=8.0",
"fs>=2.4.16",
Expand Down Expand Up @@ -119,7 +119,7 @@ dev = [
"coverage[toml]>=7.4",
"deptry>=0.15.0",
"duckdb>=0.8.0",
"duckdb-engine>=0.9.4; python_version<'4'",
"duckdb-engine>=0.9.4",
"fastjsonschema>=2.19.1",
"moto>=5.0.14",
"pytest-benchmark>=4.0.0",
Expand Down Expand Up @@ -324,7 +324,7 @@ select = [
"A", # flake8-builtins
"COM", # flake8-commas
"C4", # flake8-comprehensions
"DTZ", # flake8-datetimezs
"DTZ", # flake8-datetimez
"T10", # flake8-debugger
"EM", # flake8-errmsg
"FA", # flake8-future-annotations
Expand Down Expand Up @@ -420,6 +420,7 @@ convention = "google"
max-args = 9

[tool.uv]
prerelease = "allow"
required-version = ">=0.5.19"

[tool.codespell]
Expand Down
Loading

0 comments on commit 6c072d9

Please sign in to comment.