pypetkitapi 1.7.1__tar.gz → 1.7.3__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.
- {pypetkitapi-1.7.1 → pypetkitapi-1.7.3}/PKG-INFO +3 -2
- {pypetkitapi-1.7.1 → pypetkitapi-1.7.3}/pyproject.toml +4 -3
- {pypetkitapi-1.7.1 → pypetkitapi-1.7.3}/LICENSE +0 -0
- {pypetkitapi-1.7.1 → pypetkitapi-1.7.3}/README.md +0 -0
- {pypetkitapi-1.7.1 → pypetkitapi-1.7.3}/pypetkitapi/__init__.py +0 -0
- {pypetkitapi-1.7.1 → pypetkitapi-1.7.3}/pypetkitapi/client.py +0 -0
- {pypetkitapi-1.7.1 → pypetkitapi-1.7.3}/pypetkitapi/command.py +0 -0
- {pypetkitapi-1.7.1 → pypetkitapi-1.7.3}/pypetkitapi/const.py +0 -0
- {pypetkitapi-1.7.1 → pypetkitapi-1.7.3}/pypetkitapi/containers.py +0 -0
- {pypetkitapi-1.7.1 → pypetkitapi-1.7.3}/pypetkitapi/exceptions.py +0 -0
- {pypetkitapi-1.7.1 → pypetkitapi-1.7.3}/pypetkitapi/feeder_container.py +0 -0
- {pypetkitapi-1.7.1 → pypetkitapi-1.7.3}/pypetkitapi/litter_container.py +0 -0
- {pypetkitapi-1.7.1 → pypetkitapi-1.7.3}/pypetkitapi/medias.py +0 -0
- {pypetkitapi-1.7.1 → pypetkitapi-1.7.3}/pypetkitapi/py.typed +0 -0
- {pypetkitapi-1.7.1 → pypetkitapi-1.7.3}/pypetkitapi/water_fountain_container.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pypetkitapi
|
3
|
-
Version: 1.7.
|
3
|
+
Version: 1.7.3
|
4
4
|
Summary: Python client for PetKit API
|
5
5
|
Home-page: https://github.com/Jezza34000/pypetkit
|
6
6
|
License: MIT
|
@@ -12,7 +12,8 @@ Classifier: Programming Language :: Python :: 3
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
14
14
|
Classifier: Programming Language :: Python :: 3.13
|
15
|
-
Requires-Dist:
|
15
|
+
Requires-Dist: aiofiles (>=24.1.0,<25.0.0)
|
16
|
+
Requires-Dist: aiohttp (>=3.10.10,<4.0.0)
|
16
17
|
Requires-Dist: pycryptodome (>=3.19.1,<4.0.0)
|
17
18
|
Requires-Dist: pydantic (>=1.10.19,<2.0.0)
|
18
19
|
Description-Content-Type: text/markdown
|
@@ -187,7 +187,7 @@ build-backend = "poetry.core.masonry.api"
|
|
187
187
|
|
188
188
|
[tool.poetry]
|
189
189
|
name = "pypetkitapi"
|
190
|
-
version = "1.7.
|
190
|
+
version = "1.7.3"
|
191
191
|
description = "Python client for PetKit API"
|
192
192
|
authors = ["Jezza34000 <info@mail.com>"]
|
193
193
|
readme = "README.md"
|
@@ -196,7 +196,8 @@ license = "MIT"
|
|
196
196
|
|
197
197
|
[tool.poetry.dependencies]
|
198
198
|
python = ">=3.11"
|
199
|
-
aiohttp = "^3.
|
199
|
+
aiohttp = "^3.10.10"
|
200
|
+
aiofiles = "^24.1.0"
|
200
201
|
pycryptodome = "^3.19.1"
|
201
202
|
pydantic = "^1.10.19"
|
202
203
|
|
@@ -207,7 +208,7 @@ ruff = "^0.8.1"
|
|
207
208
|
types-aiofiles = "^24.1.0.20240626"
|
208
209
|
|
209
210
|
[tool.bumpver]
|
210
|
-
current_version = "1.7.
|
211
|
+
current_version = "1.7.3"
|
211
212
|
version_pattern = "MAJOR.MINOR.PATCH"
|
212
213
|
commit_message = "bump version {old_version} -> {new_version}"
|
213
214
|
tag_message = "{new_version}"
|
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
|
File without changes
|