Python-lilypad

Latest version: v0.0.34

Safety actively analyzes 723144 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 7

0.0.12

**Full Changelog**: https://github.com/Mirascope/lilypad/compare/v0.0.11...v0.0.12

0.0.11

What's Changed
* feat: support mistral by koxudaxi in https://github.com/Mirascope/lilypad/pull/53
* feat: added api key authentication by brenkao in https://github.com/Mirascope/lilypad/pull/90
* fix: loading states when data is loading by brenkao in https://github.com/Mirascope/lilypad/pull/91
* Fix generation constraint by brenkao in https://github.com/Mirascope/lilypad/pull/96
* feat: Support vertex by koxudaxi in https://github.com/Mirascope/lilypad/pull/50
* fix: unable to login due to incorrect placement of queries by brenkao in https://github.com/Mirascope/lilypad/pull/97
* feat: open details page when using a trace uuid, output trace url whe by brenkao in https://github.com/Mirascope/lilypad/pull/98
* Optimize traces by brenkao in https://github.com/Mirascope/lilypad/pull/99
* Separate client and backend by brenkao in https://github.com/Mirascope/lilypad/pull/100
* merge fix in main to prod branch by willbakst in https://github.com/Mirascope/lilypad/pull/101
* feat: add env for pointing to backend api by brenkao in https://github.com/Mirascope/lilypad/pull/102
* fix: cors by brenkao in https://github.com/Mirascope/lilypad/pull/103
* fix: 'property' attribute error when checking isinstance on a custom LLM client by koxudaxi in https://github.com/Mirascope/lilypad/pull/92
* fix: Closure logic for aliased imports by koxudaxi in https://github.com/Mirascope/lilypad/pull/93
* feat: Posthog by brenkao in https://github.com/Mirascope/lilypad/pull/104
* chore: updated incorrect quickstart and removed out of date readme se… by brenkao in https://github.com/Mirascope/lilypad/pull/95
* chore: cleanup unused packages by brenkao in https://github.com/Mirascope/lilypad/pull/105
* Merge `main` into `prod` for `v0.0.11` release by willbakst in https://github.com/Mirascope/lilypad/pull/106


**Full Changelog**: https://github.com/Mirascope/lilypad/compare/v0.0.10...v0.0.11

0.0.10

What's Changed
* properly catch possible value errors in `jsonable_encoder` usage by willbakst in https://github.com/Mirascope/lilypad/pull/87


**Full Changelog**: https://github.com/Mirascope/lilypad/compare/v0.0.9...v0.0.10

0.0.9

What's Changed
* fix: ensure generations always call user code and never crash on lilypad errors by willbakst in https://github.com/Mirascope/lilypad/pull/77
* fix: generation overflowing by brenkao in https://github.com/Mirascope/lilypad/pull/78
* Support non json serializable args by willbakst in https://github.com/Mirascope/lilypad/pull/79
* feat: alembic by brenkao in https://github.com/Mirascope/lilypad/pull/71
* fix: print nits by brenkao in https://github.com/Mirascope/lilypad/pull/81
* docs: initial generations page with some early best practices by willbakst in https://github.com/Mirascope/lilypad/pull/82


**Full Changelog**: https://github.com/Mirascope/lilypad/compare/v0.0.8...v0.0.9

0.0.8

What's Changed
* docs: fix pip install line to show uv instead by willbakst in https://github.com/Mirascope/lilypad/pull/59


**Full Changelog**: https://github.com/Mirascope/lilypad/compare/v0.0.7...v0.0.8

0.0.7

What's Changed
* Development lifecycle updates by brenkao in https://github.com/Mirascope/lilypad/pull/17
* chore: cleanup messages panel, add audio, add serialization of some p… by brenkao in https://github.com/Mirascope/lilypad/pull/18
* feat: added initial evaluation frontend and minor cleanup of backend,… by brenkao in https://github.com/Mirascope/lilypad/pull/19
* refactor: initial work on refactoring llm_fn into traces and prompts by willbakst in https://github.com/Mirascope/lilypad/pull/20
* Sync vs non sync cleanup by willbakst in https://github.com/Mirascope/lilypad/pull/21
* feat: add unitest for prompts.py by koxudaxi in https://github.com/Mirascope/lilypad/pull/22
* feat: lilypad implementation of llm instrumentation based off opentelemetry-instrumentation-openai-v2 by brenkao in https://github.com/Mirascope/lilypad/pull/23
* feat: add unitest for models by koxudaxi in https://github.com/Mirascope/lilypad/pull/24
* License checker by willbakst in https://github.com/Mirascope/lilypad/pull/28
* feat: Add unittest for _utils by koxudaxi in https://github.com/Mirascope/lilypad/pull/25
* feat: add unittest for _opentelemetry by koxudaxi in https://github.com/Mirascope/lilypad/pull/30
* feat: add unittest for server by koxudaxi in https://github.com/Mirascope/lilypad/pull/29
* Website by willbakst in https://github.com/Mirascope/lilypad/pull/31
* feat: initial github oauth authentication by brenkao in https://github.com/Mirascope/lilypad/pull/26
* feat: refactor all models to use UUId, fix: pyright issue with baseservice by brenkao in https://github.com/Mirascope/lilypad/pull/32
* feat: add env for external db, fix: postgres compatibility, various bugs with uuid. by brenkao in https://github.com/Mirascope/lilypad/pull/33
* fix: Fix uv error by koxudaxi in https://github.com/Mirascope/lilypad/pull/27
* `uv` run function closure by willbakst in https://github.com/Mirascope/lilypad/pull/34
* Hosted lilypad by brenkao in https://github.com/Mirascope/lilypad/pull/35
* fix: issue with closure computation missing certain decorator types +… by willbakst in https://github.com/Mirascope/lilypad/pull/36
* fix: ui styling bugs and some opentelemetry bugs by brenkao in https://github.com/Mirascope/lilypad/pull/37
* Generation updates by willbakst in https://github.com/Mirascope/lilypad/pull/38
* feat: automatically detect and use prompt linked from generation if p… by willbakst in https://github.com/Mirascope/lilypad/pull/39
* feat: UI updates generations by brenkao in https://github.com/Mirascope/lilypad/pull/49
* feat: added api key to client by brenkao in https://github.com/Mirascope/lilypad/pull/51
* fix: various bugs with editor and version by brenkao in https://github.com/Mirascope/lilypad/pull/54
* feat: add response-model decorator by koxudaxi in https://github.com/Mirascope/lilypad/pull/47
* feat: add opentelemetry outlines by koxudaxi in https://github.com/Mirascope/lilypad/pull/40
* feat: Add OpenTelemetry instrumentation support for OpenAI parse methods by koxudaxi in https://github.com/Mirascope/lilypad/pull/48
* fix: private github emails and run bug and various ui improvements by brenkao in https://github.com/Mirascope/lilypad/pull/55
* Fix closure mirascope response model by willbakst in https://github.com/Mirascope/lilypad/pull/56
* fix: postgres query by brenkao in https://github.com/Mirascope/lilypad/pull/57
* docs: update docs for next version release by willbakst in https://github.com/Mirascope/lilypad/pull/58

New Contributors
* koxudaxi made their first contribution in https://github.com/Mirascope/lilypad/pull/22

**Full Changelog**: https://github.com/Mirascope/lilypad/compare/v0.0.6...v0.0.7

Page 5 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.