nate nowack

Results 102 issues of nate nowack

I would have opened a discussion, but I appear unable Is there any plan for what to do about [pendulum's lack of 3.13 support](https://github.com/sdispater/pendulum/issues/844)? and [general uncertainty around maintenance](https://github.com/sdispater/pendulum/issues/590#issuecomment-2422858758) It's...

closes https://github.com/MarshalX/atproto/issues/581 this PR - drops support for python 3.8 - disables the sync keepalive check based on [stated concerns in the linked issue](https://github.com/MarshalX/atproto/issues/581#issuecomment-2752116017) > As I can see v15...

closes https://github.com/jlowin/fastmcp/issues/459

### Description https://github.com/jlowin/fastmcp/actions/runs/15057691794/job/42326885053 ### Example Code ```python FAILED tests/client/test_client.py::TestTimeout::test_timeout - mcp.shared.exceptions.McpError: Timed out while waiting for response to ClientRequest. Waited 0.01 seconds. ================== 1 failed, 882 passed, 3 skipped in...

good first issue
development

closes https://github.com/jlowin/fastmcp/issues/541 - server now auto-deserializes JSON string args (`list`, `dict`, `BaseModel`) for prompts. - socs updated for `list_resource_templates` and client `get_prompt` arg serialization - adds new example for prompt...

This commit removes the foreign key constraint from task_run.state_id to task_run_state.id and refactors the task_run_recorder to use a single atomic INSERT ... ON CONFLICT DO UPDATE operation. This approach: -...

migration

forgot a `from __future__ import annotations` so the 3.9 test failed on main

development
status:stale

adds recursively respected markdown files to help AI assistants understand the context of the codebase and provides a script to symlink these files to the format discoverable by claude code...

given https://github.com/pydantic/pydantic/pull/10678 is implemented, we can stop using the dunder methods in the model_validator of the settings object to manage "set" fields this PR starts that process for the `PREFECT_HOME`...