Openlit

Latest version: v1.33.19

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 7

1.13.0

What's Changed
* [Feat]: Evaluations for the trace spans by AmanAgarwal041 in https://github.com/openlit/openlit/pull/614


**Full Changelog**: https://github.com/openlit/openlit/compare/openlit-1.12.4...openlit-1.13.0

py-1.33.18
What's Changed
* [Feat]: Use Events API In Azure AI Inference OpenTelemetry Instrumentation by patcher9 in https://github.com/openlit/openlit/pull/662


**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.33.17...py-1.33.18

py-1.33.17
What's Changed
* [Fix]: 'SystemMessage' object is not subscriptable in LangChain by patcher9 in https://github.com/openlit/openlit/pull/661


**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.33.16...py-1.33.17

py-1.33.16
What's Changed
* [Feat]: OpenTelemetry Instrumentation for OpenAI Response API and OpenAI Agents SDK by patcher9 in https://github.com/openlit/openlit/pull/658


**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.33.15...py-1.33.16

py-1.33.15
What's Changed
* [Feat]: Refactor AstraDB OpenTelemetry Instrumentation by patcher9 in https://github.com/openlit/openlit/pull/655


**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.33.14...py-1.33.15

py-1.33.14
What's Changed
* [Feat]: Use Events API for Assembly Instrumentations by patcher9 in https://github.com/openlit/openlit/pull/647


**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.33.13...py-1.33.14

py-1.33.13
What's Changed
* [Feat]: Remove the dependency on tiktoken by patcher9 in https://github.com/openlit/openlit/pull/646


**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.33.12...py-1.33.13

py-1.33.12
What's Changed
* [Feat]: Support Events API in Anthropic Instrumentation for AI content collection by patcher9 in https://github.com/openlit/openlit/pull/645


**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.33.11...py-1.33.12

1.12.4

What's Changed
* [Fix]: OpenLIT compatibility issues with updated OTel Collector by patcher9 in https://github.com/openlit/openlit/pull/643


**Full Changelog**: https://github.com/openlit/openlit/compare/openlit-1.12.3...openlit-1.12.4

py-1.33.11
What's Changed
* [Feat]: Use OpenTelemetry events for Content logging in Ollama by patcher9 in https://github.com/openlit/openlit/pull/637
* [Feat]: Use OpenTelemetry events for Content logging in AI21 by patcher9 in https://github.com/openlit/openlit/pull/637
* [Feat]: Refactor AG2/Autogen OpenTelemetry Instrumentation by patcher9 in https://github.com/openlit/openlit/pull/637
* [Fix]: Langchain response collection by patcher9 in https://github.com/openlit/openlit/pull/637



**Full Changelog**: https://github.com/openlit/openlit/compare/openlit-1.12.3...py-1.33.11

1.12.3

What's Changed
* [Fix]: using DOCKER_PORT & PORT as the env variable, you can now bind the ports inside and outside docker container by AmanAgarwal041 in https://github.com/openlit/openlit/pull/634


**Full Changelog**: https://github.com/openlit/openlit/compare/openlit-1.12.2...openlit-1.12.3

py-1.33.10
What's Changed
* [Feat]: Update GPT4All and Groq Instrumentation to align with OTel Semconv by patcher9 in https://github.com/openlit/openlit/pull/622
* [Feat]: Improve Langchain and LiteLLM instrumentation acc to OTel Semantic Conventions by patcher9 in https://github.com/openlit/openlit/pull/627
* [Feat]: Update Mistral and Ollama OpenTelemetry Instrumentation and align with Semantic Conventions by patcher9 in https://github.com/openlit/openlit/pull/628
* [Feat]: Update PremAI and RekaAI Instrumentations to align with OTel Semconv by patcher9 in https://github.com/openlit/openlit/pull/629
* [Feat]: Update Together AI and HuggingFace Transformers OpenTelemetry Instrumentations by patcher9 in https://github.com/openlit/openlit/pull/630
* [Feat]: Update vLLM and VertexAI OpenTelemetry Instrumentations by patcher9 in https://github.com/openlit/openlit/pull/632


**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.33.9...py-1.33.10

py-1.33.9
What's Changed
* [Feat]: Update OpenAI Instrumentation to align with OTel Semconv by patcher9 in https://github.com/openlit/openlit/pull/616
* [Feat]: Update Anthropic Instrumentation with to align with OTel Semconv by patcher9 in https://github.com/openlit/openlit/pull/617
* [Feat]: Update Cohere Instrumentation to align with OTel Semconv by patcher9 in https://github.com/openlit/openlit/pull/618
* [Feat]: Align AI21 Instrumentation to OTel Semconv by patcher9 in https://github.com/openlit/openlit/pull/619
* [Feat]: Update AssemblyAI, Bedrock, Gemini, ElevenLabs and Azure AI Inference Instrumentation for compatibility with OTel Semconv by patcher9 in https://github.com/openlit/openlit/pull/620
* [Fix]: Look for model_name as fallback in langchain by nirogu in https://github.com/openlit/openlit/pull/612

