Skip to content

Conversation

@cpsievert
Copy link
Collaborator

@cpsievert cpsievert commented Jan 28, 2025

Closes #1829

@cpsievert cpsievert changed the title Run CI CI Jan 28, 2025
@cpsievert cpsievert changed the title CI Fix CI Jan 28, 2025
status_code=http.HTTPStatus.MOVED_PERMANENTLY,
reason_phrase="Moved Permanently",
headers=websockets.Headers(Location=app_url),
body=None,
Copy link
Collaborator Author

@cpsievert cpsievert Jan 28, 2025

Choose a reason for hiding this comment

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

The type for body recently went from bytes | None to bytes

python-websockets/websockets@e6d0ea1

It seems we've always just wanted the default value for body anyway, so this seems safe to remove

@cpsievert cpsievert marked this pull request as ready for review January 28, 2025 20:45
@cpsievert cpsievert requested a review from gadenbuie January 29, 2025 01:29
Co-authored-by: Garrick Aden-Buie <garrick@posit.co>
@cpsievert
Copy link
Collaborator Author

cpsievert commented Jan 29, 2025

One of the deploy tests is still failing, and I'm not quite sure why.

I manually checked the deployed app and everything seems to be working OK, so I'm gonna merge this since there are other important fixes here.

cc @karangattu

@cpsievert cpsievert merged commit d562055 into main Jan 29, 2025
27 of 41 checks passed
@cpsievert cpsievert deleted the run-ci branch January 29, 2025 17:02
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.

langsmith version >= 0.3 causes issue with pytest tests

2 participants