openlit 1.1.0__tar.gz → 1.1.1__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.
Files changed (32) hide show
  1. {openlit-1.1.0 → openlit-1.1.1}/PKG-INFO +2 -2
  2. {openlit-1.1.0 → openlit-1.1.1}/pyproject.toml +2 -2
  3. {openlit-1.1.0 → openlit-1.1.1}/LICENSE +0 -0
  4. {openlit-1.1.0 → openlit-1.1.1}/README.md +0 -0
  5. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/__helpers.py +0 -0
  6. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/__init__.py +0 -0
  7. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/instrumentation/anthropic/__init__.py +0 -0
  8. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/instrumentation/anthropic/anthropic.py +0 -0
  9. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/instrumentation/anthropic/async_anthropic.py +0 -0
  10. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/instrumentation/bedrock/__init__.py +0 -0
  11. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/instrumentation/bedrock/bedrock.py +0 -0
  12. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/instrumentation/chroma/__init__.py +0 -0
  13. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/instrumentation/chroma/chroma.py +0 -0
  14. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/instrumentation/cohere/__init__.py +0 -0
  15. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/instrumentation/cohere/cohere.py +0 -0
  16. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/instrumentation/langchain/__init__.py +0 -0
  17. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/instrumentation/langchain/langchain.py +0 -0
  18. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/instrumentation/mistral/__init__.py +0 -0
  19. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/instrumentation/mistral/async_mistral.py +0 -0
  20. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/instrumentation/mistral/mistral.py +0 -0
  21. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/instrumentation/openai/__init__.py +0 -0
  22. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/instrumentation/openai/async_azure_openai.py +0 -0
  23. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/instrumentation/openai/async_openai.py +0 -0
  24. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/instrumentation/openai/azure_openai.py +0 -0
  25. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/instrumentation/openai/openai.py +0 -0
  26. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/instrumentation/pinecone/__init__.py +0 -0
  27. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/instrumentation/pinecone/pinecone.py +0 -0
  28. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/instrumentation/transformers/__init__.py +0 -0
  29. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/instrumentation/transformers/transformers.py +0 -0
  30. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/otel/metrics.py +0 -0
  31. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/otel/tracing.py +0 -0
  32. {openlit-1.1.0 → openlit-1.1.1}/src/openlit/semcov/__init__.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: openlit
3
- Version: 1.1.0
3
+ Version: 1.1.1
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.1.1,<0.2.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,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "openlit"
3
- version = "1.1.0"
3
+ version = "1.1.1"
4
4
  description = "OpenTelemetry-native Auto instrumentation library for monitoring LLM Applications, facilitating the integration of observability into your GenAI-driven projects"
5
5
  authors = ["OpenLIT"]
6
6
  repository = "https://github.com/openlit/openlit/tree/main/openlit/python"
@@ -11,7 +11,7 @@ keywords = ["OpenTelemetry", "otel", "otlp","llm", "tracing", "openai", "anthrop
11
11
  [tool.poetry.dependencies]
12
12
  python = "^3.7.1"
13
13
  requests = "^2.26.0"
14
- tiktoken = "^0.1.1"
14
+ tiktoken = "^0.6.0"
15
15
  boto3 = "^1.34.0"
16
16
  botocore = "^1.34.0"
17
17
  opentelemetry-api = "^1.24.0"
File without changes
File without changes
File without changes