@@ -37,7 +37,7 @@ classifiers = [
3737requires-python = " >= 3.11, < 4"
3838dependencies = [
3939 " typing-extensions >= 4.13.0, < 5" ,
40- " frequenz-api-dispatch >= 1.0.0-rc3 , < 2" ,
40+ " frequenz-api-dispatch >= 1.0.0, < 2" ,
4141 " frequenz-client-base >= 0.11.0, < 0.12.0" ,
4242 " frequenz-client-common >= 0.3.6, < 0.4.0" ,
4343 " frequenz-core >= 1.0.2, < 2.0.0" ,
@@ -75,7 +75,7 @@ dev-mkdocs = [
7575 " mike == 2.1.3" ,
7676 " mkdocs-gen-files == 0.5.0" ,
7777 " mkdocs-literate-nav == 0.6.2" ,
78- " frequenz-api-dispatch == 1.0.0-rc3 " ,
78+ " frequenz-api-dispatch == 1.0.0" ,
7979 " mkdocs-macros-plugin == 1.4.0" ,
8080 " mkdocs-material == 9.6.21" ,
8181 " mkdocstrings[python] == 0.30.1" ,
@@ -95,7 +95,7 @@ dev-pylint = [
9595 " pylint == 3.3.9" ,
9696 # For checking the noxfile, docs/ script, and tests
9797 " frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]" ,
98- " frequenz-api-dispatch == 1.0.0-rc3 " ,
98+ " frequenz-api-dispatch == 1.0.0" ,
9999]
100100dev-pytest = [
101101 " pytest == 8.4.2" ,
0 commit comments