raindrop-ai 0.0.27__tar.gz → 0.0.28__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,13 +1,14 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: raindrop-ai
3
- Version: 0.0.27
3
+ Version: 0.0.28
4
4
  Summary: Raindrop AI (Python SDK)
5
5
  License: MIT
6
6
  Author: Raindrop AI
7
7
  Author-email: sdk@raindrop.ai
8
- Requires-Python: >=3.11, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*, !=3.8.*, !=3.9.*, !=3.10.*
8
+ Requires-Python: >=3.10, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*, !=3.8.*, !=3.9.*
9
9
  Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.10
11
12
  Classifier: Programming Language :: Python :: 3.11
12
13
  Classifier: Programming Language :: Python :: 3.12
13
14
  Requires-Dist: pydantic (>=2.09,<3)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "raindrop-ai"
3
- version = "0.0.27"
3
+ version = "0.0.28"
4
4
  description = "Raindrop AI (Python SDK)"
5
5
  authors = ["Raindrop AI <sdk@raindrop.ai>"]
6
6
  license = "MIT"
@@ -8,7 +8,7 @@ readme = "README.md"
8
8
  packages = [{include = "raindrop"}]
9
9
 
10
10
  [tool.poetry.dependencies]
11
- python = ">=3.11,<3.12.1 || >3.12.1,<4.0"
11
+ python = ">=3.10,<3.12.1 || >3.12.1,<4.0"
12
12
  pydantic = ">=2.09,<3"
13
13
  requests = "^2.32.3"
14
14
 
@@ -0,0 +1 @@
1
+ VERSION = "0.0.28"
@@ -1 +0,0 @@
1
- VERSION = "0.0.27"
File without changes