openlit 1.1.0__py3-none-any.whl → 1.1.3__py3-none-any.whl
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.
openlit/__init__.py
CHANGED
@@ -150,7 +150,7 @@ def init(environment="default", application_name="default", tracer=None, otlp_en
|
|
150
150
|
"bedrock": "boto3",
|
151
151
|
"langchain": "langchain",
|
152
152
|
"chroma": "chromadb",
|
153
|
-
"pinecone": "
|
153
|
+
"pinecone": "pinecone",
|
154
154
|
"transformers": "transformers"
|
155
155
|
}
|
156
156
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: openlit
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.3
|
4
4
|
Summary: OpenTelemetry-native Auto instrumentation library for monitoring LLM Applications, facilitating the integration of observability into your GenAI-driven projects
|
5
5
|
Home-page: https://github.com/openlit/openlit/tree/main/openlit/python
|
6
6
|
Keywords: OpenTelemetry,otel,otlp,llm,tracing,openai,anthropic,claude,cohere,llm monitoring,observability,monitoring,gpt,Generative AI,chatGPT
|
@@ -19,7 +19,7 @@ Requires-Dist: opentelemetry-exporter-otlp (>=1.24.0,<2.0.0)
|
|
19
19
|
Requires-Dist: opentelemetry-instrumentation (>=0.45b0,<0.46)
|
20
20
|
Requires-Dist: opentelemetry-sdk (>=1.24.0,<2.0.0)
|
21
21
|
Requires-Dist: requests (>=2.26.0,<3.0.0)
|
22
|
-
Requires-Dist: tiktoken (>=0.
|
22
|
+
Requires-Dist: tiktoken (>=0.6.0,<0.7.0)
|
23
23
|
Project-URL: Repository, https://github.com/openlit/openlit/tree/main/openlit/python
|
24
24
|
Description-Content-Type: text/markdown
|
25
25
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
openlit/__helpers.py,sha256=EEbLEUKuCiBp0WiieAvUnGcaU5D7grFgNVDCBgMKjQE,4651
|
2
|
-
openlit/__init__.py,sha256=
|
2
|
+
openlit/__init__.py,sha256=XJcBBNOCiFMln1rc2fFqbbAwyJ_F4xXeB0cnKUETZKk,8932
|
3
3
|
openlit/instrumentation/anthropic/__init__.py,sha256=oaU53BOPyfUKbEzYvLr1DPymDluurSnwo4Hernf2XdU,1955
|
4
4
|
openlit/instrumentation/anthropic/anthropic.py,sha256=gLN7LrgbTTOxgO8TEn-mX7WCYVGExrIGB-_ueCLPMEY,15993
|
5
5
|
openlit/instrumentation/anthropic/async_anthropic.py,sha256=wb5U9aF3FtgPZ_1EZudsuKaB6wmOrEVwDIlfcEWnQqU,16035
|
@@ -26,7 +26,7 @@ openlit/instrumentation/transformers/transformers.py,sha256=peT0BGskYt7AZ0b93TZ7
|
|
26
26
|
openlit/otel/metrics.py,sha256=O7NoaDz0bY19mqpE4-0PcKwEe-B-iJFRgOCaanAuZAc,4291
|
27
27
|
openlit/otel/tracing.py,sha256=peismkno0YPoRezHPbF5Ycz15_oOBErn_coW1CPspHg,3612
|
28
28
|
openlit/semcov/__init__.py,sha256=l8Vd1-HqSOD8d7V_D4HIALBNfHeaI4uYeo-bGiMS5tQ,5724
|
29
|
-
openlit-1.1.
|
30
|
-
openlit-1.1.
|
31
|
-
openlit-1.1.
|
32
|
-
openlit-1.1.
|
29
|
+
openlit-1.1.3.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
30
|
+
openlit-1.1.3.dist-info/METADATA,sha256=lznlkWxsxrqJxH2YSux6X04LBWb9wD23UsGjumwq2JM,10535
|
31
|
+
openlit-1.1.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
32
|
+
openlit-1.1.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|