Skip to content

Fix deprecation warning surfacing in hera CI (refs hera#971)#89

Merged
lior-antonov merged 1 commit into
masterfrom
fix-971-warnings
Jul 15, 2026
Merged

Fix deprecation warning surfacing in hera CI (refs hera#971)#89
lior-antonov merged 1 commit into
masterfrom
fix-971-warnings

Conversation

@ilayfalach

Copy link
Copy Markdown
Collaborator

Summary

Fixes a DeprecationWarning that surfaces in hera's CI test output (hera clones this repo into _vendor/pyargos):

  • argos/utils/logging/helpers.py: replaced deprecated importlib.resources.read_text with files().joinpath().read_text().

Refs KaplanOpenSource/hera#971

Test plan

  • Compiled the file with DeprecationWarning promoted to an error — no warning
  • Confirm hera's CI no longer reports this warning once this merges and hera's CI re-clones _vendor/pyargos

🤖 Generated with Claude Code

@lior-antonov
lior-antonov merged commit a8c9e76 into master Jul 15, 2026
4 checks passed
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.

2 participants