Skip to content

Commit 75bf7dd

Browse files
authored
fix: update limits dependency for rate limit concurrency issues (#21)
1 parent 23e8626 commit 75bf7dd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
[tool.poetry.dependencies]
1515
python = "^3.12"
1616
nodestream = "^0.14"
17-
limits = "^4.0.1"
17+
limits = "^4.4.5"
1818
tenacity = "^9.0.0"
1919
httpx = ">=0.27,<0.28"
2020

0 commit comments

Comments
 (0)