Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
540 changes: 396 additions & 144 deletions e2e/python/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions e2e/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ boto3 = "^1.34.98"
celery = "^5.4.0"
django = "^5.0.8"
fastapi = "^0"
flask = "^3.0.3"
flask = "^3.1.3"
functions-framework = "^3.5.0"
loguru = "^0"
openai = "^1.25.1"
redis = "^5.0.4"
sqlalchemy = "^2.0.29"
orjson = "3.9.15"
orjson = "3.11.6"
uvicorn = {extras = ["standard"], version = "^0.29.0"}
highlight-io = {path = "../../sdk/highlight-py", develop = true}
urllib3 = "2.2.2"
confluent-kafka = "^2.8.2"

[tool.poetry.group.dev.dependencies]
black = "^24.4.2"
black = "^26.3.1"
pytest = "^8.2.0"
pytest-asyncio = "^0"
pytest-cov = "^5.0.0"
Expand Down
133 changes: 100 additions & 33 deletions e2e/tests/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion e2e/tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
package-mode = false

[tool.poetry.dependencies]
black = "^24.3.0"
black = "^26.3.1"
pytest = "^7.4.3"
pytest-mock = "^3.12.0"
pytest-randomly = "^3.15.0"
Expand Down
303 changes: 197 additions & 106 deletions sdk/@launchdarkly/observability-python/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sdk/@launchdarkly/observability-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dev = [
"flask>=3",
"functions-framework>=3",
"loguru>=0",
"orjson==3.9.15",
"orjson==3.11.6",
"pytest>=8",
"pytest-asyncio>=0",
"pytest-cov>=5",
Expand Down
22 changes: 11 additions & 11 deletions sdk/highlight-py/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading