diff --git a/CODEOWNERS b/CODEOWNERS index c590b66..fe67737 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @ZelenyMartin @OndraVagner @dslavicek +* @ZelenyMartin @dslavicek @JanaDrazkova @papricie @ninabel diff --git a/pyproject.toml b/pyproject.toml index ebeb6d9..c9229f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [tool.uv.sources] -quiz-common = { git = "https://github.com/quiz-cli/quiz-common.git", rev = "main" } +quiz-common = { git = "https://github.com/quiz-cli/quiz-common.git" } [dependency-groups] dev = [ diff --git a/uv.lock b/uv.lock index 5318402..11e90b5 100644 --- a/uv.lock +++ b/uv.lock @@ -108,7 +108,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "aioconsole", specifier = ">=0.8.2" }, - { name = "quiz-common", git = "https://github.com/quiz-cli/quiz-common.git?rev=main" }, + { name = "quiz-common", git = "https://github.com/quiz-cli/quiz-common.git" }, { name = "ruamel-yaml", specifier = ">=0.18.17" }, { name = "websockets", specifier = ">=15.0.1" }, ] @@ -122,7 +122,7 @@ dev = [ [[package]] name = "quiz-common" version = "0.1.0" -source = { git = "https://github.com/quiz-cli/quiz-common.git?rev=main#603924df0c2332b71ccb8b843b72d256004def63" } +source = { git = "https://github.com/quiz-cli/quiz-common.git#33f3838d2a7c41b0f40741b6d6e2ecb96071e807" } dependencies = [ { name = "pydantic" }, ]