uv.lock•1.79 kB
# This file is automatically @generated by uv.
# It is not intended for manual editing.
lockfile-version = "1"
[[package]]
name = "certifi"
version = "2024.2.2"
summary = "Python package for providing Mozilla's CA Bundle."
[[package]]
name = "charset-normalizer"
version = "3.3.2"
summary = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
requires-python = ">=3.7.0"
[[package]]
name = "idna"
version = "3.5"
summary = "Internationalized Domain Names in Applications (IDNA)"
[[package]]
name = "pydantic"
version = "2.6.1"
summary = "Data validation using Python type hints"
requires-python = ">=3.8"
dependencies = [
"annotated-types>=0.4.0",
"pydantic-core==2.16.2",
"typing-extensions>=4.6.1",
]
[[package]]
name = "pydantic-core"
version = "2.16.2"
summary = "The core functionality of pydantic"
requires-python = ">=3.8"
dependencies = [
"typing-extensions>=4.6.0,!=4.7.0",
]
[[package]]
name = "python-dotenv"
version = "1.0.0"
summary = "Read key-value pairs from a .env file and set them as environment variables"
requires-python = ">=3.8"
[[package]]
name = "requests"
version = "2.31.0"
summary = "Python HTTP for Humans."
requires-python = ">=3.7"
dependencies = [
"certifi>=2017.4.17",
"charset-normalizer<4,>=2",
"idna<4,>=2.5",
"urllib3<3,>=1.21.1",
]
[[package]]
name = "typing-extensions"
version = "4.9.0"
summary = "Backported and Experimental Type Hints for Python 3.8+"
requires-python = ">=3.8"
[[package]]
name = "urllib3"
version = "2.2.0"
summary = "HTTP library with thread-safe connection pooling, file post, and more."
requires-python = ">=3.7"
[metadata]
lock-version = "1.0"
content-hash = "sha256:0a83b39605e2bf44746c31fa97f74fb9eaa00f3ec6f6a45d5dee35c918ef7317"