Ivan
Ivan
# Bug `bson`, `typing` and `fastapi` modules conflict with modules installed in virtual env. Since PyCharm adds current source root directories in sys.path, odmantic cannot be debugged or used as...
Support for tailable cursors in engine.find call: https://motor.readthedocs.io/en/stable/examples/tailable-cursors.html
### What version of `nebula` are you using? 1.8.1 ### What operating system are you using? Linux, macOS, iOS ### Describe the Bug Make able to read public access keys...
If UpdatesExecutor wasn't started, add_bot method will no pass allowed_updates into the bot runner.
```python class SomeEnum(str, Enum): allow_nones = auto() allow_any = auto() @classmethod def _missing_(cls, key: Optional[str]): if key is None: return cls.allow_nones return super()._missing_(key) ```
Replace all lists by tuples.