We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f428e commit bc8adb6Copy full SHA for bc8adb6
fbpcs/pip_requirements.txt
@@ -3,7 +3,7 @@ botocore==1.21.65
3
cython==0.29.30 # required by thriftpy2 setup
4
dataclasses-json==0.5.2 # fbpcp requires this version, so we must as well
5
docopt>=0.6.2
6
-fbpcp~=0.6 # depending on: boto3, botocore
+fbpcp~=0.6.1 # depending on: boto3, botocore
7
marshmallow==3.5.1
8
networkx>=2.6.3
9
requests>=2.26.0
@@ -13,6 +13,6 @@ thriftpy2==0.4.14
13
pytz>=2022.1
14
thrift>=0.16.0 # logging_service client requires this
15
tqdm==4.55.1 # fbpcp requires this version, so we must as well
16
-urllib3==1.26.7 # fbpcp requires this version, so we must as well
+urllib3==1.26.17 # fbpcp requires this version, so we must as well
17
fastapi==0.93.0 # required by smart agent setup
18
uvicorn==0.20.0 # required by smart agent setup
0 commit comments