@@ -5,23 +5,20 @@ dynamic = ["version"]
55[tool .poetry ]
66name = " myorganization-python"
77version = " 0.0.0"
8- description = " "
8+ description = " Auth0 My Organization Python SDK "
99readme = " README.md"
10- authors = []
11- keywords = []
10+ authors = [" Auth0 <support@auth0.com>" ]
11+ license = " Apache-2.0"
12+ keywords = [" auth0" , " authentication" , " authorization" , " organization" , " oauth" ]
1213
1314classifiers = [
1415 " Intended Audience :: Developers" ,
1516 " Programming Language :: Python" ,
1617 " Programming Language :: Python :: 3" ,
17- " Programming Language :: Python :: 3.8" ,
1818 " Programming Language :: Python :: 3.9" ,
1919 " Programming Language :: Python :: 3.10" ,
2020 " Programming Language :: Python :: 3.11" ,
2121 " Programming Language :: Python :: 3.12" ,
22- " Programming Language :: Python :: 3.13" ,
23- " Programming Language :: Python :: 3.14" ,
24- " Programming Language :: Python :: 3.15" ,
2522 " Operating System :: OS Independent" ,
2623 " Operating System :: POSIX" ,
2724 " Operating System :: MacOS" ,
@@ -35,10 +32,11 @@ packages = [
3532]
3633
3734[tool .poetry .urls ]
38- Repository = ' https://github.com/fern-demo/myorganization-python'
35+ Repository = ' https://github.com/auth0/myorganization-python'
36+ Homepage = ' https://auth0.com'
3937
4038[tool .poetry .dependencies ]
41- python = " ^3.8 "
39+ python = " >=3.9,<4.0 "
4240httpx = " >=0.21.2"
4341pydantic = " >= 1.9.2"
4442pydantic-core = " >=2.18.2"
@@ -54,7 +52,7 @@ python-dateutil = "^2.9.0"
5452types-python-dateutil = " ^2.9.0.20240316"
5553requests = " ^2.31.0"
5654types-requests = " ^2.31.0"
57- ruff = " >=0.15.6 "
55+ ruff = " >=0.15.10 "
5856
5957[tool .pytest .ini_options ]
6058testpaths = [ " tests" ]
@@ -87,6 +85,11 @@ ignore = [
8785[tool .ruff .lint .isort ]
8886section-order = [" future" , " standard-library" , " third-party" , " first-party" ]
8987
88+ [tool .poetry-dynamic-versioning ]
89+ enable = true
90+ style = " pep440"
91+ vcs = " none"
92+
9093[build-system ]
91- requires = [" poetry-core" ]
92- build-backend = " poetry.core.masonry.api "
94+ requires = [" poetry-core" , " poetry-dynamic-versioning>=1.0.0,<2.0.0 " ]
95+ build-backend = " poetry_dynamic_versioning.backend "
0 commit comments