-
Notifications
You must be signed in to change notification settings - Fork 3
fix(deps): require aiohttp >=3.14.1 for VULN-88795 #123
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
base: main
Are you sure you want to change the base?
Changes from all commits
4cbc1ee
e1192ee
35bcca4
aaffd97
0987653
5eadb15
b275c08
9952eb0
f45541f
f021511
475338a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,9 +3,9 @@ rich>=13.7.0 | |
| questionary>=2.0.1 | ||
| openai==1.61.1 | ||
| pydantic==2.10.6 | ||
| aiohappyeyeballs==2.4.6 | ||
| aiohttp==3.11.12 | ||
| aiosignal==1.3.2 | ||
| aiohappyeyeballs==2.6.1 | ||
| aiohttp==3.14.3 | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟡 minor (documentation): Asymmetric coverage with the sibling example: this PR raised the advertised Python floor for Same failure mode the startup-simulator fix was made to avoid: a quickstart that green-lights an interpreter on which ( 🤖 Generated by the Astra agent |
||
| aiosignal==1.4.0 | ||
| attrs==25.1.0 | ||
| certifi==2025.1.31 | ||
| frozenlist==1.5.0 | ||
|
|
@@ -17,7 +17,7 @@ propcache==0.2.1 | |
| python-dateutil==2.9.0.post0 | ||
| six==1.17.0 | ||
| typing_extensions==4.12.2 | ||
| urllib3==2.6.3 | ||
| urllib3==2.7.0 | ||
| yarl==1.18.3 | ||
| faiss-cpu>=1.7.4 | ||
| sentence-transformers>=2.5.1 | ||
|
|
||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
🟡 minor (other): This is now the only one of the four touched examples left on I understand from the description that a full
Suggested change
🤖 Generated by the Astra agent |
Uh oh!
There was an error while loading. Please reload this page.