log-foundry 0.9.1.dev2__tar.gz → 0.9.1.dev3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/PKG-INFO +1 -1
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/pyproject.toml +20 -1
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/LICENSE +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/README.md +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/__init__.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/api.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/config.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/console.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/context.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/decorator.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/ids.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/model.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/py.typed +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sanitize.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/__init__.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/_batch.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/_chunk.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/_socket.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/_time.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/base.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/callback.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/clickhouse.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/datadog.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/elasticsearch.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/eventhubs.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/file.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/filtering.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/firehose.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/honeycomb.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/http.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/kafka.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/kinesis.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/logging_sink.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/logstash.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/loki.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/mongodb.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/multi.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/nats.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/newrelic.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/postgres.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/pubsub.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/rabbitmq.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/redis.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/sentry.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/sns.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/splunk.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/sqlite.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/sqs.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/stdout.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/syslog.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/transform.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/sinks/util.py +0 -0
- {log_foundry-0.9.1.dev2 → log_foundry-0.9.1.dev3}/src/log_foundry/worker.py +0 -0
|
@@ -20,7 +20,7 @@ dependencies = [
|
|
|
20
20
|
]
|
|
21
21
|
|
|
22
22
|
# Optional features. Install with: pip install log-foundry[aws]
|
|
23
|
-
version = "0.9.1.
|
|
23
|
+
version = "0.9.1.dev3"
|
|
24
24
|
|
|
25
25
|
[project.optional-dependencies]
|
|
26
26
|
aws = ["boto3>=1.43.61"] # SQSSink, SNSSink, KinesisSink, FirehoseSink
|
|
@@ -70,6 +70,25 @@ pytest-cov = "^7.1.0"
|
|
|
70
70
|
ruff = ">=0.16,<0.17"
|
|
71
71
|
mypy = "^2.3"
|
|
72
72
|
|
|
73
|
+
# Supply-chain tooling (SPEC-023 FR-007). `optional = true` keeps it OUT of the
|
|
74
|
+
# `poetry install --with dev` that every CI matrix leg runs — neither tool is needed to lint,
|
|
75
|
+
# typecheck or test, and both drag in dependency trees of their own. The two security workflows
|
|
76
|
+
# ask for it explicitly with `--with security`.
|
|
77
|
+
#
|
|
78
|
+
# In the lockfile rather than fetched ad hoc so the versions are pinned and Dependabot's existing
|
|
79
|
+
# `pip` ecosystem maintains them under its cooldown, like every other dependency here.
|
|
80
|
+
[tool.poetry.group.security]
|
|
81
|
+
optional = true
|
|
82
|
+
|
|
83
|
+
#
|
|
84
|
+
# Both carry a `python = "<4.0"` marker for the same reason `clickhouse-connect` carries one:
|
|
85
|
+
# `requires-python = ">=3.12"` has no upper bound, so Poetry solves against a range that runs past
|
|
86
|
+
# 4.0, and a dependency capped at `<4.0` makes resolution fail outright. The marker scopes the tool
|
|
87
|
+
# instead of narrowing the library's own declared range.
|
|
88
|
+
[tool.poetry.group.security.dependencies]
|
|
89
|
+
cyclonedx-bom = { version = "^7.3", python = "<4.0" } # the `cyclonedx-py` CLI (SBOM generation)
|
|
90
|
+
pip-audit = { version = "^2.10", python = "<4.0" } # OSV/PyPI advisory audit of the env
|
|
91
|
+
|
|
73
92
|
|
|
74
93
|
[tool.poetry-dynamic-versioning]
|
|
75
94
|
enable = false
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|