We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4404de0 commit 41d85d0Copy full SHA for 41d85d0
python/setup.cfg
@@ -20,16 +20,16 @@ package_dir =
20
packages = find:
21
python_requires = >=3.11
22
install_requires =
23
- boto3==1.35.0
+ boto3>=1.35.0
24
25
[options.extras_require]
26
anthropic =
27
- anthropic==0.40.0
+ anthropic>=0.40.0
28
openai =
29
- openai==1.55.3
+ openai>=1.55.3
30
all =
31
32
33
34
[options.packages.find]
35
where = src
0 commit comments