fast-cache-middleware 0.0.1__tar.gz → 0.0.2__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.3
2
2
  Name: fast-cache-middleware
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: Интеллектуальное middleware для кеширования ответов FastAPI
5
5
  License: MIT
6
6
  Author: Your Name
@@ -11,7 +11,8 @@ Classifier: Programming Language :: Python :: 3
11
11
  Classifier: Programming Language :: Python :: 3.11
12
12
  Classifier: Programming Language :: Python :: 3.12
13
13
  Classifier: Programming Language :: Python :: 3.13
14
- Requires-Dist: fastapi (>=0.111.1,<0.112.0)
14
+ Requires-Dist: cachetools (>=5.0.0,<7.0.0)
15
+ Requires-Dist: fastapi (>=0.111.1,<1.0.0)
15
16
  Description-Content-Type: text/markdown
16
17
 
17
18
  # FastCacheMiddleware