Skip to content

Commit 1a12812

Browse files
author
Andrei
authored
Merge pull request #109 from AndreiDrang/main
upd
2 parents e961026 + 9a03bea commit 1a12812

6 files changed

Lines changed: 9 additions & 14 deletions

File tree

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
![Logo](https://red-panda-dev.xyz/media/images/Capsolver_ugBYrN0.original.png)
44

5-
<a href="https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1">
6-
<img src="https://cdn.discordapp.com/attachments/1105172394655625306/1105180101802471575/20221207-160749.gif" alt="Capsolver's Banner">
7-
</a>
8-
<br>
9-
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.
105
<hr>
116

127
[![PyPI version](https://badge.fury.io/py/python3-capsolver.svg)](https://badge.fury.io/py/python3-capsolver)

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Python3 library for `Capsolver API <https://dashboard.capsolver.com/passport/reg
99

1010
The library is intended for software developers and is used to work with the `Capsolver API <https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1)>`_.
1111

12-
Check our other projects here - `RedPandaDev group <https://red-panda-dev.xyz/blog/>`_. For example - `Torrents Tracker bot <https://t.me/torrents_tracker_bot>`_ for Telegram
12+
Check our other projects here - `RedPandaDev group <https://red-panda-dev.xyz/blog/>`_.
1313

1414
.. toctree::
1515
:maxdepth: 1

docs/modules/main/info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The library is intended for software developers and is used to work with the [Ca
2929

3030
***
3131

32-
You can check our other projects here - [RedPandaDev group](https://red-panda-dev.xyz/blog/). For example - [Torrents Tracker bot](https://t.me/torrents_tracker_bot) for Telegram.
32+
You can check our other projects here - [RedPandaDev group](https://red-panda-dev.xyz/blog/).
3333

3434
***
3535

docs/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
sphinx==7.3.7
1+
sphinx==8.0.2
22
pallets_sphinx_themes==2.1.3
3-
myst-parser==3.0.1
3+
myst-parser==4.0.0
44
autodoc_pydantic==2.2.0
5-
pydantic==2.7.4
6-
pydantic-settings==2.3.3
5+
pydantic==2.8.2
6+
pydantic-settings==2.4.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ classifiers = [
8585
dependencies = [
8686
"requests>=2.21.0",
8787
"aiohttp>=3.9.2",
88-
"pydantic==2.7.4",
89-
"tenacity==8.*"
88+
"pydantic==2.8.2",
89+
"tenacity>=8,<10"
9090
]
9191

9292
[tool.setuptools.packages.find]

requirements.style.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# codestyle
22
isort==5.*
3-
black==24.4.2
3+
black==24.8.0
44
autoflake==2.*

0 commit comments

Comments
 (0)