Skip to content

Commit 764220b

Browse files
committed
Bump and changelog and changed kajson dependency to kajson==0.1.5 (instead of >=) to tolerate temporary breaking changes from kajson
1 parent 90cd67d commit 764220b

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [v0.4.3] - 2025-06-19
4+
5+
### Fixed
6+
- **Removed deprecated Gemini 1.5 models**: Removed `gemini-1.5-flash` and `gemini-1.5-pro` from the VertexAI integration as they are no longer supported
7+
- Fixed multiple import statements across the codebase
8+
9+
### Documentation
10+
- **Enhanced MkDocs search**: Added search functionality to the documentation site
11+
- **Proofreading improvements**: Fixed various typos and improved clarity across documentation
12+
13+
### Refactor
14+
- Mini refactor: changed kajson dependency to `kajson==0.1.5` (instead of `>=`) to tolerate temporary breaking changes from kajson
15+
316
## [v0.4.2] - 2025-06-17
417

518
- Fixed the inheritance config manager method (Undocumented feature, soon to be removed)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pipelex"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
description = "Pipelex is an open-source dev tool based on a simple declarative language that lets you define replicable, structured, composable LLM pipelines."
55
authors = [{ name = "Evotis S.A.S.", email = "evotis@pipelex.com" }]
66
maintainers = [{ name = "Pipelex staff", email = "oss@pipelex.com" }]
@@ -24,7 +24,7 @@ dependencies = [
2424
"instructor>=1.8.3",
2525
"jinja2>=3.1.4",
2626
"json2html>=1.3.0",
27-
"kajson>=0.1.5",
27+
"kajson==0.1.5",
2828
"markdown>=3.6",
2929
"networkx>=3.4.2",
3030
"openai>=1.60.1",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)