14
0

- update to 2.54.1:

* fix(media): allow setting IO media via decorator update
- update to 2.54.0:
  * feat(core): add multimodal support
  * fix(openai): pass parsed_n only if greater 1
- update to 2.53.9:
  * perf: move serialization to background threads
- update to 2.53.8:
  * fix(datasets): encoding
- update to 2.53.7:
  * fix(openai): revert default stream option setting
- update to 2.53.6:
  * fix(serializer): reduce log level to debug on failed
    serialization
- update to 2.53.5:
  * fix(serializer): pydantic compat v1 v2
- update to 2.53.4:
  * feat(openai): parse usage if stream_options has include_usage
- update to 2.53.3:
  * fix(datasets): url encode dataset name and run name
  * refactor(llama-index): send generation updates directly from
    event handler
- update to 2.53.2:
  * fix(llama-index): CompletionResponse Serialization by
    @hassiebp
- update to 2.53.1:
  * fix: 'NoneType' object has no attribute '__dict__'
- update to 2.53.0:
  * feat(client): allow masking event input and output by
    @shawnzhu and @hassiebp in

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-langfuse?expand=0&rev=7
This commit is contained in:
2024-11-20 15:21:45 +00:00
committed by Git OBS Bridge
parent 090e928942
commit e9e162a752
4 changed files with 111 additions and 8 deletions

View File

@@ -18,11 +18,11 @@
%{?sle15_python_module_pythons}
Name: python-langfuse
Version: 2.44.0
Version: 2.54.1
Release: 0
Summary: A client library for accessing langfuse
License: MIT
URL: https://github.com/langfuse/langfuse
URL: https://github.com/langfuse/langfuse-python
Source: https://files.pythonhosted.org/packages/source/l/langfuse/langfuse-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core >= 1.0.0}