Skip to content
Closed
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
2 changes: 1 addition & 1 deletion example/example1/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp >= 3.12.15, < 4
aiohttp >= 3.13.4, < 4
aiosignal >= 1.4.0
attrs >= 25.3.0
frozenlist >= 1.7.0
Expand Down
2 changes: 1 addition & 1 deletion example/opentelemetry/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python-dotenv >= 1, <2
python-dotenv >= 1.2.2, <2
opentelemetry-sdk >= 1, <2
opentelemetry-exporter-otlp-proto-grpc >= 1.25, <2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ keywords=[
requires-python=">=3.10"
license="Apache-2.0"
dependencies = [
"aiohttp>=3.9.3",
"aiohttp>=3.13.4",
Copy link

Copilot AI Apr 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The repo uses uv sync (see Makefile), but uv.lock is currently inconsistent with this new aiohttp>=3.13.4 requirement: it still lists aiohttp with specifier >=3.9.3 in the openfga-sdk package metadata. Please regenerate/update uv.lock after bumping the minimum version so the lock metadata matches the published requirements.

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Apr 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR description mentions bumping Pygments in uv.lock to >=2.20.0, but the current uv.lock still contains pygments version 2.19.2. Either update the lockfile to the intended fixed version (and include it in this PR) or adjust the PR description so it matches what’s actually being changed.

Copilot uses AI. Check for mistakes.
"python-dateutil>=2.9.0",
"opentelemetry-api>=1.25.0",
"urllib3>=1.26.19,<3"
Expand Down
Loading