Skip to content

Commit e57fbd1

Browse files
committed
Fix deps
1 parent 0be4b42 commit e57fbd1

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

poetry.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ packages = [
1414
[tool.poetry.dependencies]
1515
python = ">=3.9,<3.12"
1616
python-dotenv = ">=0.21"
17+
openai = "^1.1.1"
1718
cohere = ">=4"
1819
attrs = ">=22"
1920
jinja2 = ">=3.1"
@@ -55,8 +56,6 @@ cryptography = "^41.0.4"
5556
dateparser = "^1.1.8"
5657
mail-parser = "^3.15.0"
5758
requests = "^2"
58-
openai = "^1.1.1"
59-
urllib3 = "<2"
6059

6160

6261
[tool.poetry.group.test.dependencies]

0 commit comments

Comments
 (0)