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 (#2856)
  • Loading branch information
edgarrmondragon authored Jan 31, 2025
1 parent 7314a78 commit 7529cbf
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
6 changes: 3 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
46 changes: 23 additions & 23 deletions uv.lock

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

0 comments on commit 7529cbf

Please sign in to comment.