-
Notifications
You must be signed in to change notification settings - Fork 34
chore(deps): bump minimum versions for aiohttp, python-dotenv, and Py… #279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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 | ||
|
|
||
| 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 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,7 +35,7 @@ keywords=[ | |
| requires-python=">=3.10" | ||
| license="Apache-2.0" | ||
| dependencies = [ | ||
| "aiohttp>=3.9.3", | ||
| "aiohttp>=3.13.4", | ||
|
||
| "python-dateutil>=2.9.0", | ||
| "opentelemetry-api>=1.25.0", | ||
| "urllib3>=1.26.19,<3" | ||
|
|
||
There was a problem hiding this comment.
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), butuv.lockis currently inconsistent with this newaiohttp>=3.13.4requirement: it still listsaiohttpwith specifier>=3.9.3in theopenfga-sdkpackage metadata. Please regenerate/updateuv.lockafter bumping the minimum version so the lock metadata matches the published requirements.