hishel 1.1.8__py3-none-any.whl → 1.1.9__py3-none-any.whl
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: hishel
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.9
|
|
4
4
|
Summary: Elegant HTTP Caching for Python
|
|
5
5
|
Project-URL: Homepage, https://hishel.com
|
|
6
6
|
Project-URL: Source, https://github.com/karpetrosyan/hishel
|
|
@@ -16,14 +16,13 @@ Classifier: License :: OSI Approved :: BSD License
|
|
|
16
16
|
Classifier: Operating System :: OS Independent
|
|
17
17
|
Classifier: Programming Language :: Python :: 3
|
|
18
18
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.10
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.11
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.12
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.13
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.14
|
|
25
24
|
Classifier: Topic :: Internet :: WWW/HTTP
|
|
26
|
-
Requires-Python: >=3.
|
|
25
|
+
Requires-Python: >=3.10
|
|
27
26
|
Requires-Dist: msgpack>=1.1.2
|
|
28
27
|
Requires-Dist: typing-extensions>=4.14.1
|
|
29
28
|
Provides-Extra: async
|
|
@@ -406,6 +405,20 @@ Hishel is inspired by and builds upon the excellent work in the Python HTTP ecos
|
|
|
406
405
|
<strong>Made with ❤️ by <a href="https://github.com/karpetrosyan">Kar Petrosyan</a></strong>
|
|
407
406
|
</p>
|
|
408
407
|
|
|
408
|
+
## What's Changed in 1.1.9
|
|
409
|
+
### ⚙️ Miscellaneous Tasks
|
|
410
|
+
|
|
411
|
+
* chore: drop python 3.9 support by @CharString in [#418](https://github.com/karpetrosyan/hishel/pull/418)
|
|
412
|
+
### 📦 Dependencies
|
|
413
|
+
|
|
414
|
+
* chore(deps-dev): bump the python-packages group across 1 directory with 5 updates by @dependabot[bot] in [#440](https://github.com/karpetrosyan/hishel/pull/440)
|
|
415
|
+
|
|
416
|
+
### Contributors
|
|
417
|
+
* @CharString
|
|
418
|
+
* @dependabot[bot]
|
|
419
|
+
|
|
420
|
+
**Full Changelog**: https://github.com/karpetrosyan/hishel/compare/1.1.8...1.1.9
|
|
421
|
+
|
|
409
422
|
## What's Changed in 1.1.8
|
|
410
423
|
### ⚙️ Miscellaneous Tasks
|
|
411
424
|
|
|
@@ -18,7 +18,7 @@ hishel/_core/_storages/_async_sqlite.py,sha256=IAWAqTDyIMGiMy6qAySzPU_wMcNfqV76B
|
|
|
18
18
|
hishel/_core/_storages/_packing.py,sha256=mC8LMFQ5uPfFOgingKm2WKFO_DwcZ1OjTgI6xc0hfJI,3708
|
|
19
19
|
hishel/_core/_storages/_sync_base.py,sha256=qfOvcFY5qvrzSh4ztV2Trlxft-BF7An5SFsLlEb8EeE,2075
|
|
20
20
|
hishel/_core/_storages/_sync_sqlite.py,sha256=VJRlNaZjAxg1YOdLajZNG404qykyDHEp4cfsVy5HBzw,16627
|
|
21
|
-
hishel-1.1.
|
|
22
|
-
hishel-1.1.
|
|
23
|
-
hishel-1.1.
|
|
24
|
-
hishel-1.1.
|
|
21
|
+
hishel-1.1.9.dist-info/METADATA,sha256=vADfOf21FAI7WUvp66Rg3GKh4A4WX7whY5pEYrUYEKo,22601
|
|
22
|
+
hishel-1.1.9.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
23
|
+
hishel-1.1.9.dist-info/licenses/LICENSE,sha256=1qQj7pE0V2O9OIedvyOgLGLvZLaPd3nFEup3IBEOZjQ,1493
|
|
24
|
+
hishel-1.1.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|