Skip to content

Commit 14eae72

Browse files
authored
Update product service dependencies (#670)
1 parent 8356291 commit 14eae72

File tree

1 file changed

+45
-10
lines changed

1 file changed

+45
-10
lines changed

src/products/src/requirements.txt

+45-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,45 @@
1-
anthropic-bedrock==0.5.4
2-
aws-xray-sdk==2.12.1
3-
boto3==1.29.6
4-
Flask==3.0.0
5-
flask-cors==4.0.1
6-
gunicorn==22.0.0
7-
pyyaml==6.0.1
8-
requests==2.31.0
9-
urllib3<2
10-
uuid==1.30
1+
annotated-types==0.6.0
2+
anthropic-bedrock==0.8.0
3+
anyio==3.7.1
4+
aws-xray-sdk==2.14.0
5+
blinker==1.9.0
6+
boto3==1.35.71
7+
botocore==1.35.71
8+
certifi==2023.11.17
9+
cffi==1.16.0
10+
charset-normalizer==3.3.2
11+
click==8.1.7
12+
cryptography==41.0.7
13+
distro==1.8.0
14+
filelock==3.13.1
15+
Flask==3.1.0
16+
Flask-Cors==5.0.0
17+
fsspec==2023.10.0
18+
gunicorn==23.0.0
19+
h11==0.14.0
20+
httpcore==1.0.2
21+
httpx==0.25.2
22+
huggingface-hub==0.19.4
23+
idna==3.6
24+
itsdangerous==2.2.0
25+
Jinja2==3.1.2
26+
jmespath==1.0.1
27+
MarkupSafe==2.1.3
28+
packaging==23.2
29+
pycparser==2.21
30+
pydantic==2.5.2
31+
pydantic_core==2.14.5
32+
PyJWT==2.8.0
33+
python-dateutil==2.8.2
34+
PyYAML==6.0.2
35+
requests==2.32.3
36+
s3transfer==0.10.4
37+
six==1.16.0
38+
sniffio==1.3.0
39+
tokenizers==0.15.0
40+
tqdm==4.66.1
41+
typing_extensions==4.8.0
42+
urllib3==1.26.18
43+
uuid==1.30
44+
Werkzeug==3.1.3
45+
wrapt==1.16.0

0 commit comments

Comments
 (0)