Skip to content

Commit ab9f81e

Browse files
committed
feat: upgrade openai and fastapi to support r2r
1 parent 43987e7 commit ab9f81e

File tree

2 files changed

+35
-36
lines changed

2 files changed

+35
-36
lines changed

poetry.lock

Lines changed: 32 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ line-length = 120
2323

2424

2525
[tool.poetry.dependencies]
26-
python = "^3.10"
26+
python = ">=3.10,<3.13"
2727
celery = ">=5.3.4,<5.4.0"
2828
sqlakeyset = ">=2.0.1680321678,<2.1.0"
2929
loguru = ">=0.6.0,<0.7.0"
@@ -34,7 +34,7 @@ python-multipart = ">=0.0.7,<0.1.0"
3434
redis = ">=5.0.1,<5.1.0"
3535
orjson = ">=3.9.10,<3.10.0"
3636
boto3 = ">=1.33.0,<1.34.0"
37-
openai = ">=1.14.0"
37+
openai = "1.27.0"
3838
python-magic = ">=0.4.27,<0.5.0"
3939
beautifulsoup4 = ">=4.12.2,<4.13.0"
4040
pymupdf = ">=1.23.7,<1.24.0"
@@ -51,7 +51,7 @@ gevent = "^24.2.1"
5151
pydantic-settings = "^2.4.0"
5252
langchain = "^0.2.12"
5353
langchain-community = "^0.2.11"
54-
fastapi = "^0.112.0"
54+
fastapi = ">=0.109.2,<=0.112.0"
5555
fastapi-pagination = "^0.12.26"
5656
httpx = "^0.27.0"
5757
distro = "^1.9.0"

0 commit comments

Comments
 (0)