Skip to content
Merged
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
Empty file.
Empty file.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openai>=0.27.8,<0.28.0
openai==1.70.0
PyGithub==2.1.1
Requests==2.31.0
google-generativeai==0.3.2
pylance==0.9.17
ipython==8.21.0
openai-agent==0.1.0
openai-agents==0.0.7

Choose a reason for hiding this comment

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

Reputation Risk: openai-agents@0.0.7 has a low reputation score

The package has a low reputation score, consider finding an alternative.
Score factors:

  • Low # of releases: 7
  • Relatively new, first published: a month ago
  • Low # of dependents: 32
  • Low # of recent downloads: 45,060

Severity: Medium ⚠️
Status: Open 🔴

Resources:

  1. How to Find Alternative Packages to Low-Reputation Open Source Packages?
  2. Identifying Low Reputation Packages: Key Factors and Their Importance
  3. What is OpenSSF Scorecard?

Suggested reviewers 🧐: @confusedcrib

Details

Take action by replying with an [arnica] command 💬

Actions

Use [arnica] or [a] to interact with the Arnica bot to acknowledge or dismiss code risks.

[arnica] ack <message>

Acknowledge the finding as a valid code risk.

Examples

[arnica] ack looking into it

[a] ack triaged by the security team

[arnica] dismiss <fp|accept|capacity> <message>

Dismiss the risk with a reason.

  • fp: False positive, i.e. the result is incorrect and indicates no actual risk.

  • accept: Tolerable risk, i.e. risk severity is lower than what has been reported or is accepted as it stands.

  • capacity: No capacity, i.e. leave me alone, please.

Examples

[arnica] dismiss fp test function

[arnica] dismiss accept ChatGPT assures us that we will be just fine

[a] dismiss capacity not enough caffeine to fix it

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='latio',
version='v1.2.0',
version='v1.2.2',
url='https://github.com/latiotech/LAST',
license='GPL-3.0 license',
author='James Berthoty',
Expand Down
Loading