Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

urllib3 dependency in fbpcp and fbpcs #2347

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fbpcs/pip_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ botocore==1.21.65
cython==0.29.30 # required by thriftpy2 setup
dataclasses-json==0.5.2 # fbpcp requires this version, so we must as well
docopt>=0.6.2
fbpcp~=0.6 # depending on: boto3, botocore
fbpcp~=0.6.1 # depending on: boto3, botocore
marshmallow==3.5.1
networkx>=2.6.3
requests>=2.26.0
Expand All @@ -13,6 +13,6 @@ thriftpy2==0.4.14
pytz>=2022.1
thrift>=0.16.0 # logging_service client requires this
tqdm==4.55.1 # fbpcp requires this version, so we must as well
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
fastapi==0.93.0 # required by smart agent setup
uvicorn==0.20.0 # required by smart agent setup