Skip to content

Commit

Permalink
Add pins
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Oct 7, 2024
1 parent 3a16489 commit d7c81f5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
4 changes: 2 additions & 2 deletions logfire-api/logfire_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ def with_settings(self, *args, **kwargs) -> Logfire:

def force_flush(self, *args, **kwargs) -> None: ...

def log_slow_async_callbacks(self, *args, **kwargs) -> None: # pragma: no branch
return nullcontext()
def log_slow_async_callbacks(self, *args, **kwargs) -> None:
return nullcontext() # pragma: no branch

Check warning on line 85 in logfire-api/logfire_api/__init__.py

View check run for this annotation

Codecov / codecov/patch

logfire-api/logfire_api/__init__.py#L85

Added line #L85 was not covered by tests

def install_auto_tracing(self, *args, **kwargs) -> None: ...

Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ logfire = "logfire.testing"
[tool.uv]
managed = true
dev-dependencies = [
"anyio<4.4.0",
"httpx",
"aiohttp",
"redis",
"pymongo",
"anyio < 4.4.0",
"httpx >= 0.27.2",
"aiohttp >= 3.10.9",
"redis >= 5.1.1",
"pymongo >= 4.10.1",
"fastapi",
"Flask",
"django",
Expand Down
22 changes: 13 additions & 9 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d7c81f5

Please sign in to comment.