modern-di-fastapi 2.0.0a5__tar.gz → 2.1.0__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-fastapi
3
- Version: 2.0.0a5
3
+ Version: 2.1.0
4
4
  Summary: Modern-DI integration for FastAPI
5
5
  Project-URL: repository, https://github.com/modern-python/modern-di
6
6
  Project-URL: docs, https://modern-di.readthedocs.io
@@ -16,7 +16,7 @@ Classifier: Topic :: Software Development :: Libraries
16
16
  Classifier: Typing :: Typed
17
17
  Requires-Python: <4,>=3.10
18
18
  Requires-Dist: fastapi>=0.100
19
- Requires-Dist: modern-di>=2.0.0alpha1
19
+ Requires-Dist: modern-di>=2
20
20
  Description-Content-Type: text/markdown
21
21
 
22
22
  "Modern-DI-FastAPI"
@@ -15,8 +15,8 @@ classifiers = [
15
15
  "Typing :: Typed",
16
16
  "Topic :: Software Development :: Libraries",
17
17
  ]
18
- dependencies = ["fastapi>=0.100", "modern-di>=2.0.0alpha1"]
19
- version = "2.0.0a5"
18
+ dependencies = ["fastapi>=0.100", "modern-di>=2"]
19
+ version = "2.1.0"
20
20
 
21
21
  [project.urls]
22
22
  repository = "https://github.com/modern-python/modern-di"