We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86b8e0 commit feffac2Copy full SHA for feffac2
pyproject.toml
@@ -32,6 +32,8 @@ dependencies = [
32
"transformers>=4.11.3",
33
"sentry-sdk>=2.14.0",
34
"ujson>=5.10.0",
35
+ "boto3",
36
+ "setuptools",
37
]
38
39
requires-python = ">=3.9"
@@ -57,10 +59,7 @@ dev = [
57
59
"google-generativeai",
58
60
"google-cloud-aiplatform",
61
"mistralai",
- "boto3",
- "botocore",
62
"embedchain",
63
- "setuptools",
64
65
66
test = ["pytest", "pytest-vcr", "pytest-asyncio"]
src/langtrace_python_sdk/version.py
@@ -1 +1 @@
1
-__version__ = "3.3.27"
+__version__ = "3.3.28"
0 commit comments