黄大胆
Results
3
issues of
黄大胆
# Issue Context I tried to use pydantic-settings for project configuration management, but I couldn't understand why the pyproject_toml_table_header is restricted to a single block. ``` self.toml_table_header: tuple[str, ...] =...
feature request
i need help, i create task and run like: ```python @celery_app.task(queue="io_concurrent_queue") async def async_task(interval: float = 1, loop: int = 2000, **kwargs) -> str: count = 0 uid = uuid.uuid4().hex...
bug