Jonas
Jonas
I just upgraded to SQLModel `0.0.7` (and SQLAlchemy `1.4.40`) and still get this warning. Am I the only one?
It seems the fix was only applied to [`expression.py.jinja2`](https://github.com/tiangolo/sqlmodel/blob/main/sqlmodel/sql/expression.py.jinja2), not [`expression.py`](https://github.com/tiangolo/sqlmodel/blob/main/sqlmodel/sql/expression.py) Not sure if that was intentional.
I guess that makes sense. I have no idea how exactly the release works here. It looks to me like [generate_select.py](https://github.com/tiangolo/sqlmodel/blob/main/scripts/generate_select.py) was supposed to have been executed at some point...
I would like to second that this would be highly valuable. I don't know how the approach of `truststore` differs between that of `pip-system-certs` but using the latter, `requests` will...
I don't know if there is another way to do this, but you could probably use the workaround based on`htmx:configRequest` outlined on Stackoverflow [here](https://stackoverflow.com/questions/69456875/how-to-configure-base-url-for-all-requests-using-htmx)?
This is caused by https://github.com/psolin/cleanco/blob/master/cleanco/clean.py#L22. A fix would be to add parentheses to the list of allowed characters ```python tail_removal_rexp = re.compile(r"[^\.\w\(\)]+$", flags=re.UNICODE) ``` Should I open a PR for...
@psolin There you go. Sorry about the mega delay.
As shown in the linked issue I often come across content where a country is added behind the company name in parentheses. You could argue the country should also be...
Oh, I see what you mean. Sure, below are some examples from a vendor's database. From what I can tell the data in parentheses is never part of the legal...
I can confirm this has been going on for at least half a year if not longer, in line with when this issue was first reported. - I don't see...