diff --git a/.github/workflows/label-ai-generated-prs.yml b/.github/workflows/label-ai-generated-prs.yml new file mode 100644 index 00000000..547cbfec --- /dev/null +++ b/.github/workflows/label-ai-generated-prs.yml @@ -0,0 +1,11 @@ +# .github/workflows/label-ai-generated-prs.yml +name: Label AI-generated PRs + +on: + pull_request: + types: [opened, edited, synchronize] # run when the body changes too + +jobs: + call-label-ai-prs: + uses: intercom/github-action-workflows/.github/workflows/label-ai-prs.yml@main + secrets: inherit \ No newline at end of file diff --git a/README.rst b/README.rst index 330cae2c..c6722ec8 100644 --- a/README.rst +++ b/README.rst @@ -3,6 +3,13 @@ python-intercom |PyPI Version| |PyPI Downloads| |Travis CI Build| |Coverage Status| +Not officially supported +------------------------ +Please note that this is NOT an official Intercom SDK. The third party that maintained it reached out to us to note that they were unable to host it any longer. +As it was being used by some Intercom customers we offered to host it to allow the current Python community to continue to use it. +However, it will not be maintained or updated by Intercom. It is a community maintained SDK. +Please see `here `__ for the official list of Intercom SDKs + Python bindings for the Intercom API (https://developers.intercom.com/intercom-api-reference). `API Documentation `__. diff --git a/pylint.conf b/pylint.conf index 66b31ef9..1e15d839 100644 --- a/pylint.conf +++ b/pylint.conf @@ -10,7 +10,7 @@ # Profiled execution. profile=no -# Add files or directories to the blacklist. They should be base names, not +# Add files or directories to the blocked list. They should be base names, not # paths. ignore=CVS diff --git a/requirements.txt b/requirements.txt index 5f886cbd..9ed8cf25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ certifi inflection==0.3.0 pytz==2016.7 -requests==2.6.0 -urllib3==1.10.2 +requests==2.32.4 +urllib3==2.5.0 six==1.9.0 diff --git a/rtd-requirements.txt b/rtd-requirements.txt index d77bb2a7..baa9cb74 100644 --- a/rtd-requirements.txt +++ b/rtd-requirements.txt @@ -1,6 +1,6 @@ certifi inflection==0.3.0 -requests==2.6.0 -urllib3==1.10.2 +requests==2.32.4 +urllib3==2.5.0 six==1.9.0 -sphinx-rtd-theme==0.1.7 \ No newline at end of file +sphinx-rtd-theme==0.1.7