modern-di-faststream 1.0.0__tar.gz → 1.0.0a0__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.0
3
+ Version: 1.0.0a0
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
@@ -11,12 +11,11 @@ Classifier: Programming Language :: Python :: 3.10
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
- Classifier: Programming Language :: Python :: 3.14
15
14
  Classifier: Topic :: Software Development :: Libraries
16
15
  Classifier: Typing :: Typed
17
16
  Requires-Python: <4,>=3.10
18
17
  Requires-Dist: faststream<1,>=0.5
19
- Requires-Dist: modern-di>=1.0.0alpha
18
+ Requires-Dist: modern-di>=1
20
19
  Description-Content-Type: text/markdown
21
20
 
22
21
  "Modern-DI-FastStream"
@@ -11,12 +11,11 @@ classifiers = [
11
11
  "Programming Language :: Python :: 3.11",
12
12
  "Programming Language :: Python :: 3.12",
13
13
  "Programming Language :: Python :: 3.13",
14
- "Programming Language :: Python :: 3.14",
15
14
  "Typing :: Typed",
16
15
  "Topic :: Software Development :: Libraries",
17
16
  ]
18
- dependencies = ["faststream>=0.5,<1", "modern-di>=1.0.0alpha"]
19
- version = "1.0.0"
17
+ dependencies = ["faststream>=0.5,<1", "modern-di>=1"]
18
+ version = "1.0.0a0"
20
19
 
21
20
  [project.urls]
22
21
  repository = "https://github.com/modern-python/modern-di"