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 11[project ]
22name = " codeinterpreterapi"
3- version = " 0.1.17 "
3+ version = " 0.1.18 "
44description = " CodeInterpreterAPI is an (unofficial) open source python interface for the ChatGPT CodeInterpreter."
55authors = [{ name = " Shroominic" , email = " contact@shroominic.com" }]
66dependencies = [
77 " langchain-openai>=0.1.1" ,
8- " codeboxapi> =0.1.19" ,
8+ " codeboxapi= =0.1.19" ,
99 " langchain>=0.1.14" ,
1010 " pyzmq==25.1.2" ,
1111]
Original file line number Diff line number Diff line change 66# features: []
77# all-features: false
88# with-sources: false
9+ # generate-hashes: false
10+ # universal: false
911
1012-e file:.
1113aiohttp==3.9.3
@@ -34,6 +36,9 @@ arrow==1.3.0
3436 # via isoduration
3537asttokens==2.4.1
3638 # via stack-data
39+ async-timeout==4.0.3
40+ # via aiohttp
41+ # via langchain
3742attrs==23.2.0
3843 # via aiohttp
3944 # via jsonschema
@@ -82,6 +87,10 @@ distro==1.9.0
8287 # via openai
8388entrypoints==0.4
8489 # via jupyter-client
90+ exceptiongroup==1.2.2
91+ # via anyio
92+ # via ipython
93+ # via pytest
8594executing==2.0.1
8695 # via stack-data
8796fastjsonschema==2.19.1
@@ -113,12 +122,16 @@ idna==3.6
113122 # via jsonschema
114123 # via requests
115124 # via yarl
125+ importlib-metadata==8.5.0
126+ # via markdown
127+ # via mkdocs
128+ # via nbconvert
116129iniconfig==2.0.0
117130 # via pytest
118131ipykernel==6.29.4
119132 # via nbclassic
120133 # via notebook
121- ipython==8.23.0
134+ ipython==8.18.1
122135 # via ipykernel
123136ipython-genutils==0.2.0
124137 # via nbclassic
@@ -438,6 +451,9 @@ tinycss2==1.2.1
438451 # via nbconvert
439452toml==0.10.2
440453 # via streamlit
454+ tomli==2.0.2
455+ # via mypy
456+ # via pytest
441457toolz==0.12.1
442458 # via altair
443459tornado==6.4
@@ -469,6 +485,9 @@ traitlets==5.14.2
469485types-python-dateutil==2.9.0.20240316
470486 # via arrow
471487typing-extensions==4.11.0
488+ # via altair
489+ # via anyio
490+ # via ipython
472491 # via mypy
473492 # via openai
474493 # via pydantic
@@ -501,3 +520,5 @@ websockets==12.0
501520 # via codeboxapi
502521yarl==1.9.4
503522 # via aiohttp
523+ zipp==3.20.2
524+ # via importlib-metadata
Original file line number Diff line number Diff line change 66# features: []
77# all-features: false
88# with-sources: false
9+ # generate-hashes: false
10+ # universal: false
911
1012-e file:.
1113aiohttp==3.9.3
@@ -19,6 +21,9 @@ annotated-types==0.6.0
1921anyio==4.3.0
2022 # via httpx
2123 # via openai
24+ async-timeout==4.0.3
25+ # via aiohttp
26+ # via langchain
2227attrs==23.2.0
2328 # via aiohttp
2429certifi==2024.2.2
@@ -34,6 +39,8 @@ dataclasses-json==0.6.4
3439 # via langchain-community
3540distro==1.9.0
3641 # via openai
42+ exceptiongroup==1.2.2
43+ # via anyio
3744frozenlist==1.4.1
3845 # via aiohttp
3946 # via aiosignal
@@ -130,6 +137,7 @@ tiktoken==0.6.0
130137tqdm==4.66.2
131138 # via openai
132139typing-extensions==4.11.0
140+ # via anyio
133141 # via openai
134142 # via pydantic
135143 # via pydantic-core
You can’t perform that action at this time.
0 commit comments