From 9cc5e2f333283e86b1e300d9dc43bcc632c641cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 16:56:36 +0000 Subject: [PATCH 1/6] Bump pydantic-settings from 2.3.3 to 2.3.4 Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.3.3 to 2.3.4. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.3.3...v2.3.4) --- updated-dependencies: - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 74b81f8..f24c822 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,4 +3,4 @@ pallets_sphinx_themes==2.1.3 myst-parser==3.0.1 autodoc_pydantic==2.2.0 pydantic==2.7.4 -pydantic-settings==2.3.3 +pydantic-settings==2.3.4 From 7e1caf186faee39ca7d6bce93ee1c8cfbe3c12e1 Mon Sep 17 00:00:00 2001 From: Andrei Date: Tue, 25 Jun 2024 21:59:58 +0300 Subject: [PATCH 2/6] Update README.md --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 9d20b4a..2e4d264 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,6 @@ ![Logo](https://red-panda-dev.xyz/media/images/AntiCaptcha_MCSmjTi.original.png) -### [Capsolver](https://capsolver.com?utm_source=github&utm_medium=banner_github&utm_campaign=python3-anticaptcha) - -[![Capsolver](files/capsolver.jpg)](https://capsolver.com?utm_source=github&utm_medium=banner_github&utm_campaign=python3-anticaptcha) - -[Capsolver.com](https://www.capsolver.com/?utm_source=github&utm_medium=banner_github&utm_campaign=python3-anticaptcha) is an AI-powered service that specializes in solving various types of captchas automatically. It supports captchas such as [reCAPTCHA V2](https://docs.capsolver.com/guide/captcha/ReCaptchaV2.html?utm_source=github&utm_medium=banner_github&utm_campaign=python3-anticaptcha), [reCAPTCHA V3](https://docs.capsolver.com/guide/captcha/ReCaptchaV3.html?utm_source=github&utm_medium=banner_github&utm_campaign=python3-anticaptcha), [hCaptcha](https://docs.capsolver.com/guide/captcha/HCaptcha.html?utm_source=github&utm_medium=banner_github&utm_campaign=python3-anticaptcha), [FunCaptcha](https://docs.capsolver.com/guide/captcha/FunCaptcha.html?utm_source=github&utm_medium=banner_github&utm_campaign=python3-anticaptcha), [DataDome](https://docs.capsolver.com/guide/captcha/DataDome.html?utm_source=github&utm_medium=banner_github&utm_campaign=python3-anticaptcha), [AWS Captcha](https://docs.capsolver.com/guide/captcha/awsWaf.html?utm_source=github&utm_medium=banner_github&utm_campaign=python3-anticaptcha), [Geetest](https://docs.capsolver.com/guide/captcha/Geetest.html?utm_source=github&utm_medium=banner_github&utm_campaign=python3-anticaptcha), and Cloudflare [Captcha](https://docs.capsolver.com/guide/antibots/cloudflare_turnstile.html?utm_source=github&utm_medium=banner_github&utm_campaign=python3-anticaptcha) / [Challenge 5s](https://docs.capsolver.com/guide/antibots/cloudflare_challenge.html?utm_source=github&utm_medium=banner_github&utm_campaign=python3-anticaptcha), [Imperva / Incapsula](https://docs.capsolver.com/guide/antibots/imperva.html?utm_source=github&utm_medium=banner_github&utm_campaign=python3-anticaptcha), among others. - -For developers, Capsolver offers API integration options detailed in their [documentation](https://docs.capsolver.com/?utm_source=github&utm_medium=banner_github&utm_campaign=python3-anticaptcha), facilitating the integration of captcha solving into applications. They also provide browser extensions for [Chrome](https://chromewebstore.google.com/detail/captcha-solver-auto-captc/pgojnojmmhpofjgdmaebadhbocahppod) and [Firefox](https://addons.mozilla.org/es/firefox/addon/capsolver-captcha-solver/), making it easy to use their service directly within a browser. Different pricing packages are available to accommodate varying needs, ensuring flexibility for users. -
[![PyPI version](https://badge.fury.io/py/python3-anticaptcha.svg)](https://badge.fury.io/py/python3-anticaptcha) From c1f8bcfda9a4d4e167f7361c0ef04c4b6610bfd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:11:49 +0000 Subject: [PATCH 3/6] Bump pydantic from 2.7.4 to 2.8.0 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.4 to 2.8.0. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.7.4...v2.8.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index f24c822..0e4c1bf 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,5 +2,5 @@ sphinx==7.3.7 pallets_sphinx_themes==2.1.3 myst-parser==3.0.1 autodoc_pydantic==2.2.0 -pydantic==2.7.4 +pydantic==2.8.0 pydantic-settings==2.3.4 From c0761fa91e69b1cddd8cf619481da2924519c80a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 4 Jul 2024 02:40:29 +0300 Subject: [PATCH 4/6] Update pydantic from 2.8.0 to 2.8.1 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0e4c1bf..b9c6470 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,5 +2,5 @@ sphinx==7.3.7 pallets_sphinx_themes==2.1.3 myst-parser==3.0.1 autodoc_pydantic==2.2.0 -pydantic==2.8.0 +pydantic==2.8.1 pydantic-settings==2.3.4 From 90a3e65cf6a243ace28ed8045a39d5d9c850bd4f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 4 Jul 2024 06:40:04 +0300 Subject: [PATCH 5/6] Update pydantic from 2.8.1 to 2.8.2 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b9c6470..96b3cc0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,5 +2,5 @@ sphinx==7.3.7 pallets_sphinx_themes==2.1.3 myst-parser==3.0.1 autodoc_pydantic==2.2.0 -pydantic==2.8.1 +pydantic==2.8.2 pydantic-settings==2.3.4 From aa0664d6cc840d74f9af7142c1d1dfd564492204 Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 5 Jul 2024 01:18:52 +0300 Subject: [PATCH 6/6] Update info.md --- docs/modules/main/info.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/modules/main/info.md b/docs/modules/main/info.md index 46055a1..49ca647 100644 --- a/docs/modules/main/info.md +++ b/docs/modules/main/info.md @@ -4,11 +4,6 @@ ![](../../_static/AntiCaptcha.png) - - Capsolver's Banner - -
-At the lowest price on the market, you may receive a variety of solutions, including reCAPTCHA V2, reCAPTCHA V3, hCaptcha, hCaptcha Click, FunCaptcha, picture-to-text, and more. With this service, 0.1s is the slowest speed ever measured.
[![PyPI version](https://badge.fury.io/py/python3-anticaptcha.svg)](https://badge.fury.io/py/python3-anticaptcha)