Skip to content

Commit 2f5d3f3

Browse files
Release/v0.6.7
Release/v0.6.7
2 parents 89c8eb5 + 27d4372 commit 2f5d3f3

3 files changed

Lines changed: 1714 additions & 1091 deletions

File tree

CHANGELOG.md

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

3+
## [v0.6.7] - 2025-12-01
4+
5+
- Bump `pipelex` to `v0.17.3`: See `Pipelex` changelog [here](https://docs.pipelex.com/changelog/)
6+
37
## [v0.6.6] - 2025-12-01
48

59
- Bump `pipelex` to `v0.17.2`: See `Pipelex` changelog [here](https://docs.pipelex.com/changelog/)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "my-project"
3-
version = "0.6.6"
3+
version = "0.6.7"
44
description = "Replace this with your project description"
55
# authors = [{ name = "Your Name", email = "your.email@example.com" }]
66
license = "MIT"
@@ -16,7 +16,7 @@ classifiers = [
1616
]
1717

1818
dependencies = [
19-
"pipelex[mistralai,anthropic,google,google-genai,bedrock,fal]==0.17.2",
19+
"pipelex[mistralai,anthropic,google,google-genai,bedrock,fal]==0.17.3",
2020
]
2121

2222
[tool.setuptools]

0 commit comments

Comments
 (0)