File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " codeboxapi"
3- version = " 0.2.5 "
3+ version = " 0.2.6 "
44description = " CodeBox gives you an easy scalable and isolated python interpreter for your LLM Agents."
55keywords = [
66 " codeboxapi" ,
@@ -15,7 +15,7 @@ keywords = [
1515 " agent sandbox" ,
1616]
1717authors = [{ name = " Shroominic" , email = " contact@shroominic.com" }]
18- dependencies = [" httpx>=0.27" ]
18+ dependencies = [" httpx>=0.27" , " tenacity>=9.0.0 " ]
1919readme = " README.md"
2020requires-python = " >= 3.9"
2121license = { text = " MIT" }
Original file line number Diff line number Diff line change 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
1818exceptiongroup==1.2.2
1919 # via anyio
2020h11==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
2626idna==3.10
2727 # via anyio
2828 # via httpx
2929sniffio==1.3.1
3030 # via anyio
31- # via httpx
31+ tenacity==9.0.0
32+ # via codeboxapi
3233typing-extensions==4.12.2
3334 # via anyio
You can’t perform that action at this time.
0 commit comments