Release/v0.5.0 #8

Merged
rus07tam merged 20 commits from release/v0.5.0 into main 2025-11-24 16:28:03 +03:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit cb7629b6fe - Show all commits

View file

@ -1,6 +1,6 @@
[project] [project]
name = "snakia" name = "snakia"
version = "0.4.2" version = "0.5.0"
description = "Modern python framework" description = "Modern python framework"
readme = "README.md" readme = "README.md"
authors = [ authors = [

View file

@ -4,7 +4,7 @@ annotated-types==0.7.0
# via # via
# snakia (pyproject.toml) # snakia (pyproject.toml)
# pydantic # pydantic
exceptiongroup==1.3.0 exceptiongroup==1.3.1
# via snakia (pyproject.toml) # via snakia (pyproject.toml)
networkx==3.4.2 networkx==3.4.2
# via snakia (pyproject.toml) # via snakia (pyproject.toml)

2
uv.lock generated
View file

@ -304,7 +304,7 @@ wheels = [
[[package]] [[package]]
name = "snakia" name = "snakia"
version = "0.4.2" version = "0.5.0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "annotated-types" }, { name = "annotated-types" },