diff --git a/lock.txt b/lock.txt new file mode 100644 index 0000000..04bf67f --- /dev/null +++ b/lock.txt @@ -0,0 +1,45 @@ +annotated-types==0.7.0 +cachetools==6.2.2 +certifi==2025.11.12 +cffi==2.0.0 +chardet==5.2.0 +charset-normalizer==3.4.4 +click==8.3.1 +colorama==0.4.6 +cryptography==46.0.3 +distlib==0.4.0 +docutils==0.22.3 +filelock==3.20.0 +h11==0.16.0 +id==1.5.0 +idna==3.11 +jaraco-classes==3.4.0 +jaraco-context==6.0.1 +jaraco-functools==4.3.0 +jeepney==0.9.0 +keyring==25.7.0 +markdown-it-py==4.0.0 +mdurl==0.1.2 +more-itertools==10.8.0 +nh3==0.3.2 +packaging==25.0 +platformdirs==4.5.1 +pluggy==1.6.0 +pycparser==2.23 +pydantic==2.12.5 +pydantic-core==2.41.5 +pygments==2.19.2 +pyproject-api==1.10.0 +readme-renderer==44.0 +requests==2.32.5 +requests-toolbelt==1.0.0 +rfc3986==2.0.0 +rich==14.2.0 +secretstorage==3.5.0 +tox==4.14.1 +twine==6.2.0 +typing-extensions==4.15.0 +typing-inspection==0.4.2 +urllib3==2.6.2 +uvicorn==0.38.0 +virtualenv==20.35.4 diff --git a/pyproject.toml b/pyproject.toml index 503a024..fc86682 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,9 +17,9 @@ dependencies = [ "requests==2.32.2", "tqdm==4.66.3", "urllib3==2.2.2", - "pydantic==2.9.2", - "pywin32==306 ; sys_platform == 'win32'", - "uvicorn==0.34.0", + "pydantic==2.12.5", + "pywin32==311 ; sys_platform == 'win32'", + "uvicorn==0.38.0", ] [project.urls] diff --git a/requirements.txt b/requirements.txt index bb62c4b..c35bc52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,6 @@ -certifi==2024.7.4 -charset-normalizer==3.3.2 -idna==3.7 -requests==2.32.2 -tqdm==4.66.3 -urllib3==2.2.2 tox==4.14.1 -wheel==0.42.0 -setuptools==70.0.0 -twine==5.0.0 -build==1.1.1 -httpx==0.27.0 -pydantic==2.9.2 -pywin32==306; sys_platform == 'win32' -uvicorn==0.34.0 +twine==6.2.0 +pydantic==2.12.5 +pywin32==311; sys_platform == 'win32' +uvicorn==0.38.0 +-r ./lock.txt