Implement ignoring tasks' dependency flag (Fetch with ignoring dependency is faster than not)(https://github.com/pjongy/jasyncq/commit/dde541a731920374385a2408a1c6028b19e34be5)
- Change deserializer to `pydantic`. - Support dependencies between tasks. https://github.com/pjongy/jasyncq/issues/4 - Support task priority through `is_urgent` flag. https://github.com/pjongy/jasyncq/issues/2