Skip to content

Commit 41d85d0

Browse files
committed
making python dependency as minimal not strict
1 parent 4404de0 commit 41d85d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

python/setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ package_dir =
2020
packages = find:
2121
python_requires = >=3.11
2222
install_requires =
23-
boto3==1.35.0
23+
boto3>=1.35.0
2424

2525
[options.extras_require]
2626
anthropic =
27-
anthropic==0.40.0
27+
anthropic>=0.40.0
2828
openai =
29-
openai==1.55.3
29+
openai>=1.55.3
3030
all =
31-
anthropic==0.40.0
32-
openai==1.55.3
31+
anthropic>=0.40.0
32+
openai>=1.55.3
3333

3434
[options.packages.find]
3535
where = src

0 commit comments

Comments
 (0)