Skip to content

Conversation

@Ickerday
Copy link
Collaborator

@Ickerday Ickerday commented Jan 19, 2026

Grouping these up as none warrant a full PR.

  • Update the License field from a deprecated format to a simple string
  • Simplify the dependency groups
  • Bump up the minimum Python version to 3.13 now that we'll be bundling it with Splunk (opt-in only for now, still - yay!)
  • Bump up 3rd party package versions
  • Remove non-3.13 workflows as bundling the AI module will require opting into Python 3.13 anyway

…ported Python version to 3.13, simplify dependency-groups, update deprecated license field format
pyproject.toml Outdated
readme = "README.md"
requires-python = ">=3.7"
license = { text = "Apache-2.0" }
requires-python = ">=3.13.0, <3.14"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
requires-python = ">=3.13.0, <3.14"
requires-python = ">=3.13.0"

Why <3.14?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was intentional - I've had some packages scream incompatibility with 3.14 but I can't reproduce that now, so that might've been fixed in the meantime.

@Ickerday Ickerday changed the title Update pyproject.toml Dev environment updates Jan 20, 2026

.PHONY: docker-splunk-restart
docker-splunk-restart:
docker exec -it splunk-instance sh -c '/opt/splunk/bin/splunk restart'
Copy link
Contributor

@mateusz834 mateusz834 Jan 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
docker exec -it splunk-instance sh -c '/opt/splunk/bin/splunk restart'
docker exec -it splunk sh -c '/opt/splunk/bin/splunk restart'

Or has something changed that causes that?

Same below.


.PHONY: docker-tail-python-log
docker-tail-python-log:
docker exec splunk-instance tail /opt/splunk/var/log/splunk/python.log
Copy link
Contributor

@mateusz834 mateusz834 Jan 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
docker exec splunk-instance tail /opt/splunk/var/log/splunk/python.log
docker exec splunk sudo tail /opt/splunk/var/log/splunk/python.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants