lmnr 0.4.15b2__tar.gz → 0.4.16b0__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.
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/PKG-INFO +27 -27
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/pyproject.toml +28 -28
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/LICENSE +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/README.md +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/__init__.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/cli.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/sdk/__init__.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/sdk/decorators.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/sdk/evaluations.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/sdk/laminar.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/sdk/log.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/sdk/types.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/sdk/utils.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/.flake8 +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/.python-version +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/__init__.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/config/__init__.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/decorators/__init__.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/decorators/base.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/instruments.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tests/__init__.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tests/cassettes/test_association_properties/test_langchain_and_external_association_properties.yaml +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tests/cassettes/test_association_properties/test_langchain_association_properties.yaml +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tests/cassettes/test_manual/test_manual_report.yaml +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tests/cassettes/test_manual/test_resource_attributes.yaml +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tests/cassettes/test_privacy_no_prompts/test_simple_workflow.yaml +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tests/cassettes/test_prompt_management/test_prompt_management.yaml +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tests/cassettes/test_sdk_initialization/test_resource_attributes.yaml +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tests/cassettes/test_tasks/test_task_io_serialization_with_langchain.yaml +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tests/cassettes/test_workflows/test_simple_aworkflow.yaml +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tests/cassettes/test_workflows/test_simple_workflow.yaml +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tests/cassettes/test_workflows/test_streaming_workflow.yaml +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tests/conftest.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tests/test_association_properties.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tests/test_manual.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tests/test_nested_tasks.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tests/test_privacy_no_prompts.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tests/test_sdk_initialization.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tests/test_tasks.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tests/test_workflows.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tracing/__init__.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tracing/attributes.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tracing/content_allow_list.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tracing/context_manager.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/tracing/tracing.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/utils/__init__.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/utils/in_memory_span_exporter.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/utils/json_encoder.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/utils/package_check.py +0 -0
- {lmnr-0.4.15b2 → lmnr-0.4.16b0}/src/lmnr/traceloop_sdk/version.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: lmnr
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.16b0
|
4
4
|
Summary: Python SDK for Laminar AI
|
5
5
|
License: Apache-2.0
|
6
6
|
Author: lmnr.ai
|
@@ -17,36 +17,36 @@ Requires-Dist: backoff (>=2.0,<3.0)
|
|
17
17
|
Requires-Dist: deprecated (>=1.0,<2.0)
|
18
18
|
Requires-Dist: jinja2 (>=3.0,<4.0)
|
19
19
|
Requires-Dist: opentelemetry-api (>=1.27.0,<2.0.0)
|
20
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc (>=1.
|
21
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http (>=1.
|
22
|
-
Requires-Dist: opentelemetry-instrumentation-alephalpha (>=0.
|
23
|
-
Requires-Dist: opentelemetry-instrumentation-anthropic (>=0.
|
24
|
-
Requires-Dist: opentelemetry-instrumentation-bedrock (>=0.
|
25
|
-
Requires-Dist: opentelemetry-instrumentation-chromadb (>=0.
|
26
|
-
Requires-Dist: opentelemetry-instrumentation-cohere (>=0.
|
27
|
-
Requires-Dist: opentelemetry-instrumentation-google-generativeai (>=0.
|
28
|
-
Requires-Dist: opentelemetry-instrumentation-groq (>=0.
|
29
|
-
Requires-Dist: opentelemetry-instrumentation-haystack (>=0.
|
30
|
-
Requires-Dist: opentelemetry-instrumentation-lancedb (>=0.
|
31
|
-
Requires-Dist: opentelemetry-instrumentation-langchain (>=0.
|
32
|
-
Requires-Dist: opentelemetry-instrumentation-llamaindex (>=0.
|
33
|
-
Requires-Dist: opentelemetry-instrumentation-marqo (>=0.
|
34
|
-
Requires-Dist: opentelemetry-instrumentation-milvus (>=0.
|
35
|
-
Requires-Dist: opentelemetry-instrumentation-mistralai (>=0.
|
36
|
-
Requires-Dist: opentelemetry-instrumentation-ollama (>=0.
|
37
|
-
Requires-Dist: opentelemetry-instrumentation-openai (>=0.
|
38
|
-
Requires-Dist: opentelemetry-instrumentation-pinecone (>=0.
|
39
|
-
Requires-Dist: opentelemetry-instrumentation-qdrant (>=0.
|
40
|
-
Requires-Dist: opentelemetry-instrumentation-replicate (>=0.
|
20
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc (>=1.27.0,<2.0.0)
|
21
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http (>=1.27.0,<2.0.0)
|
22
|
+
Requires-Dist: opentelemetry-instrumentation-alephalpha (>=0.32.0)
|
23
|
+
Requires-Dist: opentelemetry-instrumentation-anthropic (>=0.32.0)
|
24
|
+
Requires-Dist: opentelemetry-instrumentation-bedrock (>=0.32.0)
|
25
|
+
Requires-Dist: opentelemetry-instrumentation-chromadb (>=0.32.0)
|
26
|
+
Requires-Dist: opentelemetry-instrumentation-cohere (>=0.32.0)
|
27
|
+
Requires-Dist: opentelemetry-instrumentation-google-generativeai (>=0.32.0)
|
28
|
+
Requires-Dist: opentelemetry-instrumentation-groq (>=0.32.0)
|
29
|
+
Requires-Dist: opentelemetry-instrumentation-haystack (>=0.32.0)
|
30
|
+
Requires-Dist: opentelemetry-instrumentation-lancedb (>=0.32.0)
|
31
|
+
Requires-Dist: opentelemetry-instrumentation-langchain (>=0.32.0)
|
32
|
+
Requires-Dist: opentelemetry-instrumentation-llamaindex (>=0.32.0)
|
33
|
+
Requires-Dist: opentelemetry-instrumentation-marqo (>=0.32.0)
|
34
|
+
Requires-Dist: opentelemetry-instrumentation-milvus (>=0.32.0)
|
35
|
+
Requires-Dist: opentelemetry-instrumentation-mistralai (>=0.32.0)
|
36
|
+
Requires-Dist: opentelemetry-instrumentation-ollama (>=0.32.0)
|
37
|
+
Requires-Dist: opentelemetry-instrumentation-openai (>=0.32.0)
|
38
|
+
Requires-Dist: opentelemetry-instrumentation-pinecone (>=0.32.0)
|
39
|
+
Requires-Dist: opentelemetry-instrumentation-qdrant (>=0.32.0)
|
40
|
+
Requires-Dist: opentelemetry-instrumentation-replicate (>=0.32.0)
|
41
41
|
Requires-Dist: opentelemetry-instrumentation-requests (>=0.48b0,<0.49)
|
42
42
|
Requires-Dist: opentelemetry-instrumentation-sqlalchemy (>=0.48b0,<0.49)
|
43
43
|
Requires-Dist: opentelemetry-instrumentation-threading (>=0.48b0,<0.49)
|
44
|
-
Requires-Dist: opentelemetry-instrumentation-together (>=0.
|
45
|
-
Requires-Dist: opentelemetry-instrumentation-transformers (>=0.
|
44
|
+
Requires-Dist: opentelemetry-instrumentation-together (>=0.20.0)
|
45
|
+
Requires-Dist: opentelemetry-instrumentation-transformers (>=0.32.0)
|
46
46
|
Requires-Dist: opentelemetry-instrumentation-urllib3 (>=0.48b0,<0.49)
|
47
|
-
Requires-Dist: opentelemetry-instrumentation-vertexai (>=0.
|
48
|
-
Requires-Dist: opentelemetry-instrumentation-watsonx (>=0.
|
49
|
-
Requires-Dist: opentelemetry-instrumentation-weaviate (>=0.
|
47
|
+
Requires-Dist: opentelemetry-instrumentation-vertexai (>=0.32.0)
|
48
|
+
Requires-Dist: opentelemetry-instrumentation-watsonx (>=0.32.0)
|
49
|
+
Requires-Dist: opentelemetry-instrumentation-weaviate (>=0.32.0)
|
50
50
|
Requires-Dist: opentelemetry-sdk (>=1.27.0,<2.0.0)
|
51
51
|
Requires-Dist: opentelemetry-semantic-conventions-ai (==0.4.1)
|
52
52
|
Requires-Dist: pydantic (>=2.7,<3.0)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "lmnr"
|
3
|
-
version = "0.4.
|
3
|
+
version = "0.4.16b0"
|
4
4
|
description = "Python SDK for Laminar AI"
|
5
5
|
authors = [
|
6
6
|
{ name = "lmnr.ai", email = "founders@lmnr.ai" }
|
@@ -11,7 +11,7 @@ license = "Apache-2.0"
|
|
11
11
|
|
12
12
|
[tool.poetry]
|
13
13
|
name = "lmnr"
|
14
|
-
version = "0.4.
|
14
|
+
version = "0.4.16b0"
|
15
15
|
description = "Python SDK for Laminar AI"
|
16
16
|
authors = ["lmnr.ai"]
|
17
17
|
readme = "README.md"
|
@@ -26,8 +26,8 @@ backoff = "~=2.0"
|
|
26
26
|
asyncio = "~=3.0"
|
27
27
|
opentelemetry-api = "^1.27.0"
|
28
28
|
opentelemetry-sdk = "^1.27.0"
|
29
|
-
opentelemetry-exporter-otlp-proto-http = "^1.
|
30
|
-
opentelemetry-exporter-otlp-proto-grpc = "^1.
|
29
|
+
opentelemetry-exporter-otlp-proto-http = "^1.27.0"
|
30
|
+
opentelemetry-exporter-otlp-proto-grpc = "^1.27.0"
|
31
31
|
opentelemetry-instrumentation-requests = "^0.48b0"
|
32
32
|
opentelemetry-instrumentation-sqlalchemy = "^0.48b0"
|
33
33
|
opentelemetry-instrumentation-urllib3 = "^0.48b0"
|
@@ -36,30 +36,30 @@ opentelemetry-semantic-conventions-ai = "0.4.1"
|
|
36
36
|
tenacity = ">=8.0"
|
37
37
|
jinja2 = "~=3.0"
|
38
38
|
deprecated = "~=1.0"
|
39
|
-
opentelemetry-instrumentation-mistralai = "
|
40
|
-
opentelemetry-instrumentation-openai = "
|
41
|
-
opentelemetry-instrumentation-ollama = "
|
42
|
-
opentelemetry-instrumentation-anthropic = "
|
43
|
-
opentelemetry-instrumentation-cohere = "
|
44
|
-
opentelemetry-instrumentation-google-generativeai = "
|
45
|
-
opentelemetry-instrumentation-pinecone = "
|
46
|
-
opentelemetry-instrumentation-qdrant = "
|
47
|
-
opentelemetry-instrumentation-langchain = "
|
48
|
-
opentelemetry-instrumentation-lancedb = "
|
49
|
-
opentelemetry-instrumentation-chromadb = "
|
50
|
-
opentelemetry-instrumentation-transformers = "
|
51
|
-
opentelemetry-instrumentation-together = "
|
52
|
-
opentelemetry-instrumentation-llamaindex = "
|
53
|
-
opentelemetry-instrumentation-milvus = "
|
54
|
-
opentelemetry-instrumentation-haystack = "
|
55
|
-
opentelemetry-instrumentation-bedrock = "
|
56
|
-
opentelemetry-instrumentation-replicate = "
|
57
|
-
opentelemetry-instrumentation-vertexai = "
|
58
|
-
opentelemetry-instrumentation-watsonx = "
|
59
|
-
opentelemetry-instrumentation-weaviate = "
|
60
|
-
opentelemetry-instrumentation-alephalpha = "
|
61
|
-
opentelemetry-instrumentation-marqo = "
|
62
|
-
opentelemetry-instrumentation-groq = "
|
39
|
+
opentelemetry-instrumentation-mistralai = ">=0.32.0"
|
40
|
+
opentelemetry-instrumentation-openai = ">=0.32.0"
|
41
|
+
opentelemetry-instrumentation-ollama = ">=0.32.0"
|
42
|
+
opentelemetry-instrumentation-anthropic = ">=0.32.0"
|
43
|
+
opentelemetry-instrumentation-cohere = ">=0.32.0"
|
44
|
+
opentelemetry-instrumentation-google-generativeai = ">=0.32.0"
|
45
|
+
opentelemetry-instrumentation-pinecone = ">=0.32.0"
|
46
|
+
opentelemetry-instrumentation-qdrant = ">=0.32.0"
|
47
|
+
opentelemetry-instrumentation-langchain = ">=0.32.0"
|
48
|
+
opentelemetry-instrumentation-lancedb = ">=0.32.0"
|
49
|
+
opentelemetry-instrumentation-chromadb = ">=0.32.0"
|
50
|
+
opentelemetry-instrumentation-transformers = ">=0.32.0"
|
51
|
+
opentelemetry-instrumentation-together = ">=0.20.0"
|
52
|
+
opentelemetry-instrumentation-llamaindex = ">=0.32.0"
|
53
|
+
opentelemetry-instrumentation-milvus = ">=0.32.0"
|
54
|
+
opentelemetry-instrumentation-haystack = ">=0.32.0"
|
55
|
+
opentelemetry-instrumentation-bedrock = ">=0.32.0"
|
56
|
+
opentelemetry-instrumentation-replicate = ">=0.32.0"
|
57
|
+
opentelemetry-instrumentation-vertexai = ">=0.32.0"
|
58
|
+
opentelemetry-instrumentation-watsonx = ">=0.32.0"
|
59
|
+
opentelemetry-instrumentation-weaviate = ">=0.32.0"
|
60
|
+
opentelemetry-instrumentation-alephalpha = ">=0.32.0"
|
61
|
+
opentelemetry-instrumentation-marqo = ">=0.32.0"
|
62
|
+
opentelemetry-instrumentation-groq = ">=0.32.0"
|
63
63
|
tqdm = "~=4.0"
|
64
64
|
argparse = "~=1.0"
|
65
65
|
|
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
|
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
|