Qwael 4.0.4.3__tar.gz → 4.0.4.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Qwael
3
- Version: 4.0.4.3
3
+ Version: 4.0.4.4
4
4
  Summary: Qwael: İşlevsel ve kolaylaştırılmış Python kütüphanesi
5
5
  Author: Bedirhan
6
6
  Author-email: bedirhan.oytpass@gmail.com
@@ -23,9 +23,9 @@ Requires-Dist: Pillow
23
23
  Requires-Dist: flask
24
24
  Requires-Dist: pyyaml
25
25
  Requires-Dist: requests
26
- Requires-Dist: supabase>=2.0.0
27
- Requires-Dist: httpx>=0.24.0
28
- Requires-Dist: pydantic>=1.10.0
26
+ Requires-Dist: supabase<3
27
+ Requires-Dist: httpx<0.28
28
+ Requires-Dist: pydantic<2
29
29
  Dynamic: author
30
30
  Dynamic: author-email
31
31
  Dynamic: classifier
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Qwael
3
- Version: 4.0.4.3
3
+ Version: 4.0.4.4
4
4
  Summary: Qwael: İşlevsel ve kolaylaştırılmış Python kütüphanesi
5
5
  Author: Bedirhan
6
6
  Author-email: bedirhan.oytpass@gmail.com
@@ -23,9 +23,9 @@ Requires-Dist: Pillow
23
23
  Requires-Dist: flask
24
24
  Requires-Dist: pyyaml
25
25
  Requires-Dist: requests
26
- Requires-Dist: supabase>=2.0.0
27
- Requires-Dist: httpx>=0.24.0
28
- Requires-Dist: pydantic>=1.10.0
26
+ Requires-Dist: supabase<3
27
+ Requires-Dist: httpx<0.28
28
+ Requires-Dist: pydantic<2
29
29
  Dynamic: author
30
30
  Dynamic: author-email
31
31
  Dynamic: classifier
@@ -6,6 +6,6 @@ Pillow
6
6
  flask
7
7
  pyyaml
8
8
  requests
9
- supabase>=2.0.0
10
- httpx>=0.24.0
11
- pydantic>=1.10.0
9
+ supabase<3
10
+ httpx<0.28
11
+ pydantic<2
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as f:
5
5
 
6
6
  setup(
7
7
  name="Qwael",
8
- version="4.0.4.3",
8
+ version="4.0.4.4",
9
9
  packages=find_packages(),
10
10
  install_requires=[
11
11
  "google-api-python-client",
@@ -16,9 +16,9 @@ setup(
16
16
  "flask",
17
17
  "pyyaml",
18
18
  "requests",
19
- "supabase>=2.0.0",
20
- "httpx>=0.24.0",
21
- "pydantic>=1.10.0"
19
+ "supabase<3",
20
+ "httpx<0.28",
21
+ "pydantic<2"
22
22
  ],
23
23
  description="Qwael: İşlevsel ve kolaylaştırılmış Python kütüphanesi",
24
24
  long_description=README,
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes