Skip to content

Commit

Permalink
feat: add cchardet dependency for Python versions < 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
staciax committed Jan 6, 2025
1 parent 9bb9792 commit 8f5bc47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies = [
"pyyaml>=6.0.2,<7.0.0",
"anyio>=4.8.0,<5.0.0",
"pygit2>=1.16.0,<2.0.0",
"cchardet==2.2.0a2; python_version < '3.14'",
]

[dependency-groups]
Expand Down
8 changes: 8 additions & 0 deletions uv.lock

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

0 comments on commit 8f5bc47

Please sign in to comment.