Skip to content

Commit 968486f

Browse files
authored
Merge pull request #1132 from parea-ai/lower-orjson-reqs
>=3.9 orjson
2 parents d6a2791 + 9d69822 commit 968486f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
[tool.poetry]
77
name = "parea-ai"
88
packages = [{ include = "parea" }]
9-
version = "0.2.219"
9+
version = "0.2.220"
1010
description = "Parea python sdk"
1111
readme = "README.md"
1212
authors = ["joel-parea-ai <[email protected]>"]
@@ -34,19 +34,19 @@ classifiers = [
3434
[tool.poetry.dependencies]
3535
python = ">=3.9,<4.0"
3636
httpx = ">=0.28.1"
37-
python-dotenv = "^1.0.1"
38-
poetry-plugin-dotenv = "^2.6.1"
39-
pyupgrade = "^3.19.1"
40-
contextvars = "^2.4"
37+
python-dotenv = ">=1.0.1"
38+
poetry-plugin-dotenv = ">=2.6.1"
39+
pyupgrade = ">=3.19.1"
40+
contextvars = ">=2.4"
4141
openai = "*"
42-
pysbd = "^0.3.4"
42+
pysbd = ">=0.3.4"
4343
cattrs = ">=22.1.0"
4444
tiktoken = ">=0.5.2"
45-
levenshtein = "^0.26.1"
46-
pytz = "^2024.2"
47-
wrapt = "^1.17.2"
45+
levenshtein = ">=0.26.1"
46+
pytz = ">=2024.2"
47+
wrapt = ">=1.17.2"
4848
tenacity = "*"
49-
orjson = "^3.10.14"
49+
orjson = ">=3.9"
5050

5151
[tool.poetry.group.dev.dependencies]
5252
instructor = "^1.7.2"

0 commit comments

Comments
 (0)