langfuse / langfuse-python

🪢 Langfuse Python SDK - Instrument your LLM app with decorators or low-level SDK and get detailed tracing/observability. Works with any LLM or framework
https://langfuse.com/docs/sdk/python
MIT License
81 stars 86 forks source link

chore: use logger.warning instead of logger.warn #904

Closed marcklingen closed 2 weeks ago

marcklingen commented 2 weeks ago

similar to #903, we should use warning across this repo instead of warn which is deprecated