AgentOps-AI / agentops

Python SDK for AI agent monitoring, LLM cost tracking, benchmarking, and more. Integrates with most LLMs and agent frameworks like CrewAI, Langchain, and Autogen
https://agentops.ai
MIT License
2.2k stars 214 forks source link

chore(deps): unpin `psutil`, `termcolor` #491

Closed teocns closed 2 weeks ago

teocns commented 2 weeks ago

Fixes #481

entelligence-ai-pr-reviews[bot] commented 2 weeks ago

Walkthrough

This update modifies the dependency management in the pyproject.toml file by unpinning the psutil package version. Previously, psutil was fixed at version 5.9.8, but now it is set to allow any version from 5.9.8 onwards. This change addresses issue #481 and provides more flexibility in dependency management, potentially allowing for compatibility with newer versions of psutil without manual updates.

Changes

File(s) Summary
pyproject.toml Changed the psutil dependency from a fixed version 5.9.8 to a minimum version >=5.9.8, allowing for greater flexibility in package updates.
Files selected (1) - **pyproject.toml**
Files ignored (0)
Instructions **Emoji Descriptions:** - ⚠ī¸ **Potential Issue** - May require further investigation. - 🔒 **Security Vulnerability** - Fix to ensure system safety. - đŸ’ģ **Code Improvement** - Suggestions to enhance code quality. - 🔨 **Refactor Suggestion** - Recommendations for restructuring code. - ℹī¸ **Others** - General comments and information. **Interact with the Bot:** - Send a message or request using the format: `@Entelligence.AI + *your message*` - Example: `@Entelligence.AI Can you suggest improvements for this code?` - Execute a command using the format: `@Entelligence.AI + *"/command"*` **Available Commands:** - `/updateCommit`: Apply the suggested changes and commit them. - `/updateGuideline`: Modify an existing guideline. - `/addGuideline`: Introduce a new guideline. **Tips for Using @Entelligence.AI Effectively:** - **Specific Queries:** For the best results, be specific with your requests. Example: `@Entelligence.AI summarize the changes in this PR`. - **Focused Discussions:** Tag `@Entelligence.AI` directly on specific code lines or files for detailed feedback. - **Managing Reviews:** Use review comments for targeted discussions on code snippets, and PR comments for broader queries about the entire PR. **Need More Help?** - Visit our documentation for detailed guides on using `Entelligence.AI`. - Join our community to connect with others, request features, and share feedback. - Follow us for updates on new features and improvements.
entelligence-ai-pr-reviews[bot] commented 2 weeks ago
Files selected (1) - **pyproject.toml**
Files ignored (0)
Instructions **Emoji Descriptions:** - ⚠ī¸ **Potential Issue** - May require further investigation. - 🔒 **Security Vulnerability** - Fix to ensure system safety. - đŸ’ģ **Code Improvement** - Suggestions to enhance code quality. - 🔨 **Refactor Suggestion** - Recommendations for restructuring code. - ℹī¸ **Others** - General comments and information. **Interact with the Bot:** - Send a message or request using the format: `@Entelligence.AI + *your message*` - Example: `@Entelligence.AI Can you suggest improvements for this code?` - Execute a command using the format: `@Entelligence.AI + *"/command"*` **Available Commands:** - `/updateCommit`: Apply the suggested changes and commit them. - `/updateGuideline`: Modify an existing guideline. - `/addGuideline`: Introduce a new guideline. **Tips for Using @Entelligence.AI Effectively:** - **Specific Queries:** For the best results, be specific with your requests. Example: `@Entelligence.AI summarize the changes in this PR`. - **Focused Discussions:** Tag `@Entelligence.AI` directly on specific code lines or files for detailed feedback. - **Managing Reviews:** Use review comments for targeted discussions on code snippets, and PR comments for broader queries about the entire PR. **Need More Help?** - Visit our documentation for detailed guides on using `Entelligence.AI`. - Join our community to connect with others, request features, and share feedback. - Follow us for updates on new features and improvements.