File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " peopledatalabs"
3- version = " 6.4.10 "
3+ version = " 6.4.11 "
44description = " Official Python client for the People Data Labs API"
55homepage = " https://www.peopledatalabs.com"
66repository = " https://github.com/peopledatalabs/peopledatalabs-python"
Original file line number Diff line number Diff line change 11annotated-types == 0.7.0 ; python_version >= "3.8" and python_version < "4.0" \
22 --hash =sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53 \
33 --hash =sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89
4- certifi == 2025.11.12 ; python_version >= "3.8" and python_version < "4.0" \
5- --hash =sha256:97de8790030bbd5c2d96b7ec782fc2f7820ef8dba6db909ccf95449f2d062d4b \
6- --hash =sha256:d8ab5478f2ecd78af242878415affce761ca6bc54a22a27e026d7c25357c3316
4+ certifi == 2026.1.4 ; python_version >= "3.8" and python_version < "4.0" \
5+ --hash =sha256:9943707519e4add1115f44c2bc244f782c0249876bf51b6599fee1ffbedd685c \
6+ --hash =sha256:ac726dd470482006e014ad384921ed6438c457018f4b3d204aea4281258b2120
77charset-normalizer == 3.4.4 ; python_version >= "3.8" and python_version < "4.0" \
88 --hash =sha256:027f6de494925c0ab2a55eab46ae5129951638a49a34d87f4c3eda90f696b4ad \
99 --hash =sha256:077fbb858e903c73f6c9db43374fd213b0b6a778106bc7032446a8e8b5b38b93 \
Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ black==24.8.0 ; python_version >= "3.8" and python_version < "4.0" \
3030 --hash=sha256:eab4dd44ce80dea27dc69db40dab62d4ca96112f87996bca68cd75639aeb2e4c \
3131 --hash=sha256:f490dbd59680d809ca31efdae20e634f3fae27fba3ce0ba3208333b713bc3920 \
3232 --hash=sha256:fb6e2c0b86bbd43dee042e48059c9ad7830abd5c94b0bc518c0eeec57c3eddc1
33- certifi==2025.11.12 ; python_version >= "3.8" and python_version < "4.0" \
34- --hash=sha256:97de8790030bbd5c2d96b7ec782fc2f7820ef8dba6db909ccf95449f2d062d4b \
35- --hash=sha256:d8ab5478f2ecd78af242878415affce761ca6bc54a22a27e026d7c25357c3316
33+ certifi==2026.1.4 ; python_version >= "3.8" and python_version < "4.0" \
34+ --hash=sha256:9943707519e4add1115f44c2bc244f782c0249876bf51b6599fee1ffbedd685c \
35+ --hash=sha256:ac726dd470482006e014ad384921ed6438c457018f4b3d204aea4281258b2120
3636charset-normalizer==3.4.4 ; python_version >= "3.8" and python_version < "4.0" \
3737 --hash=sha256:027f6de494925c0ab2a55eab46ae5129951638a49a34d87f4c3eda90f696b4ad \
3838 --hash=sha256:077fbb858e903c73f6c9db43374fd213b0b6a778106bc7032446a8e8b5b38b93 \
Original file line number Diff line number Diff line change 55from .main import PDLPY
66
77
8- __version__ = "6.4.10 "
8+ __version__ = "6.4.11 "
99
1010__all__ = ["PDLPY" ]
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class Settings:
1919 version : str = "v5"
2020 version_re : str = r"^v[0-9]$"
2121 sandbox_base_path : HttpUrl = "https://sandbox.api.peopledatalabs.com/"
22- sdk_version : str = "6.4.10 "
22+ sdk_version : str = "6.4.11 "
2323
2424
2525settings = Settings ()
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def test_version():
1919 """
2020 Version check.
2121 """
22- assert __version__ == "6.4.10 "
22+ assert __version__ == "6.4.11 "
2323
2424
2525@pytest .mark .usefixtures ("fake_api_key" )
You can’t perform that action at this time.
0 commit comments