Skip to content

Commit

Permalink
set argilla server version
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Feb 28, 2024
1 parent bfb8ea1 commit c48237e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ dynamic = ["version"]
[project.optional-dependencies]

server = [
"argilla-server ~= 1.25.0.rc", # TODO: Fix the versions when publishing a new release
"argilla-server ~= 1.25.0", # TODO: Fix the versions when publishing a new release
]
server-postgresql = [
"argilla-server[postgresql] ~= 1.25.0.rc", # TODO: Fix the versions when publishing a new release
"argilla-server[postgresql] ~= 1.25.0", # TODO: Fix the versions when publishing a new release
]
listeners = ["schedule ~= 1.1.0", "prodict ~= 0.8.0"]
integrations = [
Expand Down

0 comments on commit c48237e

Please sign in to comment.