1+
12[project ]
23name = " glean-api-client"
34version = " 0.11.22"
45description = " Python Client SDK Generated by Speakeasy."
5- authors = [{ name = " Glean Technologies, Inc." }]
6- license = " MIT"
7- # NOTE: scripts/prepare_readme.py tweaks this to point to README-PYPI.md for publication
8- # The published readme has relative URLs converted to absolute URLs for PyPI compatibility
9- readme = " README.md"
10- requires-python = " >=3.9"
11- dependencies = [" httpx >=0.28.1" , " pydantic >=2.11.2" ]
6+ authors = [{ name = " Glean Technologies, Inc." },]
7+ readme = " README-PYPI.md"
8+ requires-python = " >=3.9.2"
9+ dependencies = [
10+ " httpcore >=1.0.9" ,
11+ " httpx >=0.28.1" ,
12+ " pydantic >=2.11.2" ,
13+ ]
1214
1315[tool .poetry ]
14- packages = [{ include = " glean" , from = " src" }]
15- include = [" py.typed" , " src/glean/py.typed" ]
16+ repository = " https://github.com/gleanwork/api-client-python.git"
17+ packages = [
18+ { include = " glean" , from = " src" }
19+ ]
20+ include = [" py.typed" , " src/glean/api_client/py.typed" ]
1621
1722[tool .setuptools .package-data ]
18- "*" = [" py.typed" , " src/glean/py.typed" ]
23+ "*" = [" py.typed" , " src/glean/api_client/ py.typed" ]
1924
2025[virtualenvs ]
2126in-project = true
2227
2328[tool .poetry .group .dev .dependencies ]
2429mypy = " ==1.15.0"
2530pylint = " ==3.2.3"
26- pytest = " ^8.3.4"
27- pytest-asyncio = " ^0.25.3"
28- pytest-xdist = " ^3.6.1"
31+ pyright = " ==1.1.398"
32+ pytest = " ^8.4.1"
33+ pytest-asyncio = " ==1.2.0"
34+ pytest-xdist = " ^3.8.0"
2935
3036[build-system ]
3137requires = [" poetry-core" ]
@@ -51,3 +57,5 @@ ignore_missing_imports = true
5157[tool .pyright ]
5258venvPath = " ."
5359venv = " .venv"
60+
61+
0 commit comments