@@ -13,7 +13,7 @@ dirty_template = "{tag}.dev{env:GITHUB_RUN_ID:{ccount}}"
1313name = " data-rentgen"
1414license = " Apache-2.0"
1515description = " Data.Rentgen REST API + Kafka consumer"
16- authors = [{name = " DataOps.ETL " , email = " onetools@mts.ru" }]
16+ authors = [{name = " MWS Data Bridge " , email = " onetools@mts.ru" }]
1717readme = " README.rst"
1818classifiers = [
1919 " Development Status :: 3 - Alpha" ,
@@ -30,8 +30,8 @@ classifiers = [
3030keywords = [" Lineage" , " FastAPI" , " REST" , " FastStream" ]
3131requires-python = " >=3.12"
3232dependencies = [
33- " pydantic >= 2.11.2" ,
34- " typing-extensions > =4.13.1" ,
33+ " pydantic~= 2.11.2" ,
34+ " typing-extensions~ =4.13.1" ,
3535]
3636dynamic = [" version" ]
3737
@@ -48,8 +48,8 @@ where = ["data_rentgen"]
4848
4949[project .optional-dependencies ]
5050server = [
51- " fastapi> =0.115.14,<0.117.0 " ,
52- " starlette> =0.46.2,<0.48.0 " ,
51+ " fastapi~ =0.116.1 " ,
52+ " starlette~ =0.47.2 " ,
5353 " uvicorn~=0.35.0" ,
5454 " starlette-exporter~=0.23.0" ,
5555 " asgi-correlation-id~=4.3.4" ,
@@ -247,6 +247,7 @@ follow_untyped_imports = true
247247docstring_style = " sphinx"
248248
249249[tool .codespell ]
250+ exclude-file =" uv.lock"
250251ignore-words-list = " selectin"
251252
252253[tool .towncrier ]
0 commit comments