Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ authors = [
license = { text = "Apache License 2.0" }
requires-python = ">=3.10"
dependencies = [
"requests>=2.18.4",
"cachetools==4.2.0",
"aiohttp>=3.12.14,<=4",
"requests>=2.18.4,<3",
"cachetools>=4.2,<8",
"aiohttp>=3,<4",
Comment thread
socketz marked this conversation as resolved.
]

[project.urls]
Expand Down
6 changes: 3 additions & 3 deletions uv.lock

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

Loading