anydi 0.48.1__py3-none-any.whl → 0.48.2__py3-none-any.whl

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.
anydi/_container.py CHANGED
@@ -831,8 +831,7 @@ class Container:
831
831
  # Set inject marker interface
832
832
  parameter.default.interface = interface
833
833
 
834
- # TODO: temporary disable until strict is enforced (remove False)
835
- if False and not self.has_provider_for(interface):
834
+ if not self.has_provider_for(interface):
836
835
  raise LookupError(
837
836
  f"`{type_repr(call)}` has an unknown dependency parameter "
838
837
  f"`{parameter.name}` with an annotation of "
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: anydi
3
- Version: 0.48.1
3
+ Version: 0.48.2
4
4
  Summary: Dependency Injection library
5
5
  Keywords: dependency injection,dependencies,di,async,asyncio,application
6
6
  Author: Anton Ruhlov
@@ -29,7 +29,7 @@ Classifier: Programming Language :: Python :: 3 :: Only
29
29
  Requires-Dist: typing-extensions>=4.15.0,<5
30
30
  Requires-Dist: anyio>=3.7.1
31
31
  Requires-Dist: wrapt>=1.17.0,<2
32
- Requires-Python: ~=3.9
32
+ Requires-Python: >=3.9.0, <3.14
33
33
  Project-URL: Repository, https://github.com/antonrh/anydi
34
34
  Description-Content-Type: text/markdown
35
35
 
@@ -1,6 +1,6 @@
1
1
  anydi/__init__.py,sha256=KjjYm-1yAFxiPYaMs1WRJMtxE0q_vdX7ZRLQR1fFGs8,567
2
2
  anydi/_async.py,sha256=KhRd3RmZFcwNDzrMm8ctA1gwrg-6m_7laECTYsZdF5k,1445
3
- anydi/_container.py,sha256=fELFvxMrsrO2MQhAtnMmLKFxkvsaySx5ZwFGHy5KcOw,31860
3
+ anydi/_container.py,sha256=_Qa1FwCYZesVF6TuJtdNrp6GaJvDUraUcylA3himk9M,31776
4
4
  anydi/_context.py,sha256=_Xy8cTpRskb4cxTd-Fe-5NnIZyBe1DnovkofhdeUfmw,3020
5
5
  anydi/_decorators.py,sha256=F3yBeGQSz1EsulZaEvYn3cd6FEjJRMoyA6u1QCbEwcs,2813
6
6
  anydi/_module.py,sha256=QPvP27JndZkwl-FYUZWscJm6yfkNzjwoFGURyDhb6Pc,2582
@@ -26,7 +26,7 @@ anydi/ext/starlette/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
26
26
  anydi/ext/starlette/middleware.py,sha256=MxnzshAs-CMvjJp0r457k52MzBL8O4KAuClnF6exBdU,803
27
27
  anydi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
28
  anydi/testing.py,sha256=waz0nO-MnfPGQLnPuDT0bdEdfqfmgkbsuFuxWfct6kw,5539
29
- anydi-0.48.1.dist-info/WHEEL,sha256=Pi5uDq5Fdo_Rr-HD5h9BiPn9Et29Y9Sh8NhcJNnFU1c,79
30
- anydi-0.48.1.dist-info/entry_points.txt,sha256=AgOcQYM5KyS4D37QcYb00tiid0QA-pD1VrjHHq4QAps,44
31
- anydi-0.48.1.dist-info/METADATA,sha256=X9swcb7pHvqntskN44YfhEJlCnR6wCGJWGwARHAPWfM,4956
32
- anydi-0.48.1.dist-info/RECORD,,
29
+ anydi-0.48.2.dist-info/WHEEL,sha256=Pi5uDq5Fdo_Rr-HD5h9BiPn9Et29Y9Sh8NhcJNnFU1c,79
30
+ anydi-0.48.2.dist-info/entry_points.txt,sha256=AgOcQYM5KyS4D37QcYb00tiid0QA-pD1VrjHHq4QAps,44
31
+ anydi-0.48.2.dist-info/METADATA,sha256=ZGCaMB2v_gf8AAyTwTOwgU_IprmiSWOnWL1-a-5Ahsg,4965
32
+ anydi-0.48.2.dist-info/RECORD,,
File without changes