diff --git a/DO_OPENAPI_COMMIT_SHA.txt b/DO_OPENAPI_COMMIT_SHA.txt
index bd61a17..dcbeeac 100644
--- a/DO_OPENAPI_COMMIT_SHA.txt
+++ b/DO_OPENAPI_COMMIT_SHA.txt
@@ -1 +1 @@
-6e029d2
+4087119
diff --git a/requirements.txt b/requirements.txt
index 2b43a6a..84d43ae 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,9 +6,9 @@ attrs==22.1.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
azure-core==1.26.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
azure-identity==1.12.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
certifi==2023.7.22 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
-cffi==1.15.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
+cffi==1.15.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" and platform_python_implementation != "PyPy"
charset-normalizer==2.1.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
-cryptography==41.0.6 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
+cryptography==42.0.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
frozenlist==1.3.3 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
idna==3.4 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
isodate==0.6.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
@@ -18,7 +18,7 @@ msrest==0.7.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
multidict==6.0.2 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
oauthlib==3.2.2 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
portalocker==2.6.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
-pycparser==2.21 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
+pycparser==2.21 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" and platform_python_implementation != "PyPy"
pyjwt[crypto]==2.6.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
pywin32==305 ; python_full_version >= "3.7.2" and platform_system == "Windows" and python_full_version < "4.0.0"
requests-oauthlib==1.3.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
diff --git a/src/pydo/aio/operations/_operations.py b/src/pydo/aio/operations/_operations.py
index a45ebeb..f6ae53f 100644
--- a/src/pydo/aio/operations/_operations.py
+++ b/src/pydo/aio/operations/_operations.py
@@ -88920,7 +88920,10 @@ async def post(
- Changes a Droplet's kernel. Only applies to Droplets with externally managed kernels.
All Droplets created after March 2017 use internal kernels by default.
* - :code:``enable_ipv6``
- - Enables IPv6 for a Droplet.
+ - Enables IPv6 for a Droplet. Once enabled for a Droplet, IPv6 can not be disabled. When
+ enabling IPv6 on an existing Droplet, `additional OS-level configuration
+ `_
+ is required.
* - :code:``snapshot``
- Takes a snapshot of a Droplet.
@@ -89054,7 +89057,10 @@ async def post(
- Changes a Droplet's kernel. Only applies to Droplets with externally managed kernels.
All Droplets created after March 2017 use internal kernels by default.
* - :code:``enable_ipv6``
- - Enables IPv6 for a Droplet.
+ - Enables IPv6 for a Droplet. Once enabled for a Droplet, IPv6 can not be disabled. When
+ enabling IPv6 on an existing Droplet, `additional OS-level configuration
+ `_
+ is required.
* - :code:``snapshot``
- Takes a snapshot of a Droplet.
@@ -89180,7 +89186,10 @@ async def post(
- Changes a Droplet's kernel. Only applies to Droplets with externally managed kernels.
All Droplets created after March 2017 use internal kernels by default.
* - :code:``enable_ipv6``
- - Enables IPv6 for a Droplet.
+ - Enables IPv6 for a Droplet. Once enabled for a Droplet, IPv6 can not be disabled. When
+ enabling IPv6 on an existing Droplet, `additional OS-level configuration
+ `_
+ is required.
* - :code:``snapshot``
- Takes a snapshot of a Droplet.
diff --git a/src/pydo/operations/_operations.py b/src/pydo/operations/_operations.py
index 25f4f07..22e9292 100644
--- a/src/pydo/operations/_operations.py
+++ b/src/pydo/operations/_operations.py
@@ -95835,7 +95835,10 @@ def post(
- Changes a Droplet's kernel. Only applies to Droplets with externally managed kernels.
All Droplets created after March 2017 use internal kernels by default.
* - :code:``enable_ipv6``
- - Enables IPv6 for a Droplet.
+ - Enables IPv6 for a Droplet. Once enabled for a Droplet, IPv6 can not be disabled. When
+ enabling IPv6 on an existing Droplet, `additional OS-level configuration
+ `_
+ is required.
* - :code:``snapshot``
- Takes a snapshot of a Droplet.
@@ -95969,7 +95972,10 @@ def post(
- Changes a Droplet's kernel. Only applies to Droplets with externally managed kernels.
All Droplets created after March 2017 use internal kernels by default.
* - :code:``enable_ipv6``
- - Enables IPv6 for a Droplet.
+ - Enables IPv6 for a Droplet. Once enabled for a Droplet, IPv6 can not be disabled. When
+ enabling IPv6 on an existing Droplet, `additional OS-level configuration
+ `_
+ is required.
* - :code:``snapshot``
- Takes a snapshot of a Droplet.
@@ -96095,7 +96101,10 @@ def post(
- Changes a Droplet's kernel. Only applies to Droplets with externally managed kernels.
All Droplets created after March 2017 use internal kernels by default.
* - :code:``enable_ipv6``
- - Enables IPv6 for a Droplet.
+ - Enables IPv6 for a Droplet. Once enabled for a Droplet, IPv6 can not be disabled. When
+ enabling IPv6 on an existing Droplet, `additional OS-level configuration
+ `_
+ is required.
* - :code:``snapshot``
- Takes a snapshot of a Droplet.