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

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dfa5378ff7022ae9fe5b8b842c0365347c98f9ef2b772dcee6a93a45442de28c
size 106834

3
langfuse-2.54.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7efc70799740ffa0ac7e04066e0596fb6433e8e501fc850c6a4e7967de6de8a7
size 136706

View File

@@ -1,3 +1,106 @@
-------------------------------------------------------------------
Wed Nov 20 15:19:09 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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
https://github.com/langfuse/langfuse-python/pull/977
* fix(decorator): improve stack access safety
- update to 2.52.2:
* fix(openai): handle NoneType responses gracefully
* docs(llama-index): deprecate CallbackHandler and promote
Instrumentor
* fix(langchain): DeepInfra model parsing
- update to 2.52.1:
* fix(decorators): stack trace on failed auth_check
* fix(api): list models parsing errors
* fix(langchain): parse tool calls in input
- update to 2.52.0:
* feat(llama-index): add LlamaIndexInstrumentor for use with
instrumentation module instead of LlamaIndexSpanHandler
- update to 2.51.5:
* fix(openai): structured output parsing with openai >= 1.50
* chore(deps): bump django from 5.0.8 to 5.0.9 in
/examples/django_example
- update to 2.51.4:
* fix(serializer): Fix None serialization without langchain
installed
* fix(langchain): invalid user_id / session_id in TraceBody
* chore(deps-dev): bump pytest from 8.2.0 to 8.3.3
* chore: automerge dependabot patch PRs
* chore(deps): bump pydantic from 2.7.4 to 2.9.2
* chore: fix dependabot automerge
* chore: fix auto merging
* chore: fix auto merging
- update to 2.51.3:
* fix(langchain): time to first token
- update to 2.51.2:
* fix(prompts): remove traceback from fetch error logs
* fix(langchain): parse model name for ChatOCIGenAIAgent
- update to 2.51.0:
* feat(langchain): time to first token on streamed generations
* feat(langchain): allow passing trace attributes on chain
invocation
* fix(langchain): python langchain retriever - parent run not
found
* fix handle_span_events exception
- update to 2.50.3:
* fix(serializer): support numpy scalars
- update to 2.50.2:
* feat(prompts): allow passing kwargs to precompile langchain
prompt
- update to 2.50.1:
* fix(langchain): link prompts to nested generations as well
- update to 2.50.0:
* feat(decorator): allow setting parent trace or observation id
- update to 2.49.0:
* feat(langchain): link langfuse prompts to langchain
executions
- update to 2.48.1:
* fix(openai): multiple streamed tool calls
* fix(openai): time to first token
- update to 2.48.0:
* feat(decorator): Enhance `observe` decorator to support usage
without parentheses
* fix(llama-index): initialize OpenAI model serializers
* fix(langchain): ollama usage parsing
* fix(langchain/AzureChatOpenai): unnecessary logs
* fix(langchain): batch run to update trace outputs
- update to 2.47.1:
* feat: improve error messages
- update to 2.47.0:
* feat(prompts): optionally disable prompt caching when cache
ttl is 0
* Docs: https://langfuse.com/docs/prompts/get-started#disable-
caching
-------------------------------------------------------------------
Thu Oct 31 19:10:21 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

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}