hishel 0.1.0__py3-none-any.whl → 0.1.1__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.
hishel/__init__.py CHANGED
@@ -14,4 +14,4 @@ def install_cache() -> None: # pragma: no cover
14
14
  httpx.Client = CacheClient # type: ignore
15
15
 
16
16
 
17
- __version__ = "0.1.0"
17
+ __version__ = "0.1.1"
@@ -23,7 +23,9 @@ except ImportError: # pragma: no cover
23
23
  anysqlite = None # type: ignore
24
24
 
25
25
  from httpcore import Request, Response
26
- from typing_extensions import TypeAlias
26
+
27
+ if t.TYPE_CHECKING: # pragma: no cover
28
+ from typing_extensions import TypeAlias
27
29
 
28
30
  from hishel._serializers import BaseSerializer, clone_model
29
31
 
hishel/_sync/_storages.py CHANGED
@@ -23,7 +23,9 @@ except ImportError: # pragma: no cover
23
23
  sqlite3 = None # type: ignore
24
24
 
25
25
  from httpcore import Request, Response
26
- from typing_extensions import TypeAlias
26
+
27
+ if t.TYPE_CHECKING: # pragma: no cover
28
+ from typing_extensions import TypeAlias
27
29
 
28
30
  from hishel._serializers import BaseSerializer, clone_model
29
31
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: hishel
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Persistent cache implementation for httpx and httpcore
5
5
  Project-URL: Homepage, https://hishel.com
6
6
  Project-URL: Source, https://github.com/karpetrosyan/hishel
@@ -181,6 +181,10 @@ Help us grow and continue developing good software for you ❤️
181
181
 
182
182
  # Changelog
183
183
 
184
+ ## 0.1.1 (2nd Nov, 2024)
185
+
186
+ - FIx typig extensions nor found. (#290)
187
+
184
188
  ## 0.1.0 (2nd Nov, 2024)
185
189
 
186
190
  - Add support for Python 3.12 / drop Python 3.8. (#286)
@@ -1,4 +1,4 @@
1
- hishel/__init__.py,sha256=fX1GZHvMOXBaKhL2zJEGcO6t2WEwyub2J1hMajtQUtU,368
1
+ hishel/__init__.py,sha256=bqqnvxTu_DZSoPHOpGSq-SDpglNiEmhBlWnTch1bjQo,368
2
2
  hishel/_controller.py,sha256=F7hj1ePUvau2Wj5r6zzdYr8UXPq4osfmMxkmx_Ig2L8,24390
3
3
  hishel/_exceptions.py,sha256=qbg55RNlzwhv5JreWY9Zog_zmmiKdn5degtqJKijuRs,198
4
4
  hishel/_files.py,sha256=7J5uX7Nnzd7QQWfYuDGh8v6XGLG3eUDBjoJZ4aTaY1c,2228
@@ -13,15 +13,15 @@ hishel/_async/__init__.py,sha256=_oAltH4emAtUF7_9SSxz_KKGYzSXL34o_EGgGvoPG7E,187
13
13
  hishel/_async/_client.py,sha256=AkVSSbNTTHmK0gX6PRYVQ-3aDbuCX2Im4VKbLkwLiBU,1101
14
14
  hishel/_async/_mock.py,sha256=995v9p5xiw3svGSOJATkLMqwodlhZhcwmGygLHM2VFw,1515
15
15
  hishel/_async/_pool.py,sha256=li-921qyGzrV7SVUOUlMI0KE7IRsupSkE5iApzxmgqk,8175
16
- hishel/_async/_storages.py,sha256=SPWifKGSGAFP2wMFoxZf5weZFbuVgHFciyglY6Hb6fc,28699
16
+ hishel/_async/_storages.py,sha256=tJXwov37HOvwYwXyjFtf-uRn7y7wR8RZs49F_Urj570,28744
17
17
  hishel/_async/_transports.py,sha256=moeH-eQLJHkMp83NnScgsQTSQntDCR1_4A1ByZ_fXjk,11174
18
18
  hishel/_sync/__init__.py,sha256=_oAltH4emAtUF7_9SSxz_KKGYzSXL34o_EGgGvoPG7E,187
19
19
  hishel/_sync/_client.py,sha256=O-gwm9DsveKtSFUfqdbBB-3I1FmXr5rE-uQ7X5frwDA,1060
20
20
  hishel/_sync/_mock.py,sha256=im88tZr-XhP9BpzvIt3uOjndAlNcJvFP7Puv3H-6lKU,1430
21
21
  hishel/_sync/_pool.py,sha256=VcAknzyAL2i4-zcyE2fOTmTjfBZ2wkBVNYTvSw0OjVQ,7940
22
- hishel/_sync/_storages.py,sha256=RYzYXqnv0o2JO3RoEmlEUp0yOg_ungXfz4dLN7UTpIQ,27909
22
+ hishel/_sync/_storages.py,sha256=NhIIAoWdpFECcexz121rfYLFRCk3C1iBazVXwoDVoSU,27954
23
23
  hishel/_sync/_transports.py,sha256=G3_8SdPwlnrHZRvE1gqFLE4oZadVqNgg5mvxghDMih0,10838
24
- hishel-0.1.0.dist-info/METADATA,sha256=I_gBTsungH30fu2WCN18Ls-6r9zp0RKzRRVFHemfkCg,12212
25
- hishel-0.1.0.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
26
- hishel-0.1.0.dist-info/licenses/LICENSE,sha256=1qQj7pE0V2O9OIedvyOgLGLvZLaPd3nFEup3IBEOZjQ,1493
27
- hishel-0.1.0.dist-info/RECORD,,
24
+ hishel-0.1.1.dist-info/METADATA,sha256=jbRQ8tX8aIIlZ-wgHaMs3vjykkbL66IH9cVPot_D20I,12280
25
+ hishel-0.1.1.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
26
+ hishel-0.1.1.dist-info/licenses/LICENSE,sha256=1qQj7pE0V2O9OIedvyOgLGLvZLaPd3nFEup3IBEOZjQ,1493
27
+ hishel-0.1.1.dist-info/RECORD,,
File without changes