mirror of
https://github.com/lancedb/lancedb.git
synced 2026-05-17 03:50:38 +00:00
fix(python): remove unmaintained ratelimiter dependency (#1603)
The `ratelimiter` package hasn't been updated in ages and is no longer maintained. This PR removes the dependency on `ratelimiter` and replaces it with a custom rate limiter implementation. --------- Co-authored-by: Will Jones <willjones127@gmail.com>
This commit is contained in:
committed by
GitHub
parent
bcc19665ce
commit
a405847f9b
@@ -4,7 +4,6 @@ name = "lancedb"
|
||||
dependencies = [
|
||||
"deprecation",
|
||||
"pylance==0.17.0",
|
||||
"ratelimiter~=1.0",
|
||||
"requests>=2.31.0",
|
||||
"retry>=0.9.2",
|
||||
"tqdm>=4.27.0",
|
||||
|
||||
Reference in New Issue
Block a user