File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,25 +4,25 @@ annotated-types==0.7.0
44 # via pydantic
55colorama==0.4.6
66 # via loguru
7- greenlet==3.1.1
7+ greenlet==3.2.2
88 # via sqlalchemy
99loguru==0.7.3
1010 # via -r core_requirements.in
11- pydantic==2.11.3
11+ pydantic==2.11.4
1212 # via sqlmodel
13- pydantic-core==2.33.1
13+ pydantic-core==2.33.2
1414 # via pydantic
1515python-dateutil==2.9.0.post0
1616 # via -r core_requirements.in
1717python-dotenv==1.1.0
1818 # via -r core_requirements.in
1919six==1.17.0
2020 # via python-dateutil
21- sqlalchemy==2.0.40
21+ sqlalchemy==2.0.41
2222 # via sqlmodel
2323sqlmodel==0.0.24
2424 # via -r core_requirements.in
25- typing-extensions==4.13.1
25+ typing-extensions==4.13.2
2626 # via
2727 # pydantic
2828 # pydantic-core
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build==1.2.2.post1
88 # via -r dev_requirements.in
99cfgv==3.4.0
1010 # via pre-commit
11- click==8.1.8
11+ click==8.2.0
1212 # via black
1313colorama==0.4.6
1414 # via
@@ -22,11 +22,11 @@ distlib==0.3.9
2222 # via virtualenv
2323factory-boy==3.3.3
2424 # via -r dev_requirements.in
25- faker==37.1 .0
25+ faker==37.3 .0
2626 # via factory-boy
2727filelock==3.18.0
2828 # via virtualenv
29- identify==2.6.9
29+ identify==2.6.10
3030 # via pre-commit
3131iniconfig==2.1.0
3232 # via pytest
@@ -36,22 +36,22 @@ jinja2==3.1.6
3636 # via pytest-html
3737markupsafe==3.0.2
3838 # via jinja2
39- mypy-extensions==1.0 .0
39+ mypy-extensions==1.1 .0
4040 # via black
4141nodeenv==1.9.1
4242 # via pre-commit
43- packaging==24.2
43+ packaging==25.0
4444 # via
4545 # black
4646 # build
4747 # pytest
4848pathspec==0.12.1
4949 # via black
50- platformdirs==4.3.7
50+ platformdirs==4.3.8
5151 # via
5252 # black
5353 # virtualenv
54- pluggy==1.5 .0
54+ pluggy==1.6 .0
5555 # via pytest
5656pre-commit==4.2.0
5757 # via -r dev_requirements.in
@@ -79,13 +79,13 @@ pytest-metadata==3.1.1
7979 # pytest-json-report
8080pyyaml==6.0.2
8181 # via pre-commit
82- ruff==0.11.4
82+ ruff==0.11.10
8383 # via -r dev_requirements.in
84- typing-extensions==4.13.1
84+ typing-extensions==4.13.2
8585 # via
8686 # -c core_requirements.txt
8787 # aiosqlite
8888tzdata==2025.2
8989 # via faker
90- virtualenv==20.30.0
90+ virtualenv==20.31.2
9191 # via pre-commit
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ line_length = 80
5858
5959[project ]
6060name = " sqlmodel_crud_utilities"
61- version = " 0.0.1b "
61+ version = " 0.1.0 "
6262authors = [
6363 { name =" Francis Secada" , email = " francis.secada@gmail.com" }
6464]
@@ -71,20 +71,10 @@ classifiers = [
7171 " Operating System :: OS Independent" ,
7272]
7373dependencies = [
74- " annotated-types==0.7.0" ,
75- " colorama==0.4.6" ,
76- " greenlet==3.1.1" ,
77- " loguru==0.7.3" ,
78- " pydantic-core==2.33.1" ,
79- " pydantic==2.11.3" ,
80- " python-dateutil==2.9.0.post0" ,
81- " python-dotenv==1.1.0" ,
82- " six==1.17.0" ,
83- " sqlalchemy==2.0.40" ,
84- " sqlmodel==0.0.24" ,
85- " typing-extensions==4.13.1" ,
86- " typing-inspection==0.4.0" ,
87- " win32-setctime==1.2.0" ,
74+ " loguru>=0.7.3" ,
75+ " python-dateutil>=2.9.0.post0" ,
76+ " python-dotenv>=1.1.0" ,
77+ " sqlmodel>=0.0.24" ,
8878]
8979
9080[dependency-groups ]
@@ -97,14 +87,12 @@ dev = [
9787 " pre-commit>=4.2.0" ,
9888 " pytest>=8.3.5" ,
9989 " pytest-asyncio>=0.26.0" ,
90+ " pytest-cov>=6.1.1" ,
10091 " pytest-html>=4.1.1" ,
10192 " pytest-json-report>=1.5.0" ,
102- " ruff>=0.11.4" ,
103- " pytest-cov>=6.1.1" ,
104- ]
105- doc = [
106- " pdoc>=15.0.1" ,
93+ " ruff>=0.11.10" ,
10794]
10895
96+
10997[tool .setuptools ]
11098packages = [' sqlmodel_crud_utils' ]
You can’t perform that action at this time.
0 commit comments