File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " codeboxapi"
3
- version = " 0.2.5 "
3
+ version = " 0.2.6 "
4
4
description = " CodeBox gives you an easy scalable and isolated python interpreter for your LLM Agents."
5
5
keywords = [
6
6
" codeboxapi" ,
@@ -15,7 +15,7 @@ keywords = [
15
15
" agent sandbox" ,
16
16
]
17
17
authors = [{ name = " Shroominic" , email = " contact@shroominic.com" }]
18
- dependencies = [" httpx>=0.27" ]
18
+ dependencies = [" httpx>=0.27" , " tenacity>=9.0.0 " ]
19
19
readme = " README.md"
20
20
requires-python = " >= 3.9"
21
21
license = { text = " MIT" }
Original file line number Diff line number Diff line change 10
10
# universal: false
11
11
12
12
-e file:.
13
- anyio==4.6.2.post1
13
+ anyio==4.8.0
14
14
# via httpx
15
- certifi==2024.8.30
15
+ certifi==2024.12.14
16
16
# via httpcore
17
17
# via httpx
18
18
exceptiongroup==1.2.2
19
19
# via anyio
20
20
h11==0.14.0
21
21
# via httpcore
22
- httpcore==1.0.6
22
+ httpcore==1.0.7
23
23
# via httpx
24
- httpx==0.27.2
24
+ httpx==0.28.1
25
25
# via codeboxapi
26
26
idna==3.10
27
27
# via anyio
28
28
# via httpx
29
29
sniffio==1.3.1
30
30
# via anyio
31
- # via httpx
31
+ tenacity==9.0.0
32
+ # via codeboxapi
32
33
typing-extensions==4.12.2
33
34
# via anyio
You can’t perform that action at this time.
0 commit comments