You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should have a versions.cfg lock file in this project
lock to latest SqlAlchemy and other deps
document any issues to upgrade to latest SqlAlchemy, if current code can't be easily up'd
cut pypi release -- new major or point version?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File ".../bin/gtfsdb-load", line 5, in <module>
from gtfsdb.scripts import gtfsdb_load
File ".../lib/python3.11/site-packages/gtfsdb/__init__.py", line 4, in <module>
from gtfsdb.model.agency import Agency # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File ".../lib/python3.11/site-packages/gtfsdb/model/agency.py", line 8, in <module>
class Agency(Base):
File ".../lib/python3.11/site-packages/gtfsdb/model/agency.py", line 14, in Agency
id = Column(Integer, Sequence(None, optional=True), primary_key=True, nullable=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File ".../lib/python3.11/site-packages/sqlalchemy/sql/schema.py", line 3864, in __init__
self.name = quoted_name(name, quote)
^^^^^^^^^^^^^^^^^^^^^^^^
File ".../lib/python3.11/site-packages/sqlalchemy/sql/elements.py", line 5171, in __new__
value is not None
AssertionError: use quoted_name.construct() for None passthrough
The workaround was to pip3 install sqlalchemy==1.4.52
should have a versions.cfg lock file in this project
lock to latest SqlAlchemy and other deps
document any issues to upgrade to latest SqlAlchemy, if current code can't be easily up'd
cut pypi release -- new major or point version?
The text was updated successfully, but these errors were encountered: