python-dependency-injector/src/dependency_injector
Gen Xu 33acc051f2
feat: re cythonize to support python 3.11 (#646)
* feat: re cythonize to support python 3.11

* misc: added tox env for python 3.11

* misc: add classifiers for python 3.11

* fix: skip tests for removed functions

* misc: CI updates for python 3.11

Co-authored-by: Roman Mogylatov <rmogilatov@gmail.com>
2022-12-18 14:22:53 -05:00
..
ext Fix flask ext warning message (#345) 2020-12-30 13:19:42 -05:00
__init__.py Bump version to 4.40.0 2022-08-03 21:20:38 -04:00
__init__.pyi Typing stubs (#286) 2020-08-26 22:24:20 -04:00
_cwiring.c feat: re cythonize to support python 3.11 (#646) 2022-12-18 14:22:53 -05:00
_cwiring.pyx (#454) (#597) Fix @inject + @wraps, refactor patched callables registry and injections storage principles (#610) 2022-07-26 21:37:15 -04:00
containers.c feat: re cythonize to support python 3.11 (#646) 2022-12-18 14:22:53 -05:00
containers.pxd Refactor async mode support in containers module 2021-02-18 08:17:05 -05:00
containers.pyi Update quotes in typing stubs 2022-01-16 19:46:18 -05:00
containers.pyx Update quotes in Cython and Python modules 2022-01-16 20:32:42 -05:00
errors.py Add early implementation of FactoryAggregate provider 2017-10-13 10:27:06 -07:00
providers.c feat: re cythonize to support python 3.11 (#646) 2022-12-18 14:22:53 -05:00
providers.pxd Add `Configuration.from_json()` method (#602) 2022-07-10 21:08:45 -04:00
providers.pyi Add `Configuration.from_json()` method (#602) 2022-07-10 21:08:45 -04:00
providers.pyx Add `Configuration.from_json()` method (#602) 2022-07-10 21:08:45 -04:00
py.typed Typing stubs (#286) 2020-08-26 22:24:20 -04:00
resources.py Update quotes in Cython and Python modules 2022-01-16 20:32:42 -05:00
schema.py Update quotes in Cython and Python modules 2022-01-16 20:32:42 -05:00
wiring.py (#454) (#597) Fix @inject + @wraps, refactor patched callables registry and injections storage principles (#610) 2022-07-26 21:37:15 -04:00