@@ -23,23 +23,20 @@ fastapi = ">=0.96.0,!=0.111.0,!=0.111.1"
2323gunicorn = " >=20.1.0,<24.0"
2424jinja2 = " >=3.1.2,<4.0"
2525psutil = " >=5.9.4,<7.0"
26- pydantic = " >=1.10.2 ,<3.0"
26+ pydantic = " >=1.10.21 ,<3.0"
2727python-multipart = " >=0.0.5,<0.1"
2828python-socketio = " >=5.7.0,<6.0"
2929redis = " >=4.3.5,<6.0"
3030rich = " >=13.0.0,<14.0"
3131sqlmodel = " >=0.0.14,<0.1"
32- typer = " >=0.4.2 ,<1.0"
32+ typer = " >=0.15.1 ,<1.0"
3333uvicorn = " >=0.20.0"
3434starlette-admin = " >=0.11.0,<1.0"
3535alembic = " >=1.11.1,<2.0"
3636platformdirs = " >=3.10.0,<5.0"
3737distro = { version = " >=1.8.0,<2.0" , platform = " linux" }
3838python-engineio = " !=4.6.0"
39- wrapt = [
40- { version = " >=1.14.0,<2.0" , python = " >=3.11" },
41- { version = " >=1.11.0,<2.0" , python = " <3.11" },
42- ]
39+ wrapt = " >=1.17.0,<2.0"
4340packaging = " >=23.1,<25.0"
4441reflex-hosting-cli = " >=0.1.29"
4542charset-normalizer = " >=3.3.2,<4.0"
@@ -55,7 +52,7 @@ typing_extensions = ">=4.6.0"
5552[tool .poetry .group .dev .dependencies ]
5653pytest = " >=7.1.2,<9.0"
5754pytest-mock = " >=3.10.0,<4.0"
58- pyright = " >=1.1.392 , <1.2"
55+ pyright = " >=1.1.394 , <1.2"
5956darglint = " >=1.8.1,<2.0"
6057dill = " >=0.3.8"
6158toml = " >=0.10.2,<1.0"
@@ -87,8 +84,37 @@ reportIncompatibleMethodOverride = false
8784target-version = " py310"
8885output-format = " concise"
8986lint.isort.split-on-trailing-comma = false
90- lint.select = [" ANN001" ," B" , " C4" , " D" , " E" , " ERA" , " F" , " FURB" , " I" , " N" , " PERF" , " PGH" , " PTH" , " RUF" , " SIM" , " T" , " TRY" , " W" ]
91- lint.ignore = [" B008" , " D205" , " E501" , " F403" , " SIM115" , " RUF006" , " RUF008" , " RUF012" , " TRY0" ]
87+ lint.select = [
88+ " ANN001" ,
89+ " B" ,
90+ " C4" ,
91+ " D" ,
92+ " E" ,
93+ " ERA" ,
94+ " F" ,
95+ " FURB" ,
96+ " I" ,
97+ " N" ,
98+ " PERF" ,
99+ " PGH" ,
100+ " PTH" ,
101+ " RUF" ,
102+ " SIM" ,
103+ " T" ,
104+ " TRY" ,
105+ " W" ,
106+ ]
107+ lint.ignore = [
108+ " B008" ,
109+ " D205" ,
110+ " E501" ,
111+ " F403" ,
112+ " SIM115" ,
113+ " RUF006" ,
114+ " RUF008" ,
115+ " RUF012" ,
116+ " TRY0" ,
117+ ]
92118lint.pydocstyle.convention = " google"
93119
94120[tool .ruff .lint .per-file-ignores ]
0 commit comments