gcache 2.0.2__tar.gz → 2.0.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: gcache
3
- Version: 2.0.2
3
+ Version: 2.0.3
4
4
  Summary: Fine grained caching.
5
5
  License: MIT
6
6
  Author: Galileo Technologies Inc.
@@ -25,7 +25,7 @@ Requires-Dist: prometheus-client (>=0.22.1,<0.23.0)
25
25
  Requires-Dist: pydantic (>=2.11.4,<3.0.0)
26
26
  Requires-Dist: redis (>=5.0.0)
27
27
  Requires-Dist: types-cachetools (>=6.2.0.20250827,<7.0.0.0)
28
- Requires-Dist: uvloop (>=0.21.0,<0.22.0)
28
+ Requires-Dist: uvloop (>=0.22.1,<0.23.0)
29
29
  Project-URL: Homepage, https://github.com/rungalileo/gcache
30
30
  Project-URL: Repository, https://github.com/rungalileo/gcache
31
31
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "gcache"
3
- version = "2.0.2"
3
+ version = "2.0.3"
4
4
  description = "Fine grained caching."
5
5
  authors = [{ name = "Galileo Technologies Inc.", email = "team@rungalileo.io" }]
6
6
  readme = "README.md"
@@ -35,7 +35,7 @@ prometheus-client = "^0.22.1"
35
35
  cachetools = ">=5.5.2"
36
36
  types-cachetools = "^6.2.0.20250827"
37
37
  redis = ">=5.0.0"
38
- uvloop = "^0.21.0"
38
+ uvloop = "^0.22.1"
39
39
 
40
40
 
41
41
  [tool.poetry.group.test.dependencies]
File without changes
File without changes
File without changes
File without changes
File without changes