Skip to content

Commit 1af3d80

Browse files
committed
⬆️ v0.2.6 - update deps + fix tenacity deps issue
1 parent fd3edf9 commit 1af3d80

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "codeboxapi"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
description = "CodeBox gives you an easy scalable and isolated python interpreter for your LLM Agents."
55
keywords = [
66
"codeboxapi",
@@ -15,7 +15,7 @@ keywords = [
1515
"agent sandbox",
1616
]
1717
authors = [{ name = "Shroominic", email = "contact@shroominic.com" }]
18-
dependencies = ["httpx>=0.27"]
18+
dependencies = ["httpx>=0.27", "tenacity>=9.0.0"]
1919
readme = "README.md"
2020
requires-python = ">= 3.9"
2121
license = { text = "MIT" }

requirements.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,25 @@
1010
# universal: false
1111

1212
-e file:.
13-
anyio==4.6.2.post1
13+
anyio==4.8.0
1414
# via httpx
15-
certifi==2024.8.30
15+
certifi==2024.12.14
1616
# via httpcore
1717
# via httpx
1818
exceptiongroup==1.2.2
1919
# via anyio
2020
h11==0.14.0
2121
# via httpcore
22-
httpcore==1.0.6
22+
httpcore==1.0.7
2323
# via httpx
24-
httpx==0.27.2
24+
httpx==0.28.1
2525
# via codeboxapi
2626
idna==3.10
2727
# via anyio
2828
# via httpx
2929
sniffio==1.3.1
3030
# via anyio
31-
# via httpx
31+
tenacity==9.0.0
32+
# via codeboxapi
3233
typing-extensions==4.12.2
3334
# via anyio

0 commit comments

Comments
 (0)