tweepy-self 1.5.0__tar.gz → 1.5.2__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tweepy-self
3
- Version: 1.5.0
3
+ Version: 1.5.2
4
4
  Summary: Twitter (selfbot) for Python!
5
5
  Author: Alen
6
6
  Author-email: alen.kimov@gmail.com
@@ -9,10 +9,10 @@ Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3.11
10
10
  Classifier: Programming Language :: Python :: 3.12
11
11
  Requires-Dist: beautifulsoup4 (>=4,<5)
12
- Requires-Dist: better-proxy (==1.1.0)
12
+ Requires-Dist: better-proxy (==1.1.1)
13
13
  Requires-Dist: curl_cffi (==0.6.0b9)
14
14
  Requires-Dist: lxml (>=5,<6)
15
- Requires-Dist: pydantic (>=2,<3)
15
+ Requires-Dist: pydantic (>=1)
16
16
  Requires-Dist: pyotp (>=2,<3)
17
17
  Requires-Dist: python3-capsolver (>=0.9,<0.10)
18
18
  Requires-Dist: yarl (>=1,<2)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "tweepy-self"
3
- version = "1.5.0"
3
+ version = "1.5.2"
4
4
  description = "Twitter (selfbot) for Python!"
5
5
  authors = ["Alen <alen.kimov@gmail.com>"]
6
6
  readme = "README.md"
@@ -10,9 +10,9 @@ packages = [{include = "twitter"}]
10
10
  python = "^3.11"
11
11
  curl_cffi = {version = "0.6.0b9", allow-prereleases = true}
12
12
  python3-capsolver = "^0.9"
13
- better-proxy = "1.1.0"
13
+ better-proxy = "1.1.1"
14
14
  beautifulsoup4 = "^4"
15
- pydantic = "^2"
15
+ pydantic = ">=1"
16
16
  lxml = "^5"
17
17
  pyotp = "^2"
18
18
  yarl = "^1"
File without changes