Bump to agentops 0.4.18 and python 3.10 - #11
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the agentops dependency to version 0.4.18 and raises the minimum Python requirement from 3.9 to 3.10. The changes accommodate API changes in the newer agentops version by adding support for additional keyword arguments.
- Updated agentops dependency constraint from
<0.4.18to<=0.4.18 - Raised minimum Python version requirement from 3.9 to 3.10
- Modified function signature to accept additional keyword arguments for compatibility
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Updated Python version requirement and agentops dependency version |
| agentlightning/instrumentation/agentops.py | Added **kws parameter to handle additional keyword arguments |
Comments suppressed due to low confidence (1)
agentlightning/instrumentation/agentops.py:30
- [nitpick] The parameter name 'kws' is unclear and inconsistent with Python naming conventions. Consider renaming it to 'additional_kwargs' or 'extra_kwargs' for better clarity.
def _handle_chat_attributes_with_tokens(args=None, kwargs=None, return_value=None, **kws):
euntaek hong (euntaek-hong)
pushed a commit
to wrongbutworks/agent-lightning
that referenced
this pull request
Aug 17, 2026
euntaek hong (euntaek-hong)
pushed a commit
to wrongbutworks/agent-lightning
that referenced
this pull request
Aug 17, 2026
…vention, ordering discussion Decisions added: - microsoft#11: GSM8K 30-problem subset for math-poc dataset - microsoft#12: Image = environment, config.command = task selector - microsoft#13: Dockerfile.agent build context = examples/ - microsoft#5 updated: unified scripts/build_images.sh (bash, minikube) - 4a.6 updated: build_images.sh + .dockerignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.