New Contributors
* nirogu made their first contribution in https://github.com/openlit/openlit/pull/612

**Full Changelog**: https://github.com/openlit/openlit/compare/ts-1.4.1...py-1.33.9

ts-1.4.1
What's Changed
* [Fix]: ts build error to fix for the openlit typescript sdk by AmanAgarwal041 in https://github.com/openlit/openlit/pull/607


**Full Changelog**: https://github.com/openlit/openlit/compare/ts-1.4.0-beta.3...ts-1.4.1

ts-1.4.0-beta.4
What's Changed
* [Fix]: Typescript error to remove post install script. by AmanAgarwal041 in https://github.com/openlit/openlit/pull/605


**Full Changelog**: https://github.com/openlit/openlit/compare/ts-1.4.0-beta.2...ts-1.4.0-beta.4

ts-1.4.0-beta.3
What's Changed
* [Fix]: ts build errors by AmanAgarwal041 in https://github.com/openlit/openlit/pull/606


**Full Changelog**: https://github.com/openlit/openlit/compare/ts-1.4.0-beta.1...ts-1.4.0-beta.3

ts-1.4.0-beta.2
**Full Changelog**: https://github.com/openlit/openlit/compare/ts-1.4.0...ts-1.4.0-beta.2

ts-1.4.0-beta.1
What's Changed
* [Fix]: Typescript error to remove post install script. by AmanAgarwal041 in https://github.com/openlit/openlit/pull/605


**Full Changelog**: https://github.com/openlit/openlit/compare/ts-1.4.0...ts-1.4.0-beta.1

ts-1.4.0
What's Changed
* docs: add Langfuse connection by jannikmaierhoefer in https://github.com/openlit/openlit/pull/600
* [Fix]: typescript compile error which throws error in user's application by AmanAgarwal041 in https://github.com/openlit/openlit/pull/603

New Contributors
* jannikmaierhoefer made their first contribution in https://github.com/openlit/openlit/pull/600

**Full Changelog**: https://github.com/openlit/openlit/compare/openlit-1.12.2...ts-1.4.0

1.12.2

What's Changed
* [Feat]: Added demo accounts support by UstatleenKaur in https://github.com/openlit/openlit/pull/591

New Contributors
* UstatleenKaur made their first contribution in https://github.com/openlit/openlit/pull/591

**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.33.8...openlit-1.12.2

py-1.33.8
What's Changed
* [Feat]: Add Connection docs for Oodle by patcher9 in https://github.com/openlit/openlit/pull/592


**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.33.7...py-1.33.8

1.12.1

What's Changed
* [Fix]: Quickstart Evaluations and Gaurdrails documentation by ishachinniah in https://github.com/openlit/openlit/pull/589
* [Fix ]: Close button color in Dark Theme (574) by Kishan-Patel-dev in https://github.com/openlit/openlit/pull/579

New Contributors
* ishachinniah made their first contribution in https://github.com/openlit/openlit/pull/589
* Kishan-Patel-dev made their first contribution in https://github.com/openlit/openlit/pull/579

**Full Changelog**: https://github.com/openlit/openlit/compare/openlit-1.12.0...openlit-1.12.1

py-1.33.7
What's Changed
* Fix-587: Added license in pyproject.toml by NaveenKumarReddy8 in https://github.com/openlit/openlit/pull/588

New Contributors
* NaveenKumarReddy8 made their first contribution in https://github.com/openlit/openlit/pull/588

**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.33.6...py-1.33.7

py-1.33.6
What's Changed
* [Feat]: Add vLLM and DeepSeek Integrations by patcher9 in https://github.com/openlit/openlit/commit/b8708098c782cdaad6d43019f098b4dfe4137124

**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.33.5...py-1.33.6

py-1.33.5
What's Changed
* [Fix]: Capture error on manual trace and raise it after handling by murnitur in https://github.com/openlit/openlit/pull/575


**Full Changelog**: https://github.com/openlit/openlit/compare/py-1.33.3...py-1.33.5

py-1.33.3
What's Changed
* [Fix]: Langchain bedrock and openai embeddings by patcher9 in https://github.com/openlit/openlit/pull/566


**Full Changelog**: https://github.com/openlit/openlit/compare/openlit-1.12.0...py-1.33.3

1.12.0

What's Changed
* [Fix]: Request UI and Exception UI fix for displaying trace details by AmanAgarwal041 in https://github.com/openlit/openlit/pull/561
* This release also updates the clickhouse docker image version from `24.2.2` to `24.4.1`


**Full Changelog**: https://github.com/openlit/openlit/compare/openlit-1.11.10...openlit-1.12.0

Page 1 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.