File tree Expand file tree Collapse file tree 3 files changed +32
-3
lines changed Expand file tree Collapse file tree 3 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " codeinterpreterapi"
3
- version = " 0.1.17 "
3
+ version = " 0.1.18 "
4
4
description = " CodeInterpreterAPI is an (unofficial) open source python interface for the ChatGPT CodeInterpreter."
5
5
authors = [{
name =
" Shroominic" ,
email =
" [email protected] " }]
6
6
dependencies = [
7
7
" langchain-openai>=0.1.1" ,
8
- " codeboxapi> =0.1.19" ,
8
+ " codeboxapi= =0.1.19" ,
9
9
" langchain>=0.1.14" ,
10
10
" pyzmq==25.1.2" ,
11
11
]
Original file line number Diff line number Diff line change 6
6
# features: []
7
7
# all-features: false
8
8
# with-sources: false
9
+ # generate-hashes: false
10
+ # universal: false
9
11
10
12
-e file:.
11
13
aiohttp==3.9.3
@@ -34,6 +36,9 @@ arrow==1.3.0
34
36
# via isoduration
35
37
asttokens==2.4.1
36
38
# via stack-data
39
+ async-timeout==4.0.3
40
+ # via aiohttp
41
+ # via langchain
37
42
attrs==23.2.0
38
43
# via aiohttp
39
44
# via jsonschema
@@ -82,6 +87,10 @@ distro==1.9.0
82
87
# via openai
83
88
entrypoints==0.4
84
89
# via jupyter-client
90
+ exceptiongroup==1.2.2
91
+ # via anyio
92
+ # via ipython
93
+ # via pytest
85
94
executing==2.0.1
86
95
# via stack-data
87
96
fastjsonschema==2.19.1
@@ -113,12 +122,16 @@ idna==3.6
113
122
# via jsonschema
114
123
# via requests
115
124
# via yarl
125
+ importlib-metadata==8.5.0
126
+ # via markdown
127
+ # via mkdocs
128
+ # via nbconvert
116
129
iniconfig==2.0.0
117
130
# via pytest
118
131
ipykernel==6.29.4
119
132
# via nbclassic
120
133
# via notebook
121
- ipython==8.23.0
134
+ ipython==8.18.1
122
135
# via ipykernel
123
136
ipython-genutils==0.2.0
124
137
# via nbclassic
@@ -438,6 +451,9 @@ tinycss2==1.2.1
438
451
# via nbconvert
439
452
toml==0.10.2
440
453
# via streamlit
454
+ tomli==2.0.2
455
+ # via mypy
456
+ # via pytest
441
457
toolz==0.12.1
442
458
# via altair
443
459
tornado==6.4
@@ -469,6 +485,9 @@ traitlets==5.14.2
469
485
types-python-dateutil==2.9.0.20240316
470
486
# via arrow
471
487
typing-extensions==4.11.0
488
+ # via altair
489
+ # via anyio
490
+ # via ipython
472
491
# via mypy
473
492
# via openai
474
493
# via pydantic
@@ -501,3 +520,5 @@ websockets==12.0
501
520
# via codeboxapi
502
521
yarl==1.9.4
503
522
# via aiohttp
523
+ zipp==3.20.2
524
+ # via importlib-metadata
Original file line number Diff line number Diff line change 6
6
# features: []
7
7
# all-features: false
8
8
# with-sources: false
9
+ # generate-hashes: false
10
+ # universal: false
9
11
10
12
-e file:.
11
13
aiohttp==3.9.3
@@ -19,6 +21,9 @@ annotated-types==0.6.0
19
21
anyio==4.3.0
20
22
# via httpx
21
23
# via openai
24
+ async-timeout==4.0.3
25
+ # via aiohttp
26
+ # via langchain
22
27
attrs==23.2.0
23
28
# via aiohttp
24
29
certifi==2024.2.2
@@ -34,6 +39,8 @@ dataclasses-json==0.6.4
34
39
# via langchain-community
35
40
distro==1.9.0
36
41
# via openai
42
+ exceptiongroup==1.2.2
43
+ # via anyio
37
44
frozenlist==1.4.1
38
45
# via aiohttp
39
46
# via aiosignal
@@ -130,6 +137,7 @@ tiktoken==0.6.0
130
137
tqdm==4.66.2
131
138
# via openai
132
139
typing-extensions==4.11.0
140
+ # via anyio
133
141
# via openai
134
142
# via pydantic
135
143
# via pydantic-core
You can’t perform that action at this time.
0 commit comments