Skip to content
Closed
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies = [
"pydantic>=2.0",
"pydantic-settings>=2.0",
"PyYAML>=6.0,<7",
"httpx>=0.27",
"httpx>=0.28.1",
"keyring>=24",
# PEP 440 comparison is required before Desktop enables a Flow capability.
# Hand-parsing would accept pre-release builds such as 1.26.0rc1 as 1.26.0.
Expand Down
Loading