feat(release): Pinning versions of dependencies
Compare changes
- Yannick DAYER authored
Somehow only the types in `gitlab/__init__.py` are interpreted in tests. This fixes the typing by using the legacy Union instead of `|`.
@@ -13,6 +13,7 @@ import tarfile
@@ -47,8 +48,8 @@ def get_gitlab_instance() -> gitlab.Gitlab: