langtrace-python-sdk 1.1.22__tar.gz → 1.1.24__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/PKG-INFO +1 -1
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/setup.py +9 -4
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk.egg-info/PKG-INFO +1 -1
- langtrace-python-sdk-1.1.24/src/langtrace_python_sdk.egg-info/requires.txt +5 -0
- langtrace-python-sdk-1.1.22/src/langtrace_python_sdk.egg-info/requires.txt +0 -310
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/LICENSE +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/README.md +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/setup.cfg +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/__init__.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/anthropic_example/__init__.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/anthropic_example/completion.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/chroma_example/__init__.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/chroma_example/basic.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/langchain_example/__init__.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/langchain_example/basic.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/langchain_example/tool.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/llamaindex_example/__init__.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/llamaindex_example/basic.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/openai/__init__.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/openai/chat_completion.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/openai/embeddings_create.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/openai/function_calling.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/openai/images_generate.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/pinecone_example/__init__.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/pinecone_example/basic.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/__init__.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/constants/__init__.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/constants/instrumentation/__init__.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/constants/instrumentation/anthropic.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/constants/instrumentation/chroma.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/constants/instrumentation/common.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/constants/instrumentation/openai.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/constants/instrumentation/pinecone.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/extensions/__init__.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/extensions/langtrace_exporter.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/__init__.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/anthropic/__init__.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/anthropic/instrumentation.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/anthropic/patch.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/chroma/__init__.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/chroma/instrumentation.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/chroma/patch.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/langchain/__init__.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/langchain/instrumentation.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/langchain/patch.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/langchain_community/__init__.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/langchain_community/instrumentation.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/langchain_community/patch.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/langchain_core/__init__.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/langchain_core/instrumentation.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/langchain_core/patch.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/llamaindex/__init__.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/llamaindex/instrumentation.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/llamaindex/patch.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/openai/__init__.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/openai/instrumentation.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/openai/patch.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/pinecone/__init__.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/pinecone/instrumentation.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/instrumentation/pinecone/patch.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/langtrace.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/utils/__init__.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/utils/llm.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/utils/with_root_span.py +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk.egg-info/SOURCES.txt +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk.egg-info/dependency_links.txt +0 -0
- {langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
from setuptools import find_packages, setup
|
|
2
2
|
|
|
3
|
-
with open("requirements.txt") as f:
|
|
4
|
-
required = f.read().splitlines()
|
|
5
3
|
|
|
6
4
|
|
|
7
5
|
def readme():
|
|
@@ -11,7 +9,7 @@ def readme():
|
|
|
11
9
|
|
|
12
10
|
setup(
|
|
13
11
|
name="langtrace-python-sdk", # Choose a unique name for PyPI
|
|
14
|
-
version="1.1.
|
|
12
|
+
version="1.1.24",
|
|
15
13
|
author="Scale3 Labs",
|
|
16
14
|
license="AGPL-3.0-or-later",
|
|
17
15
|
author_email="engineering@scale3labs.com",
|
|
@@ -31,7 +29,14 @@ setup(
|
|
|
31
29
|
package_dir={"": "src"},
|
|
32
30
|
packages=find_packages(where="src"),
|
|
33
31
|
python_requires=">=3.6",
|
|
34
|
-
install_requires=
|
|
32
|
+
install_requires=[
|
|
33
|
+
'trace-attributes',
|
|
34
|
+
'opentelemetry-api',
|
|
35
|
+
'opentelemetry-instrumentation',
|
|
36
|
+
'opentelemetry-sdk',
|
|
37
|
+
'tiktoken'
|
|
38
|
+
|
|
39
|
+
],
|
|
35
40
|
classifiers=[
|
|
36
41
|
"Programming Language :: Python :: 3",
|
|
37
42
|
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
|
@@ -1,310 +0,0 @@
|
|
|
1
|
-
aiohttp==3.9.3
|
|
2
|
-
aiosignal==1.3.1
|
|
3
|
-
annotated-types==0.6.0
|
|
4
|
-
anthropic==0.19.1
|
|
5
|
-
anyio==4.3.0
|
|
6
|
-
asgiref==3.7.2
|
|
7
|
-
async-timeout==4.0.3
|
|
8
|
-
attrs==23.2.0
|
|
9
|
-
backoff==2.2.1
|
|
10
|
-
bcrypt==4.1.2
|
|
11
|
-
beautifulsoup4==4.12.3
|
|
12
|
-
bs4==0.0.2
|
|
13
|
-
build==1.0.3
|
|
14
|
-
cachetools==5.3.3
|
|
15
|
-
certifi==2024.2.2
|
|
16
|
-
charset-normalizer==3.3.2
|
|
17
|
-
chroma-hnswlib==0.7.3
|
|
18
|
-
chromadb==0.4.23
|
|
19
|
-
click==8.1.7
|
|
20
|
-
coloredlogs==15.0.1
|
|
21
|
-
dataclasses-json==0.6.4
|
|
22
|
-
Deprecated==1.2.14
|
|
23
|
-
dirtyjson==1.0.8
|
|
24
|
-
distro==1.9.0
|
|
25
|
-
docarray==0.40.0
|
|
26
|
-
exceptiongroup==1.2.0
|
|
27
|
-
faiss-cpu==1.7.4
|
|
28
|
-
fastapi==0.110.0
|
|
29
|
-
filelock==3.13.1
|
|
30
|
-
flatbuffers==23.5.26
|
|
31
|
-
frozenlist==1.4.1
|
|
32
|
-
fsspec==2024.2.0
|
|
33
|
-
google-auth==2.28.1
|
|
34
|
-
googleapis-common-protos==1.62.0
|
|
35
|
-
greenlet==3.0.3
|
|
36
|
-
grpcio==1.62.0
|
|
37
|
-
h11==0.14.0
|
|
38
|
-
httpcore==1.0.4
|
|
39
|
-
httptools==0.6.1
|
|
40
|
-
httpx==0.27.0
|
|
41
|
-
huggingface-hub==0.20.3
|
|
42
|
-
humanfriendly==10.0
|
|
43
|
-
idna==3.6
|
|
44
|
-
importlib-metadata==6.11.0
|
|
45
|
-
importlib_resources==6.1.2
|
|
46
|
-
joblib==1.3.2
|
|
47
|
-
jsonpatch==1.33
|
|
48
|
-
jsonpointer==2.4
|
|
49
|
-
kubernetes==29.0.0
|
|
50
|
-
langchain==0.1.9
|
|
51
|
-
langchain-community==0.0.24
|
|
52
|
-
langchain-core==0.1.27
|
|
53
|
-
langchain-openai==0.0.7
|
|
54
|
-
langchainhub==0.1.14
|
|
55
|
-
langsmith==0.1.9
|
|
56
|
-
llama-index==0.10.13.post1
|
|
57
|
-
llama-index-agent-openai==0.1.5
|
|
58
|
-
llama-index-cli==0.1.5
|
|
59
|
-
llama-index-core==0.10.13
|
|
60
|
-
llama-index-embeddings-openai==0.1.6
|
|
61
|
-
llama-index-indices-managed-llama-cloud==0.1.3
|
|
62
|
-
llama-index-legacy==0.9.48
|
|
63
|
-
llama-index-llms-openai==0.1.6
|
|
64
|
-
llama-index-multi-modal-llms-openai==0.1.4
|
|
65
|
-
llama-index-program-openai==0.1.4
|
|
66
|
-
llama-index-question-gen-openai==0.1.3
|
|
67
|
-
llama-index-readers-file==0.1.6
|
|
68
|
-
llama-index-readers-llama-parse==0.1.3
|
|
69
|
-
llama-index-vector-stores-chroma==0.1.4
|
|
70
|
-
llama-parse==0.3.4
|
|
71
|
-
llamaindex-py-client==0.1.13
|
|
72
|
-
markdown-it-py==3.0.0
|
|
73
|
-
marshmallow==3.21.0
|
|
74
|
-
mdurl==0.1.2
|
|
75
|
-
mmh3==4.1.0
|
|
76
|
-
monotonic==1.6
|
|
77
|
-
mpmath==1.3.0
|
|
78
|
-
multidict==6.0.5
|
|
79
|
-
mypy-extensions==1.0.0
|
|
80
|
-
nest-asyncio==1.6.0
|
|
81
|
-
networkx==3.2.1
|
|
82
|
-
nltk==3.8.1
|
|
83
|
-
numexpr==2.9.0
|
|
84
|
-
numpy==1.26.4
|
|
85
|
-
oauthlib==3.2.2
|
|
86
|
-
onnxruntime==1.17.1
|
|
87
|
-
openai==1.12.0
|
|
88
|
-
opentelemetry-api==1.23.0
|
|
89
|
-
opentelemetry-distro==0.44b0
|
|
90
|
-
opentelemetry-exporter-otlp==1.23.0
|
|
91
|
-
opentelemetry-exporter-otlp-proto-common==1.23.0
|
|
92
|
-
opentelemetry-exporter-otlp-proto-grpc==1.23.0
|
|
93
|
-
opentelemetry-exporter-otlp-proto-http==1.23.0
|
|
94
|
-
opentelemetry-instrumentation==0.44b0
|
|
95
|
-
opentelemetry-instrumentation-asgi==0.44b0
|
|
96
|
-
opentelemetry-instrumentation-fastapi==0.44b0
|
|
97
|
-
opentelemetry-proto==1.23.0
|
|
98
|
-
opentelemetry-sdk==1.23.0
|
|
99
|
-
opentelemetry-semantic-conventions==0.44b0
|
|
100
|
-
opentelemetry-util-http==0.44b0
|
|
101
|
-
orjson==3.9.15
|
|
102
|
-
overrides==7.7.0
|
|
103
|
-
packaging==23.2
|
|
104
|
-
pandas==2.2.1
|
|
105
|
-
pillow==10.2.0
|
|
106
|
-
pinecone-client==3.1.0
|
|
107
|
-
posthog==3.4.2
|
|
108
|
-
protobuf==4.25.3
|
|
109
|
-
pulsar-client==3.4.0
|
|
110
|
-
pyasn1==0.5.1
|
|
111
|
-
pyasn1-modules==0.3.0
|
|
112
|
-
pydantic==2.6.2
|
|
113
|
-
pydantic_core==2.16.3
|
|
114
|
-
Pygments==2.17.2
|
|
115
|
-
PyMuPDF==1.23.25
|
|
116
|
-
PyMuPDFb==1.23.22
|
|
117
|
-
pypdf==4.0.2
|
|
118
|
-
PyPika==0.48.9
|
|
119
|
-
pyproject_hooks==1.0.0
|
|
120
|
-
python-dateutil==2.8.2
|
|
121
|
-
python-dotenv==1.0.1
|
|
122
|
-
pytz==2024.1
|
|
123
|
-
PyYAML==6.0.1
|
|
124
|
-
regex==2023.12.25
|
|
125
|
-
requests==2.31.0
|
|
126
|
-
requests-oauthlib==1.3.1
|
|
127
|
-
rich==13.7.0
|
|
128
|
-
rsa==4.9
|
|
129
|
-
six==1.16.0
|
|
130
|
-
sniffio==1.3.0
|
|
131
|
-
soupsieve==2.5
|
|
132
|
-
SQLAlchemy==2.0.27
|
|
133
|
-
starlette==0.36.3
|
|
134
|
-
sympy==1.12
|
|
135
|
-
tenacity==8.2.3
|
|
136
|
-
tiktoken==0.6.0
|
|
137
|
-
tokenizers==0.15.2
|
|
138
|
-
tomli==2.0.1
|
|
139
|
-
tqdm==4.66.2
|
|
140
|
-
trace-attributes==1.0.24
|
|
141
|
-
typer==0.9.0
|
|
142
|
-
types-requests==2.31.0.20240218
|
|
143
|
-
typing==3.7.4.3
|
|
144
|
-
typing-inspect==0.9.0
|
|
145
|
-
typing_extensions==4.9.0
|
|
146
|
-
tzdata==2024.1
|
|
147
|
-
urllib3==2.2.1
|
|
148
|
-
uvicorn==0.27.1
|
|
149
|
-
uvloop==0.19.0
|
|
150
|
-
watchfiles==0.21.0
|
|
151
|
-
websocket-client==1.7.0
|
|
152
|
-
websockets==12.0
|
|
153
|
-
wrapt==1.16.0
|
|
154
|
-
yarl==1.9.4
|
|
155
|
-
zipp==3.17.0
|
|
156
|
-
aiohttp==3.9.3
|
|
157
|
-
aiosignal==1.3.1
|
|
158
|
-
annotated-types==0.6.0
|
|
159
|
-
anthropic==0.19.1
|
|
160
|
-
anyio==4.3.0
|
|
161
|
-
asgiref==3.7.2
|
|
162
|
-
async-timeout==4.0.3
|
|
163
|
-
attrs==23.2.0
|
|
164
|
-
backoff==2.2.1
|
|
165
|
-
bcrypt==4.1.2
|
|
166
|
-
beautifulsoup4==4.12.3
|
|
167
|
-
bs4==0.0.2
|
|
168
|
-
build==1.0.3
|
|
169
|
-
cachetools==5.3.3
|
|
170
|
-
certifi==2024.2.2
|
|
171
|
-
charset-normalizer==3.3.2
|
|
172
|
-
chroma-hnswlib==0.7.3
|
|
173
|
-
chromadb==0.4.23
|
|
174
|
-
click==8.1.7
|
|
175
|
-
coloredlogs==15.0.1
|
|
176
|
-
dataclasses-json==0.6.4
|
|
177
|
-
Deprecated==1.2.14
|
|
178
|
-
dirtyjson==1.0.8
|
|
179
|
-
distro==1.9.0
|
|
180
|
-
docarray==0.40.0
|
|
181
|
-
exceptiongroup==1.2.0
|
|
182
|
-
faiss-cpu==1.7.4
|
|
183
|
-
fastapi==0.110.0
|
|
184
|
-
filelock==3.13.1
|
|
185
|
-
flatbuffers==23.5.26
|
|
186
|
-
frozenlist==1.4.1
|
|
187
|
-
fsspec==2024.2.0
|
|
188
|
-
google-auth==2.28.1
|
|
189
|
-
googleapis-common-protos==1.62.0
|
|
190
|
-
greenlet==3.0.3
|
|
191
|
-
grpcio==1.62.0
|
|
192
|
-
h11==0.14.0
|
|
193
|
-
httpcore==1.0.4
|
|
194
|
-
httptools==0.6.1
|
|
195
|
-
httpx==0.27.0
|
|
196
|
-
huggingface-hub==0.20.3
|
|
197
|
-
humanfriendly==10.0
|
|
198
|
-
idna==3.6
|
|
199
|
-
importlib-metadata==6.11.0
|
|
200
|
-
importlib_resources==6.1.2
|
|
201
|
-
joblib==1.3.2
|
|
202
|
-
jsonpatch==1.33
|
|
203
|
-
jsonpointer==2.4
|
|
204
|
-
kubernetes==29.0.0
|
|
205
|
-
langchain==0.1.9
|
|
206
|
-
langchain-community==0.0.24
|
|
207
|
-
langchain-core==0.1.27
|
|
208
|
-
langchain-openai==0.0.7
|
|
209
|
-
langchainhub==0.1.14
|
|
210
|
-
langsmith==0.1.9
|
|
211
|
-
llama-index==0.10.13.post1
|
|
212
|
-
llama-index-agent-openai==0.1.5
|
|
213
|
-
llama-index-cli==0.1.5
|
|
214
|
-
llama-index-core==0.10.13
|
|
215
|
-
llama-index-embeddings-openai==0.1.6
|
|
216
|
-
llama-index-indices-managed-llama-cloud==0.1.3
|
|
217
|
-
llama-index-legacy==0.9.48
|
|
218
|
-
llama-index-llms-openai==0.1.6
|
|
219
|
-
llama-index-multi-modal-llms-openai==0.1.4
|
|
220
|
-
llama-index-program-openai==0.1.4
|
|
221
|
-
llama-index-question-gen-openai==0.1.3
|
|
222
|
-
llama-index-readers-file==0.1.6
|
|
223
|
-
llama-index-readers-llama-parse==0.1.3
|
|
224
|
-
llama-index-vector-stores-chroma==0.1.4
|
|
225
|
-
llama-parse==0.3.4
|
|
226
|
-
llamaindex-py-client==0.1.13
|
|
227
|
-
markdown-it-py==3.0.0
|
|
228
|
-
marshmallow==3.21.0
|
|
229
|
-
mdurl==0.1.2
|
|
230
|
-
mmh3==4.1.0
|
|
231
|
-
monotonic==1.6
|
|
232
|
-
mpmath==1.3.0
|
|
233
|
-
multidict==6.0.5
|
|
234
|
-
mypy-extensions==1.0.0
|
|
235
|
-
nest-asyncio==1.6.0
|
|
236
|
-
networkx==3.2.1
|
|
237
|
-
nltk==3.8.1
|
|
238
|
-
numexpr==2.9.0
|
|
239
|
-
numpy==1.26.4
|
|
240
|
-
oauthlib==3.2.2
|
|
241
|
-
onnxruntime==1.17.1
|
|
242
|
-
openai==1.12.0
|
|
243
|
-
opentelemetry-api==1.23.0
|
|
244
|
-
opentelemetry-distro==0.44b0
|
|
245
|
-
opentelemetry-exporter-otlp==1.23.0
|
|
246
|
-
opentelemetry-exporter-otlp-proto-common==1.23.0
|
|
247
|
-
opentelemetry-exporter-otlp-proto-grpc==1.23.0
|
|
248
|
-
opentelemetry-exporter-otlp-proto-http==1.23.0
|
|
249
|
-
opentelemetry-instrumentation==0.44b0
|
|
250
|
-
opentelemetry-instrumentation-asgi==0.44b0
|
|
251
|
-
opentelemetry-instrumentation-fastapi==0.44b0
|
|
252
|
-
opentelemetry-proto==1.23.0
|
|
253
|
-
opentelemetry-sdk==1.23.0
|
|
254
|
-
opentelemetry-semantic-conventions==0.44b0
|
|
255
|
-
opentelemetry-util-http==0.44b0
|
|
256
|
-
orjson==3.9.15
|
|
257
|
-
overrides==7.7.0
|
|
258
|
-
packaging==23.2
|
|
259
|
-
pandas==2.2.1
|
|
260
|
-
pillow==10.2.0
|
|
261
|
-
pinecone-client==3.1.0
|
|
262
|
-
posthog==3.4.2
|
|
263
|
-
protobuf==4.25.3
|
|
264
|
-
pulsar-client==3.4.0
|
|
265
|
-
pyasn1==0.5.1
|
|
266
|
-
pyasn1-modules==0.3.0
|
|
267
|
-
pydantic==2.6.2
|
|
268
|
-
pydantic_core==2.16.3
|
|
269
|
-
Pygments==2.17.2
|
|
270
|
-
PyMuPDF==1.23.25
|
|
271
|
-
PyMuPDFb==1.23.22
|
|
272
|
-
pypdf==4.0.2
|
|
273
|
-
PyPika==0.48.9
|
|
274
|
-
pyproject_hooks==1.0.0
|
|
275
|
-
python-dateutil==2.8.2
|
|
276
|
-
python-dotenv==1.0.1
|
|
277
|
-
pytz==2024.1
|
|
278
|
-
PyYAML==6.0.1
|
|
279
|
-
regex==2023.12.25
|
|
280
|
-
requests==2.31.0
|
|
281
|
-
requests-oauthlib==1.3.1
|
|
282
|
-
rich==13.7.0
|
|
283
|
-
rsa==4.9
|
|
284
|
-
six==1.16.0
|
|
285
|
-
sniffio==1.3.0
|
|
286
|
-
soupsieve==2.5
|
|
287
|
-
SQLAlchemy==2.0.27
|
|
288
|
-
starlette==0.36.3
|
|
289
|
-
sympy==1.12
|
|
290
|
-
tenacity==8.2.3
|
|
291
|
-
tiktoken==0.6.0
|
|
292
|
-
tokenizers==0.15.2
|
|
293
|
-
tomli==2.0.1
|
|
294
|
-
tqdm==4.66.2
|
|
295
|
-
trace-attributes==1.0.24
|
|
296
|
-
typer==0.9.0
|
|
297
|
-
types-requests==2.31.0.20240218
|
|
298
|
-
typing==3.7.4.3
|
|
299
|
-
typing-inspect==0.9.0
|
|
300
|
-
typing_extensions==4.9.0
|
|
301
|
-
tzdata==2024.1
|
|
302
|
-
urllib3==2.2.1
|
|
303
|
-
uvicorn==0.27.1
|
|
304
|
-
uvloop==0.19.0
|
|
305
|
-
watchfiles==0.21.0
|
|
306
|
-
websocket-client==1.7.0
|
|
307
|
-
websockets==12.0
|
|
308
|
-
wrapt==1.16.0
|
|
309
|
-
yarl==1.9.4
|
|
310
|
-
zipp==3.17.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/chroma_example/__init__.py
RENAMED
|
File without changes
|
{langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/chroma_example/basic.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/langchain_example/basic.py
RENAMED
|
File without changes
|
{langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/langchain_example/tool.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/llamaindex_example/basic.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/openai/chat_completion.py
RENAMED
|
File without changes
|
{langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/openai/embeddings_create.py
RENAMED
|
File without changes
|
{langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/openai/function_calling.py
RENAMED
|
File without changes
|
{langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/openai/images_generate.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/examples/pinecone_example/basic.py
RENAMED
|
File without changes
|
{langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/langtrace.py
RENAMED
|
File without changes
|
|
File without changes
|
{langtrace-python-sdk-1.1.22 → langtrace-python-sdk-1.1.24}/src/langtrace_python_sdk/utils/llm.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|