Skip to content

Commit

Permalink
Revert "Bump dependencies with uv sync --upgrade" (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-runkle authored Oct 17, 2024
1 parent 61aec11 commit 7e22c3e
Show file tree
Hide file tree
Showing 3 changed files with 723 additions and 949 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/deps_weekly_upgrade.yml

This file was deleted.

2 changes: 1 addition & 1 deletion logfire/_internal/ast_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def rewrite_function(self, node: ast.FunctionDef | ast.AsyncFunctionDef, qualnam
)
return ast.fix_missing_locations(
ast.copy_location(
type(node)(
type(node)( # type: ignore
name=node.name,
args=node.args,
body=[span],
Expand Down
Loading

0 comments on commit 7e22c3e

Please # to comment.