Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.6.0] - 2025-11-07

- Upgraded `pipelex` dependency from `0.14.0` to `0.15.2`

## [v0.5.1] - 2025-10-28

- Updated README.md instructions
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ install: env
$(call PRINT_TITLE,"Installing dependencies")
@. $(VIRTUAL_ENV)/bin/activate && \
uv sync --all-extras && \
$(VENV_PIPELEX) init config && \
echo "Installed dependencies in ${VIRTUAL_ENV} and initialized Pipelex config";
echo "Installed dependencies in ${VIRTUAL_ENV}";

lock: env
$(call PRINT_TITLE,"Resolving dependencies without update")
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ source .venv/bin/activate

# Install
pip install . # or uv sync
pipelex init
```

After installation, configure your API keys by creating a `.env` file with your credentials.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "my-project"
version = "0.5.1"
version = "0.6.0"
description = "Replace this with your project description"
# authors = [{ name = "Your Name", email = "your.email@example.com" }]
license = "MIT"
Expand All @@ -16,7 +16,7 @@ classifiers = [
]

dependencies = [
"pipelex[mistralai,anthropic,google,google-genai,bedrock,fal]==0.14.0",
"pipelex[mistralai,anthropic,google,google-genai,bedrock,fal]==0.15.2",
]

[tool.setuptools]
Expand Down
16 changes: 8 additions & 8 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading