A client library for accessing langfuse
Project description
Langfuse Python SDK
Installation
[!IMPORTANT] The SDK was rewritten in v2 and released on December 17, 2023. Refer to the v2 migration guide for instructions on updating your code.
pip install langfuse
Full documentation: https://docs.langfuse.com/sdk/python
Langchain documentation: https://docs.langfuse.com/langchain
Development
Add Poetry plugins
poetry self add poetry-dotenv-plugin
poetry self add poetry-bumpversion
Install dependencies
poetry install --all-extras
Add Pre-commit
poetry run pre-commit install
Tests
Setup
- Add .env based on .env.example
Run
- Run all
poetry run pytest -s -v --log-cli-level=INFO
- Run a specific test
poetry run pytest -s -v --log-cli-level=INFO tests/test_sdk.py::test_flush
- E2E tests involving OpenAI and Serp API are usually skipped, remove skip decorators in tests/test_langchain.py to run them.
Update openapi spec
- Generate Fern Python SDK in langfuse and copy the files generated in
generated/python
into thelangfuse/api
folder in this repo. - Execute the linter by running
poetry run ruff format .
- Rebuild and deploy the package to PyPi.
Publish release
poetry version patch
poetry version prepatch
for pre-release versions
poetry install
poetry build
git commit -am "chore: release v{version}"
git push
git tag v{version}
git push --tags
poetry publish
- Create PyPi API token: https://pypi.org/manage/account/token/
- Setup:
poetry config pypi-token.pypi your-api-token
- Create a release on GitHub with the changelog
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
langfuse-2.14.0a0.tar.gz
(48.8 kB
view hashes)
Built Distribution
langfuse-2.14.0a0-py3-none-any.whl
(108.9 kB
view hashes)
Close
Hashes for langfuse-2.14.0a0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a62a239c8227aa007a823821b51dd3f79ccd8a0c253843e2b5a547abfa4c44a1 |
|
MD5 | f29089aaa14f538aba9c9c8368884b4f |
|
BLAKE2b-256 | d024af120d7f3b7390d2bf7c8966d2a506a68167ec38031285f1519a45c28a81 |