modern-di-faststream 1.0.0a0__tar.gz → 1.0.0a2__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-faststream
3
- Version: 1.0.0a0
3
+ Version: 1.0.0a2
4
4
  Summary: Modern-DI integration for FastStream
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: faststream<1,>=0.5
18
- Requires-Dist: modern-di>=1
18
+ Requires-Dist: modern-di>=1.0.0alpha
19
19
  Description-Content-Type: text/markdown
20
20
 
21
21
  "Modern-DI-FastStream"
@@ -14,8 +14,8 @@ classifiers = [
14
14
  "Typing :: Typed",
15
15
  "Topic :: Software Development :: Libraries",
16
16
  ]
17
- dependencies = ["faststream>=0.5,<1", "modern-di>=1"]
18
- version = "1.0.0a0"
17
+ dependencies = ["faststream>=0.5,<1", "modern-di>=1.0.0alpha"]
18
+ version = "1.0.0a2"
19
19
 
20
20
  [project.urls]
21
21
  repository = "https://github.com/modern-python/modern-di"