diff --git a/README.md b/README.md index 992af9d7..39ee59c5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # python-rucaptcha -![Logo](https://red-panda-dev.xyz/media/images/RuCaptchaHigh_zkkPoYF.original.png) +[![RuCaptchaHigh.png](https://s.vyjava.xyz/files/2024/12-December/17/45247a56/RuCaptchaHigh.png)](https://vyjava.xyz/dashboard/image/45247a56-3332-48ee-8df8-fc95bcfc52f0) ### [Capsolver](https://www.capsolver.com/?utm_source=github&utm_medium=repo&utm_campaign=scraping&utm_term=python-rucaptcha) -[![Capsolver](files/capsolver.jpg)](https://www.capsolver.com/?utm_source=github&utm_medium=repo&utm_campaign=scraping&utm_term=python-rucaptcha) +[![capsolver.jpg](https://s.vyjava.xyz/files/2024/12-December/17/54e1db0e/capsolver.jpg)](https://www.capsolver.com/?utm_source=github&utm_medium=repo&utm_campaign=scraping&utm_term=python-rucaptcha)
@@ -69,4 +69,4 @@ For full changelog info check - [Releases page](https://github.com/AndreiDrang/p ### Get API Key to work with the library 1. On the page - https://rucaptcha.com/enterpage -2. Find it: ![img.png](https://github.com/AndreiDrang/python-rucaptcha/blob/master/files/img.png) +2. Find it: [![img.png](https://s.vyjava.xyz/files/2024/12-December/17/ac679557/img.png)](https://vyjava.xyz/dashboard/image/ac679557-f3cc-402f-bf95-6c45d252a2ef) diff --git a/docs/requirements.txt b/docs/requirements.txt index bda59f06..323e3f5d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,8 +2,8 @@ sphinx==8.1.3 pallets_sphinx_themes==2.3.0 myst-parser==4.0.0 autodoc_pydantic==2.2.0 -pydantic==2.10.2 -pydantic-settings==2.6.1 +pydantic==2.10.3 +pydantic-settings==2.7.0 enum-tools[sphinx]==0.12.0 requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/src/python_rucaptcha/__version__.py b/src/python_rucaptcha/__version__.py index ca0d9d35..221cd932 100644 --- a/src/python_rucaptcha/__version__.py +++ b/src/python_rucaptcha/__version__.py @@ -1 +1 @@ -__version__ = "6.3" +__version__ = "6.3.1"