John Lockwood
John Lockwood
Yes. @glyph, being confident about your belief it supports SQLAlchemy-core would be a service.
This script demos the issue: ``` #!/usr/bin/env python # -*- coding: utf-8 -*- from typing import List, Optional from cattr import structure, unstructure import attr @attr.s class Node(object): value: int...
I can confirm you can use the `public.ecr.aws/sam/build-python3.9:latest` image in the same way as you did `lambci/lambda:build-python3.8`
@prateekchhikara I made tests on the client #2666. among other things, it will verify changes are compatible with Python 3.9. - edit: I thought the CI would run tests on...
If you explicitly set the `aws_region` to `None` in your config, then the current behavior should pick it up from the AWS_REGION environmental variable and then this code change is...
After doing some debugging, I see that `openai-python` `ChatCompletionMessage` can have a `reasoning` attribute when the response is from a reasoning model. Normally, the contents of the ... will be...
I made the pr #2635 which adds tests for when the llm response is empty, which I was seeing sometimes when a reasoning model reasoned for too long and got...
> @johnwlockwood Thanks for the PR. Can you fix the failing tests? I merged in main and now the tests pass
look to the sub-exception for the problem.
this is and existing [mcp issue](https://github.com/modelcontextprotocol/python-sdk/issues/423) [comment that explains it](https://github.com/modelcontextprotocol/python-sdk/issues/423#issuecomment-2887558102) After you restart the mcp server, restart the client(Cursor/Claude/Cline).