Skip to content

Conversation

@abhinavm24
Copy link

…cstring and more

@dosubot dosubot bot added size:XL This PR changes 500-999 lines, ignoring generated files. enhancement New feature or request labels Oct 4, 2025
@abhinavm24
Copy link
Author

Not sure why, but parser breaks if I set max_stops=0. While web returns 1 flight

query = create_query( flights=[ FlightQuery( date=(datetime.date.today() + datetime.timedelta(days=30)).isoformat(), from_airport="MYJ", to_airport="TPE", max_stops=0, ), ], seat="economy", trip="one-way", # passengers=Passengers(adults=1), language="en-US", currency="USD" )

@dosubot dosubot bot added size:XXL This PR changes 1000+ lines, ignoring generated files. and removed size:XL This PR changes 500-999 lines, ignoring generated files. labels Oct 5, 2025
@coderabbitai
Copy link

coderabbitai bot commented Dec 19, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Comment @coderabbitai help to get the list of available commands and usage tips.

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

Labels

enhancement New feature or request size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant