Skip to content

Commit

Permalink
litestar: 2.12.1 -> 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-wxt1221 committed Dec 25, 2024
1 parent 8c6bbc5 commit 4f989e4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/by-name/li/litestar/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

python3Packages.buildPythonApplication rec {
pname = "litestar";
version = "2.12.1";
version = "2.13.0";
pyproject = true;

build-system = with python3Packages; [
Expand All @@ -16,8 +16,8 @@ python3Packages.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "litestar-org";
repo = "litestar";
rev = "refs/tags/v${version}";
hash = "sha256-bWo+hhSij0H9XGxpqg1/h7O8U8jjTmlaIHfCU5I4RSI=";
tag = "v${version}";
hash = "sha256-PR2DVNRtILHs7XwVi9/ZCVRJQFqfGLn1x2gpYtYjHDo=";
};

dependencies = with python3Packages; [
Expand All @@ -34,6 +34,7 @@ python3Packages.buildPythonApplication rec {
typing-extensions
psutil
polyfactory
litestar-htmx
trio
cryptography
psycopg
Expand Down

0 comments on commit 4f989e4

Please sign in to comment.