python-dependency-injector/tests/typing
Roman Mogylatov a5166bf591
Add Python 3.12 Support (#752) (#765)
* Add Python 3.12 Support (#752)

* Ignore .vscode

* Python 3.12 Support

* Change base python to 3.12 and pin pydantic to V1

* all tests passed

* ci: change default python to 3.12

* remove legacy python versions

* annotate pydantic models for tests

* Update publishing pipeline to use Python 3.12

* Test environment updates

* Update Cython to the latest prior 3.0 version and remove tracing from CI/CD

* Give up using editable tox installation in the coverage job

* Add mypy test fixes

* Remove tracing from the coverage job

* Fix typing test

* Remove PyPy 2.7

* Fix typing test

* Fix the typing issue with pydantic

* Remove pypy 3.9

* Fix the typing issue with mypy

* Update pydantic version to the latest from 1.x

* Update scipy deprecation warning filter

* Fix the tox job running coveralls

* Update changelog

---------

Co-authored-by: Anton Petrov <anton.a.petrov@gmail.com>
2024-08-06 22:41:24 -04:00
..
aggregate.py Aggregate provider (#544) 2022-01-09 21:45:20 -05:00
callable.py 531 Provider import from string (#555) 2022-01-30 23:16:55 -05:00
configuration.py Add Python 3.12 Support (#752) (#765) 2024-08-06 22:41:24 -04:00
container.py Typing stubs (#286) 2020-08-26 22:24:20 -04:00
coroutine.py 531 Provider import from string (#555) 2022-01-30 23:16:55 -05:00
declarative_container.py Add with support for container.override_providers() (#517) 2021-10-06 21:36:41 -04:00
delegate.py Fix type annotations for .provides (#491) 2021-08-23 21:24:36 -04:00
dependencies_container.py Add extra typing test for provided instance of `DependenciesContainer` provider 2020-11-20 12:25:35 -05:00
dependency.py Async resources and injections (#352) 2021-01-10 19:26:15 -05:00
dict.py Async resources and injections (#352) 2021-01-10 19:26:15 -05:00
dynamic_container.py Add with support for container.override_providers() (#517) 2021-10-06 21:36:41 -04:00
factory.py 531 Provider import from string (#555) 2022-01-30 23:16:55 -05:00
list.py Update quotes in tests 2021-09-30 20:09:42 -04:00
object.py Update quotes in tests 2021-09-30 20:09:42 -04:00
provider.py Async resources and injections (#352) 2021-01-10 19:26:15 -05:00
resource.py Python 3.11 Support (#647) 2022-12-18 21:09:14 -05:00
selector.py Update quotes in tests 2021-09-30 20:09:42 -04:00
singleton.py 531 Provider import from string (#555) 2022-01-30 23:16:55 -05:00