Skip to content

Commit e961026

Browse files
author
Andrei
authored
Merge pull request #97 from AndreiDrang/main
Upd libs
2 parents 9b9ab8f + 5412f3f commit e961026

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ If you have any questions, please send a message to the [Telegram](https://t.me/
3636

3737
Or email python-captcha@pm.me
3838

39-
***
40-
41-
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.
42-
43-
***
44-
4539
## How to install?
4640

4741
We recommend using the latest version of Python. `python3-capsolver` supports Python 3.7+.

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ sphinx==7.3.7
22
pallets_sphinx_themes==2.1.3
33
myst-parser==3.0.1
44
autodoc_pydantic==2.2.0
5-
pydantic==2.7.1
6-
pydantic-settings==2.2.1
5+
pydantic==2.7.4
6+
pydantic-settings==2.3.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ classifiers = [
8585
dependencies = [
8686
"requests>=2.21.0",
8787
"aiohttp>=3.9.2",
88-
"pydantic==2.7.1",
88+
"pydantic==2.7.4",
8989
"tenacity==8.*"
9090
]
9191

0 commit comments

Comments
 (0)