Skip to content

Commit feffac2

Browse files
committed
fix
1 parent e86b8e0 commit feffac2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ dependencies = [
3232
"transformers>=4.11.3",
3333
"sentry-sdk>=2.14.0",
3434
"ujson>=5.10.0",
35+
"boto3",
36+
"setuptools",
3537
]
3638

3739
requires-python = ">=3.9"
@@ -57,10 +59,7 @@ dev = [
5759
"google-generativeai",
5860
"google-cloud-aiplatform",
5961
"mistralai",
60-
"boto3",
61-
"botocore",
6262
"embedchain",
63-
"setuptools",
6463
]
6564

6665
test = ["pytest", "pytest-vcr", "pytest-asyncio"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.3.27"
1+
__version__ = "3.3.28"

0 commit comments

Comments
 (0)