Skip to content

Commit 585df68

Browse files
authored
Merge pull request Pipelex#133 from Pipelex/release/v0.4.10
Release/v0.4.10
2 parents cfdb4a3 + 24ae2e7 commit 585df68

3 files changed

Lines changed: 6 additions & 4 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.4.10] - 2025-06-30
4+
5+
- Fixed a bad import statement
6+
37
## [v0.4.9] - 2025-06-30
48

59
### Highlights

pipelex/cogt/llm/llm_models/llm_model_provider_abstract.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from abc import ABC, abstractmethod
2-
from typing import List
3-
4-
from mistralai import Optional
2+
from typing import List, Optional
53

64
from pipelex.cogt.llm.llm_models.llm_model import LLMModel
75
from pipelex.cogt.llm.llm_models.llm_platform import LLMPlatformChoice

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pipelex"
3-
version = "0.4.9"
3+
version = "0.4.10"
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" }]

0 commit comments

Comments
 (0)