GTFS of Vilnius troubleshoot

Hello, could anyone help out with this error. Not sure whats wrong, as other GTFS zip files are working quite well. But need this one tho. Trying to use this one Vilnius Transport GTFS - OpenMobilityData (transitfeeds.com)

Error while setting up gtfs platform for sensor
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 250, in _async_setup_platform
    await asyncio.shield(task)
  File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 52, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/components/gtfs/sensor.py", line 511, in setup_platform
    pygtfs.append_feed(gtfs, os.path.join(gtfs_dir, data))
  File "/usr/local/lib/python3.9/site-packages/pygtfs/loader.py", line 87, in append_feed
    instance = gtfs_class(feed_id=feed_id, **record._asdict())
  File "<string>", line 4, in __init__
  File "/usr/local/lib/python3.9/site-packages/sqlalchemy/orm/state.py", line 445, in _initialize_instance
    manager.dispatch.init_failure(self, args, kwargs)
  File "/usr/local/lib/python3.9/site-packages/sqlalchemy/util/langhelpers.py", line 70, in __exit__
    compat.raise_(
  File "/usr/local/lib/python3.9/site-packages/sqlalchemy/util/compat.py", line 207, in raise_
    raise exception
  File "/usr/local/lib/python3.9/site-packages/sqlalchemy/orm/state.py", line 442, in _initialize_instance
    return manager.original_init(*mixed[1:], **kwargs)
  File "/usr/local/lib/python3.9/site-packages/sqlalchemy/orm/decl_base.py", line 1145, in _declarative_constructor
    setattr(self, k, kwargs[k])
  File "/usr/local/lib/python3.9/site-packages/sqlalchemy/orm/attributes.py", line 458, in __set__
    self.impl.set(
  File "/usr/local/lib/python3.9/site-packages/sqlalchemy/orm/attributes.py", line 1074, in set
    value = self.fire_replace_event(
  File "/usr/local/lib/python3.9/site-packages/sqlalchemy/orm/attributes.py", line 1082, in fire_replace_event
    value = fn(
  File "/usr/local/lib/python3.9/site-packages/sqlalchemy/orm/util.py", line 185, in set_
    return validator(state.obj(), key, value)
  File "/usr/local/lib/python3.9/site-packages/pygtfs/gtfs_entities.py", line 87, in is_float_none
    return float(value)
TypeError: float() argument must be a string or a number, not 'NoneType'`Preformatted text`

Hey, I am reworking the whole of gtfs as it is old/limited.
I checked for bus 31 and this works for me, can I ask you to test this?

vingerha/gtfs2: Support GTFS in Home Assistant GUI-only (github.com)

I recommend to take the latest dev release 0.1.9.3