langfuse-prompt-library-iauro 0.1.1__tar.gz → 0.1.2__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.
- {langfuse_prompt_library_iauro-0.1.1 → langfuse_prompt_library_iauro-0.1.2}/PKG-INFO +2 -2
- {langfuse_prompt_library_iauro-0.1.1 → langfuse_prompt_library_iauro-0.1.2}/README.md +1 -1
- {langfuse_prompt_library_iauro-0.1.1 → langfuse_prompt_library_iauro-0.1.2}/pyproject.toml +1 -1
- {langfuse_prompt_library_iauro-0.1.1 → langfuse_prompt_library_iauro-0.1.2}/src/langfuse_prompt_library/__init__.py +1 -1
- {langfuse_prompt_library_iauro-0.1.1 → langfuse_prompt_library_iauro-0.1.2}/src/langfuse_prompt_library_iauro.egg-info/PKG-INFO +2 -2
- {langfuse_prompt_library_iauro-0.1.1 → langfuse_prompt_library_iauro-0.1.2}/LICENSE +0 -0
- {langfuse_prompt_library_iauro-0.1.1 → langfuse_prompt_library_iauro-0.1.2}/setup.cfg +0 -0
- {langfuse_prompt_library_iauro-0.1.1 → langfuse_prompt_library_iauro-0.1.2}/src/langfuse_prompt_library/config.py +0 -0
- {langfuse_prompt_library_iauro-0.1.1 → langfuse_prompt_library_iauro-0.1.2}/src/langfuse_prompt_library/exceptions.py +0 -0
- {langfuse_prompt_library_iauro-0.1.1 → langfuse_prompt_library_iauro-0.1.2}/src/langfuse_prompt_library/manager.py +0 -0
- {langfuse_prompt_library_iauro-0.1.1 → langfuse_prompt_library_iauro-0.1.2}/src/langfuse_prompt_library/models.py +0 -0
- {langfuse_prompt_library_iauro-0.1.1 → langfuse_prompt_library_iauro-0.1.2}/src/langfuse_prompt_library_iauro.egg-info/SOURCES.txt +0 -0
- {langfuse_prompt_library_iauro-0.1.1 → langfuse_prompt_library_iauro-0.1.2}/src/langfuse_prompt_library_iauro.egg-info/dependency_links.txt +0 -0
- {langfuse_prompt_library_iauro-0.1.1 → langfuse_prompt_library_iauro-0.1.2}/src/langfuse_prompt_library_iauro.egg-info/requires.txt +0 -0
- {langfuse_prompt_library_iauro-0.1.1 → langfuse_prompt_library_iauro-0.1.2}/src/langfuse_prompt_library_iauro.egg-info/top_level.txt +0 -0
- {langfuse_prompt_library_iauro-0.1.1 → langfuse_prompt_library_iauro-0.1.2}/src/utils/__init__.py +0 -0
- {langfuse_prompt_library_iauro-0.1.1 → langfuse_prompt_library_iauro-0.1.2}/src/utils/logger.py +0 -0
- {langfuse_prompt_library_iauro-0.1.1 → langfuse_prompt_library_iauro-0.1.2}/src/utils/utility.py +0 -0
- {langfuse_prompt_library_iauro-0.1.1 → langfuse_prompt_library_iauro-0.1.2}/tests/test_library.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: langfuse-prompt-library-iauro
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: A production-ready wrapper for Langfuse prompts and tracing with LLM integrations
|
|
5
5
|
Author-email: Sunny Mane <sunny.mane@iauro.com>
|
|
6
6
|
Maintainer-email: Vaibhav Hopal <vaibhav.hopal@iauro.com>
|
|
@@ -249,7 +249,7 @@ For issues and questions:
|
|
|
249
249
|
|
|
250
250
|
## Changelog
|
|
251
251
|
|
|
252
|
-
### 0.1.
|
|
252
|
+
### 0.1.2
|
|
253
253
|
- Initial public release
|
|
254
254
|
- Support for OpenAI and Anthropic
|
|
255
255
|
- Automatic tracing and observability
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "langfuse-prompt-library-iauro"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.2"
|
|
8
8
|
description = "A production-ready wrapper for Langfuse prompts and tracing with LLM integrations"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.8"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: langfuse-prompt-library-iauro
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: A production-ready wrapper for Langfuse prompts and tracing with LLM integrations
|
|
5
5
|
Author-email: Sunny Mane <sunny.mane@iauro.com>
|
|
6
6
|
Maintainer-email: Vaibhav Hopal <vaibhav.hopal@iauro.com>
|
|
@@ -249,7 +249,7 @@ For issues and questions:
|
|
|
249
249
|
|
|
250
250
|
## Changelog
|
|
251
251
|
|
|
252
|
-
### 0.1.
|
|
252
|
+
### 0.1.2
|
|
253
253
|
- Initial public release
|
|
254
254
|
- Support for OpenAI and Anthropic
|
|
255
255
|
- Automatic tracing and observability
|
|
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
|
{langfuse_prompt_library_iauro-0.1.1 → langfuse_prompt_library_iauro-0.1.2}/src/utils/__init__.py
RENAMED
|
File without changes
|
{langfuse_prompt_library_iauro-0.1.1 → langfuse_prompt_library_iauro-0.1.2}/src/utils/logger.py
RENAMED
|
File without changes
|
{langfuse_prompt_library_iauro-0.1.1 → langfuse_prompt_library_iauro-0.1.2}/src/utils/utility.py
RENAMED
|
File without changes
|
{langfuse_prompt_library_iauro-0.1.1 → langfuse_prompt_library_iauro-0.1.2}/tests/test_library.py
RENAMED
|
File without changes
|