Skip to content

Cd/add httpx lt 0.28#69

Open
chrisdoehring wants to merge 2 commits intomainfrom
cd/add-httpx-to-base
Open

Cd/add httpx lt 0.28#69
chrisdoehring wants to merge 2 commits intomainfrom
cd/add-httpx-to-base

Conversation

@chrisdoehring
Copy link
Copy Markdown
Contributor

@chrisdoehring chrisdoehring commented Feb 12, 2026

I'm not 100% certain, but it think this is a good way to mitigate issues with pytest in a forked repository.

pyjq~=2.6.0
python-json-logger~=2.0.7
marshmallow~=3.22.0
httpx>=0.24.0
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Good idea, I remember doing the same thing in other connectors, for example, in marine monitor

pyjq~=2.6.0
python-json-logger~=2.0.7
marshmallow~=3.22.0
httpx<0.28 No newline at end of file
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

So it seems it needs to be >=0.24 and <0.28

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Actually now I'm not sure I need this. I think I was getting errors before, but only because I was using the wrong version of pytest. If I standardize on using uv run pytest I avoid this accident and the tests run successfully.

I'll close this PR for now.

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.

2 participants