Skip to content

Commit 50f55e5

Browse files
rmitschRaphael Mitsch
andauthored
chore: Update openai dependency. (#255)
Co-authored-by: Raphael Mitsch <raphael@climatiq.com>
1 parent ddfb1af commit 50f55e5

4 files changed

Lines changed: 80 additions & 26 deletions

File tree

CITATION.CFF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors:
1515
- family-names: "Maufe"
1616
given-names: "Matthew"
1717
title: "Sieves"
18-
version: 1.0.1
18+
version: 1.0.2
1919
doi: 10.5281/zenodo.18663624
2020
date-released: 2026-02-16
2121
url: "https://github.com/MantisAI/sieves"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"langchain>=1,<2",
3535
"sentencepiece<1",
3636
"json-repair>=0.48.0",
37-
"openai>=1.109.1,<2",
37+
"openai>=2,<3",
3838
"langchain-openai>=1.1.6,<2",
3939
"pydantic-ai>=1,<2",
4040
"scikit-learn>=1.6,<2",

sieves/serialization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def get_version() -> str:
7979
8080
:return str: Version string from setup.cfg metadata.
8181
"""
82-
return "1.0.1"
82+
return "1.0.2"
8383

8484
version: str = get_version()
8585
cls_name: str

0 commit comments

Comments
 (0)