Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat python type hints sync #752

Draft
wants to merge 140 commits into
base: feat-python-type-hints
Choose a base branch
from

Conversation

stnguyen90
Copy link
Contributor

What does this PR do?

Merge master into feat-python-type-hints to fix build errors.

Test Plan

Builds should pass

Related PRs and Issues

Have you read the Contributing Guidelines on issues?

Yes

Meldiron and others added 30 commits February 15, 2023 13:06
In the future, Appwrite won't default to the console project
so specifying a project will be required.
A recent change to Appwrite stopped allowing loose
matches for endpoints. As such, https://stage.appwrite.io/v1/health/version
no longer matches https://stage.appwrite.io/version, causing tests to fail.
fix: remove python nullables from parameters
Update Appwrite icon and link Readme in .NET SDK project file
doc: Update .NET SDK docs examples template
PineappleIOnic and others added 24 commits November 2, 2023 16:47
The NODE_TLS_REJECT_UNAUTHORIZED env variable will disable SSL checks
for all requests. This PR changes the node SDK to only disable SSL
checks for Appwrite related requests by passing an option to axios.
Add instruction for preparing models in .NET SDK readme
@stnguyen90
Copy link
Contributor Author

@lohanidamodar, are the failing CLI Node builds a known issue that is being worked on in another PR? Maybe #748?

@loks0n
Copy link
Contributor

loks0n commented Jan 4, 2024

@lohanidamodar, are the failing CLI Node builds a known issue that is being worked on in another PR? Maybe #748?

The failing tests are fixed in the 1.5.x branch already

@lohanidamodar
Copy link
Member

@stnguyen90 let's sync again

@stnguyen90 stnguyen90 marked this pull request as draft April 15, 2024 18:29
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.

None yet