I’m using a published AIP Logic as a query function in Python code repo
client = FoundryClient()
client.ontology.queries.query_function_call()
In the past, when I’ve saved and republished my AIP Logic, the version in the Python code repo would automatically update and be used.
However, I noticed in the past week that this is not happening anymore, and I cannot seem to get my query function to the latest version. Even if I remove it from the list, add it back, the new version seems to be displayed on the import list however it is still using the old version.
Did anything change recently? Is this a new bug?