Commit Graph

14 Commits

Author SHA1 Message Date
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
Roman Mogylatov
4cc4ca9188
Drop Python 3.4 support (#518)
* Update gitignore

* Drop Python 3.4 support

* Update change log

* Fix typo in changelog
2021-10-12 12:16:49 -04:00
Roman Mogylatov
ae3024588c
Wiring reengineering (#324)
* Bump version to 4.3.9: FastAPI example

* Reengineer wiring

* Add @inject decorator

* Add .workspace dir to gitignore

* Add generic typing for @inject

* Add type cast for @inject

* Update movie lister example

* Update cli application tutorial

* Update demo example

* Update wiring docs and examples

* Update aiohttp example and tutorial

* Update multiple containers example

* Update single container example

* Update decoupled packages example

* Update django example

* Update asyncio daemon example and tutorial

* Update FastAPI example

* Update flask example and tutorial

* Update sanic example

* Add wiring registry

* Add new line to .gitignore

* Add @inject to the test samples

* Fix flake8 errors
2020-11-15 16:06:42 -05:00
Roman Mogilatov
9727b4924e Remove providers/utils.h 2016-11-15 14:19:17 +02:00
Roman Mogilatov
acdf7f8052 Add C files to the sources 2016-11-11 18:34:07 +02:00
Roman Mogilatov
b4541bf177 Add .h files to gitignore 2016-11-11 17:35:58 +02:00
Roman Mogilatov
db3bd77b6a Clean up 2016-11-02 23:20:06 +02:00
Roman Mogilatov
d485a45a61 Add additional git ignoring of .c & .so files 2016-10-31 00:37:44 +02:00
Roman Mogilatov
a7dea88063 Change path to unit tests coverage report 2016-10-31 00:00:19 +02:00
Roman Mogilatov
77f5d05071 Updating gitignore 2015-07-06 16:53:09 +03:00
Roman Mogilatov
4aba82d588 Updating .gitignore 2015-03-27 01:28:40 +02:00
Roman Mogilatov
9cfc1e8b6e adding first concepts 2015-01-04 15:54:25 +02:00
Roman Mogilatov
fb3cf89793 updating gitignore 2015-01-04 15:30:20 +02:00
Roman
9bd46141fb Initial commit 2015-01-04 15:23:05 +02:00