Skip to content

Commit 23f77dd

Browse files
committed
🔧 fix deps
1 parent 76694b3 commit 23f77dd

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22
name = "codeboxapi"
33
version = "0.0.19"
44
description = "CodeBox gives you an easy scalable and isolated python interpreter for your LLM Agents."
5-
keywords = ["codebox", "api", "python-interpreter", "cloud-infra", "llm", "apps", "codeinterpreterapi"]
6-
authors = [
7-
{ name = "Shroominic", email = "[email protected]" }
5+
keywords = [
6+
"codebox",
7+
"api",
8+
"python-interpreter",
9+
"cloud-infra",
10+
"llm",
11+
"apps",
12+
"codeinterpreterapi",
813
]
14+
authors = [{ name = "Shroominic", email = "[email protected]" }]
915
dependencies = [
1016
"pydantic>=2",
1117
"pydantic-settings>=2",
@@ -38,19 +44,13 @@ dev-dependencies = [
3844
"mkdocs-material>=9",
3945
"types-requests>=2.31",
4046
"matplotlib>=3.8.2",
47+
"pip",
4148
]
4249

4350
[project.optional-dependencies]
44-
all = [
45-
"jupyter-kernel-gateway>=2.5",
46-
"Pillow>=10",
47-
]
48-
local_support = [
49-
"jupyter-kernel-gateway>=2.5",
50-
]
51-
image_support = [
52-
"Pillow>=10",
53-
]
51+
all = ["jupyter-kernel-gateway>=2.5, <3", "Pillow>=10"]
52+
local_support = ["jupyter-kernel-gateway>=2.5, <3"]
53+
image_support = ["Pillow>=10"]
5454

5555
[tool.hatch.metadata]
5656
allow-direct-references = true

requirements.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
# pre: false
66
# features: []
77
# all-features: false
8+
# with-sources: false
89

910
-e file:.
10-
aiohttp==3.9.1
11+
aiohttp==3.9.3
1112
aiosignal==1.3.1
1213
annotated-types==0.6.0
13-
async-timeout==4.0.3
14-
attrs==23.1.0
15-
certifi==2023.11.17
14+
attrs==23.2.0
15+
certifi==2024.2.2
1616
charset-normalizer==3.3.2
1717
frozenlist==1.4.1
1818
idna==3.6
19-
multidict==6.0.4
20-
pydantic==2.5.3
21-
pydantic-core==2.14.6
19+
multidict==6.0.5
20+
pydantic==2.6.1
21+
pydantic-core==2.16.2
2222
pydantic-settings==2.1.0
23-
python-dotenv==1.0.0
23+
python-dotenv==1.0.1
2424
requests==2.31.0
2525
typing-extensions==4.9.0
26-
urllib3==2.1.0
26+
urllib3==2.2.0
2727
websockets==12.0
2828
yarl==1.9.4

0 commit comments

Comments
 (0)