kasium
kasium
**Describe the bug** Using hybrid_property leads to several errors - redefinition of methods - incompatible assignment types **Expected behavior** No errors are returned **To Reproduce** ```py from sqlalchemy import Column,...
**Describe the bug** The type attribute of ColumnElement can get a class (at least in 1.4), but also an instance. This fails in mypy. I'm not quite sure how to...
Hey, I use `setuptools-scm` to generate the version of my project. This means, that the `setup` call has no `version?` argument. Therefore I can't achieve a full score with pyroma....
Resolved #84
Creating a table fails with alembic > 1.6 and SA > 1.4 ``` tests/conftest.py:116: in create_database_content command.upgrade(config, revision="head") venv/lib/python3.7/site-packages/alembic/command.py:294: in upgrade script.run_env() venv/lib/python3.7/site-packages/alembic/script/base.py:490: in run_env util.load_python_file(self.dir, "env.py") venv/lib/python3.7/site-packages/alembic/util/pyfiles.py:97: in load_python_file...
#### What's the problem this feature will solve? As far as I understand, `py` (especially `py.local`) and related fixtures like `tempdir` should be replace with `pathlib` and their corresponding fixtures...
The function `configure` is not part of `__init__.pyi` but of `__init__.py`. Can you please fix this?
## Expected Behaviour Import works ### Minimal Example Spec * Install prance and run a validation * Install openapi_spec_validator 0.5.0 ## Actual Behaviour `cannot import name 'validate_v2_spec' from 'openapi_spec_validator'`
### Problem Statement I work in an application where performance in critical. We found out, that we can improve the speed by using `fastuuid` instead of the stdlibs `uuid`. Sentry...