Skip to content

Conversation

@tyler-romero
Copy link
Contributor

Bumping some dependency versions. Specifically the old version of typer is conflicting with something I need. And only the latest version of pydantic V1 (1.10) is getting security updates still.

def test_whoami():
completed_process = subprocess.run(
["groundlight", "whoami"], stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True
["groundlight", "whoami"], stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True, check=False
Copy link
Contributor Author

@tyler-romero tyler-romero May 10, 2024

Choose a reason for hiding this comment

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

I these were all automatically fixed by ruff, it doesnt like not having the explicit check arg on subprocess.run

Copy link
Collaborator

@brandon-wada brandon-wada left a comment

Choose a reason for hiding this comment

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

No issue from me

@tyler-romero tyler-romero merged commit a8a4dbb into main May 10, 2024
@tyler-romero tyler-romero deleted the tyler/bump-some-dep-versions branch May 10, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants