modern-di-litestar 1.0.0a0__tar.gz → 1.0.0a1__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.4
2
2
  Name: modern-di-litestar
3
- Version: 1.0.0a0
3
+ Version: 1.0.0a1
4
4
  Summary: Modern-DI integration for LiteStar
5
5
  Project-URL: repository, https://github.com/modern-python/modern-di
6
6
  Project-URL: docs, https://modern-di.readthedocs.io
@@ -15,7 +15,7 @@ Classifier: Topic :: Software Development :: Libraries
15
15
  Classifier: Typing :: Typed
16
16
  Requires-Python: <4,>=3.10
17
17
  Requires-Dist: litestar
18
- Requires-Dist: modern-di>=1
18
+ Requires-Dist: modern-di>=1.0.0alpha1
19
19
  Description-Content-Type: text/markdown
20
20
 
21
21
  "Modern-DI-LiteStar"
@@ -14,8 +14,8 @@ classifiers = [
14
14
  "Typing :: Typed",
15
15
  "Topic :: Software Development :: Libraries",
16
16
  ]
17
- dependencies = ["litestar", "modern-di>=1"]
18
- version = "1.0.0a0"
17
+ dependencies = ["litestar", "modern-di>=1.0.0alpha1"]
18
+ version = "1.0.0a1"
19
19
 
20
20
  [project.urls]
21
21
  repository = "https://github.com/modern-python/modern-di"