classes
                                
                                 classes copied to clipboard
                                
                                    classes copied to clipboard
                            
                            
                            
                        Smart, pythonic, ad-hoc, typed polymorphism for Python
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.3.0 to 4.5.0. Changelog Sourced from typing-extensions's changelog. Release 4.5.0 (February 14, 2023) Runtime support for PEP 702, adding typing_extensions.deprecated. Patch by Jelle Zijlstra. Add better default...
Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.20.0 to 1.22. Release notes Sourced from sphinx-autodoc-typehints's releases. 1.22.0 What's Changed Enable parallel write by @marscher in tox-dev/sphinx-autodoc-typehints#317 FIX TypeError: unhashable type by @spacemanspiff2007 in tox-dev/sphinx-autodoc-typehints#319...
Bumps [m2r2](https://github.com/crossnox/m2r2) from 0.3.3 to 0.3.3.post2. Commits 004a3e7 update version 514ee6b bump 86106dd post deploy not deploying d632bcf Merge to master (#58) See full diff in compare view [ from 3.1.27 to 3.1.30. Release notes Sourced from gitpython's releases. v3.1.30 - with important security fixes See gitpython-developers/GitPython#1515 for details. Commits 141cd65 adjust changelog prior to release 678a8fe...
# Bug report ## What's wrong When I go to https://classes.readthedocs.io/en/latest/pages/concept.html I can see that the scheme, which follows the sentence "To use typeclasses you should understand these steps:" is...
This PR drops support for Python 3.7, 3.8 and 3.9 versions. Here we updated python version in `pyproject.toml` and then updated `poetry.lock` file as described below (please correct me if...
This PR updates `pyproject.toml` to use new way of defining development dependencies. As shown in https://python-poetry.org/docs/managing-dependencies/ the new way (starting from Poetry 1.2.0) of defining dev dependencies is by using...
As discussed in PR #495, it is necessary to drop support for all Python versions up to 3.10. It means that we should drop support for Python 3.7, 3.8 and...
Fix poetry install script in gitlab CI config. References: - https://python-poetry.org/docs/#installing-with-the-official-installer ## Checklist - [ ] I have double checked that there are no unrelated changes in this pull request...
# Bug report CI pipeline fails.  ## What's wrong The reason for the problem is due to `install-poetry.py` being deprecated. Reference: https://python-poetry.org/docs/#installing-with-the-official-installer  ## How is that should be...