Skip to content

PyPI v1.9.3 - ClearML

Latest
Compare
Choose a tag to compare
@jkhenning jkhenning released this 19 Jan 14:44

New Features

  • Add support for uv as package manager (#218, thanks @mads-oestergaard!)
  • Add agent.docker_args_filters to configuration docs, to enforce filter whitelist on docker arguments allowing only those matching these filters to be used when running containers
  • Add support for Python 3.13
  • Remove Python 3.5 support
  • Add win32file on windows (pywin32 dependency)
  • Scan more Python 3 versions
  • Support ignoring kubectl errors
  • Support creating queue with tags

Bug Fixes

  • Fix managed python environment inside container (PEP 668)
  • Fix default value handling in merge_dicts() utility function
  • Fix python 3.6 compatibility (no := operator)