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
129 changes: 0 additions & 129 deletions .pipelex/inference/backends/groq.toml

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v0.6.3] - 2025-11-18

- Bump `pipelex` to `v0.15.6`: See `Pipelex` changelog [here](https://docs.pipelex.com/changelog/)
- Bump `pytest` to `v9.0.1` (fix typo in `pyproject.toml`)

## [v0.6.2] - 2025-11-13

- Update agent rules
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ make merge-check-ruff-format - Run ruff merge check without updating files
make merge-check-mypy - Run mypy merge check without updating files
make merge-check-pyright - Run pyright merge check without updating files

make ri - Shorthand -> reinstall
make v - Shorthand -> validate
make codex-tests - Run tests for Codex (exit on first failure) (no inference, no codex_disabled)
make gha-tests - Run tests for github actions (exit on first failure) (no inference, no gha_disabled)
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "my-project"
version = "0.6.2"
version = "0.6.3"
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.15.4",
"pipelex[mistralai,anthropic,google,google-genai,bedrock,fal]==0.15.6",
]

[tool.setuptools]
Expand All @@ -28,7 +28,7 @@ dev = [
"boto3-stubs>=1.35.24",
"mypy>=1.11.2",
"pyright>=1.1.405",
"pytest>=0.9.1",
"pytest>=9.0.1",
"pytest-sugar>=1.0.0",
"pytest_asyncio>=0.24.0",
"ruff>=0.6.8",
Expand Down
58 changes: 25 additions & 33 deletions uv.lock

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

Loading